Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hwookim committed Mar 26, 2023
1 parent feb21cc commit 85d089e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"packages": ["packages/*"],
"version": "1.1.0",
"packages": [
"packages/*"
],
"version": "2.0.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-addon-cookie",
"version": "1.1.0",
"version": "2.0.0",
"description": "Storybook addon for setting document.cookie",
"author": "hwookim <[email protected]>",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "1.1.0",
"version": "2.0.0",
"private": true,
"scripts": {
"storybook": "start-storybook -p 6006 -s public --no-manager-cache",
Expand All @@ -20,7 +20,7 @@
"@types/react": "^17.0.52",
"@types/react-dom": "^17.0.18",
"chromatic": "^6.11.4",
"storybook-addon-cookie": "*",
"storybook-addon-cookie": "^2.0.0",
"typescript": "^5.0.2",
"webpack": "^5.75.0"
}
Expand Down

0 comments on commit 85d089e

Please sign in to comment.