Skip to content

Commit

Permalink
v5.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Mar 26, 2024
1 parent 4597b3a commit 157fdd6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "4.3.1",
"version": "5.0.0-alpha.0",
"useWorkspaces": true,
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions packages/storycap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storycap",
"version": "4.3.1",
"version": "5.0.0-alpha.0",
"description": "A Storybook addon, Save the screenshot image of your stories! via puppeteer.",
"engines": {
"node": ">=18"
Expand Down Expand Up @@ -90,7 +90,7 @@
"puppeteer-core": "^9.0.0",
"rimraf": "^5.0.0",
"sanitize-filename": "^1.6.3",
"storycrawler": "^4.3.1",
"storycrawler": "^5.0.0-alpha.0",
"yargs": "^16.0.0"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/storycrawler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storycrawler",
"version": "4.3.1",
"version": "5.0.0-alpha.0",
"description": "Utilities to build Storybook crawling tools with Puppeteer",
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 157fdd6

Please sign in to comment.