Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Feb 2, 2023
1 parent a2e346b commit b11ebe5
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.0.0-alpha.2",
"version": "4.0.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.0.0-alpha.2",
"version": "4.0.0",
"description": "A Storybook addon, Save the screenshot image of your stories! via puppeteer.",
"engines": {
"node": ">=14.13"
Expand Down Expand Up @@ -89,7 +89,7 @@
"puppeteer-core": "^9.0.0",
"rimraf": "^3.0.0",
"sanitize-filename": "^1.6.3",
"storycrawler": "^4.0.0-alpha.2",
"storycrawler": "^4.0.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.0.0-alpha.2",
"version": "4.0.0",
"description": "Utilities to build Storybook crawling tools with Puppeteer",
"engines": {
"node": ">=14.13"
Expand Down

0 comments on commit b11ebe5

Please sign in to comment.