Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Oct 13, 2019
1 parent 792c5c7 commit 0d90023
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": "2.0.0-alpha.6",
"version": "2.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": "2.0.0-alpha.6",
"version": "2.0.0",
"description": "A Storybook addon, Save the screenshot image of your stories! via puppeteer.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -69,7 +69,7 @@
"mkdirp": "^0.5.1",
"puppeteer": "^1.19.0",
"rimraf": "^3.0.0",
"storycrawler": "^2.0.0-alpha.6",
"storycrawler": "^2.0.0",
"yargs": "^14.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": "2.0.0-alpha.6",
"version": "2.0.0",
"description": "Utilities to build Storybook crawling tools with Puppeteer",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 0d90023

Please sign in to comment.