Skip to content

Commit

Permalink
Release v6.0.2 (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmay-browserstack authored Aug 6, 2024
1 parent 80ba0b8 commit c3cc70f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/storybook",
"version": "6.0.2-beta.0",
"version": "6.0.2",
"description": "Storybook addons for visual testing with Percy",
"keywords": [
"storybook",
Expand All @@ -19,7 +19,7 @@
},
"publishConfig": {
"access": "public",
"tag": "beta"
"tag": "latest"
},
"engine": {
"node": ">=14"
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.2-beta.0",
"version": "6.0.2",
"description": "Storybook addons for visual testing with Percy",
"keywords": [
"storybook",
Expand All @@ -19,7 +19,7 @@
},
"publishConfig": {
"access": "public",
"tag": "beta"
"tag": "latest"
},
"engine": {
"node": ">=14"
Expand Down

0 comments on commit c3cc70f

Please sign in to comment.