Skip to content

Commit

Permalink
feat: update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-shivamsingh committed Jun 24, 2024
1 parent 11d4fd5 commit f1bcf17
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@percy/playwright",
"description": "Playwright client library for visual testing with Percy",
"version": "1.0.6-beta.2",
"version": "1.0.6",
"license": "MIT",
"author": "Perceptual Inc.",
"repository": "https://github.com/percy/percy-playwright",
Expand All @@ -28,14 +28,13 @@
"test:types": "tsd"
},
"publishConfig": {
"access": "public",
"tag": "beta"
"access": "public"
},
"peerDependencies": {
"playwright-core": ">=1"
},
"devDependencies": {
"@percy/cli": "^1.28.8-beta.3",
"@percy/cli": "^1.28.8",
"@playwright/test": "^1.24.2",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.2",
Expand Down

0 comments on commit f1bcf17

Please sign in to comment.