Skip to content

Commit

Permalink
Releasing v6.0.2-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmay-browserstack committed Jul 25, 2024
1 parent a53974a commit 1f2f333
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/storybook",
"version": "6.0.1",
"version": "6.0.2-beta.0",
"description": "Storybook addons for visual testing with Percy",
"keywords": [
"storybook",
Expand All @@ -19,7 +19,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engine": {
"node": ">=14"
Expand Down Expand Up @@ -65,9 +65,9 @@
"@babel/eslint-plugin": "^7.19.1",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.24.1",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/react": "^8.0.9",
"@storybook/react-webpack5": "^8.0.9",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"babel-eslint": "^10.0.3",
"babel-plugin-istanbul": "^6.1.1",
"cross-env": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packageV7.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/storybook",
"version": "6.0.1",
"version": "6.0.2-beta.0",
"description": "Storybook addons for visual testing with Percy",
"keywords": [
"storybook",
Expand All @@ -19,7 +19,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engine": {
"node": ">=14"
Expand Down

0 comments on commit 1f2f333

Please sign in to comment.