Skip to content

Commit 6288a70

Browse files
committed
v5.0.0
1 parent b18453c commit 6288a70

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "5.0.0-alpha.1",
3+
"version": "5.0.0",
44
"useWorkspaces": true,
55
"npmClient": "yarn"
66
}

packages/storycap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storycap",
3-
"version": "5.0.0-alpha.1",
3+
"version": "5.0.0",
44
"description": "A Storybook addon, Save the screenshot image of your stories! via puppeteer.",
55
"engines": {
66
"node": ">=18"
@@ -90,7 +90,7 @@
9090
"puppeteer-core": "^9.0.0",
9191
"rimraf": "^5.0.0",
9292
"sanitize-filename": "^1.6.3",
93-
"storycrawler": "^5.0.0-alpha.0",
93+
"storycrawler": "^5.0.0",
9494
"yargs": "^16.0.0"
9595
},
9696
"peerDependencies": {

packages/storycrawler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storycrawler",
3-
"version": "5.0.0-alpha.0",
3+
"version": "5.0.0",
44
"description": "Utilities to build Storybook crawling tools with Puppeteer",
55
"engines": {
66
"node": ">=18"

0 commit comments

Comments
 (0)