Skip to content

Commit

Permalink
🔖 v5.0.0-beta.1 (#834)
Browse files Browse the repository at this point in the history
* bump: package version to 5.0.0-beta.1

* feat: add publishConfig for package.json

* feat: add private: true to packageV6 as it is used for tests only
  • Loading branch information
nilshah98 authored Oct 27, 2023
1 parent af8fa6c commit 83b5369
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"name": "@percy/storybook",
"version": "4.3.7",
"version": "5.0.0-beta.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/percy/percy-storybook.git"
},
"publishConfig": {
"access": "public",
"tag": "beta"
},
"engine": {
"node": ">=14"
},
Expand Down
1 change: 1 addition & 0 deletions packageV6.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"name": "@percy/storybook",
"version": "4.3.7",
"license": "MIT",
Expand Down

0 comments on commit 83b5369

Please sign in to comment.