Skip to content

Commit 80ba0b8

Browse files
Releasing v6.0.2-beta.0 (#1002)
1 parent a53974a commit 80ba0b8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@percy/storybook",
3-
"version": "6.0.1",
3+
"version": "6.0.2-beta.0",
44
"description": "Storybook addons for visual testing with Percy",
55
"keywords": [
66
"storybook",
@@ -19,7 +19,7 @@
1919
},
2020
"publishConfig": {
2121
"access": "public",
22-
"tag": "latest"
22+
"tag": "beta"
2323
},
2424
"engine": {
2525
"node": ">=14"
@@ -65,9 +65,9 @@
6565
"@babel/eslint-plugin": "^7.19.1",
6666
"@babel/preset-env": "^7.22.9",
6767
"@babel/preset-react": "^7.24.1",
68+
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
6869
"@storybook/react": "^8.0.9",
6970
"@storybook/react-webpack5": "^8.0.9",
70-
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
7171
"babel-eslint": "^10.0.3",
7272
"babel-plugin-istanbul": "^6.1.1",
7373
"cross-env": "^7.0.3",

packageV7.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@percy/storybook",
3-
"version": "6.0.1",
3+
"version": "6.0.2-beta.0",
44
"description": "Storybook addons for visual testing with Percy",
55
"keywords": [
66
"storybook",
@@ -19,7 +19,7 @@
1919
},
2020
"publishConfig": {
2121
"access": "public",
22-
"tag": "latest"
22+
"tag": "beta"
2323
},
2424
"engine": {
2525
"node": ">=14"

0 commit comments

Comments
 (0)