Skip to content

Commit

Permalink
v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Jun 14, 2023
1 parent 1b864d2 commit 3124436
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.1.1",
"version": "4.1.2",
"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.1.1",
"version": "4.1.2",
"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": "^5.0.0",
"sanitize-filename": "^1.6.3",
"storycrawler": "^4.1.1",
"storycrawler": "^4.1.2",
"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.1.1",
"version": "4.1.2",
"description": "Utilities to build Storybook crawling tools with Puppeteer",
"engines": {
"node": ">=14.13"
Expand Down

0 comments on commit 3124436

Please sign in to comment.