Skip to content

Commit

Permalink
v4.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hwookim committed May 19, 2024
1 parent b3d748b commit 35eba02
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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": "3.2.0",
"version": "4.0.0-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 4 additions & 4 deletions packages/addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-addon-cookie",
"version": "8.0.0",
"version": "4.0.0-alpha.0",
"description": "Storybook addon for setting document.cookie",
"author": "hwookim <[email protected]>",
"main": "dist/index.js",
Expand All @@ -26,9 +26,9 @@
"prepublishOnly": "yarn build"
},
"devDependencies": {
"typescript": "^5.0.4",
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react-dom": "^18.0.0",
"typescript": "^5.0.4"
},
"peerDependencies": {
"@storybook/blocks": "^8.0.0",
Expand All @@ -37,4 +37,4 @@
"@storybook/preview-api": "^8.0.0",
"@storybook/types": "^8.0.0"
}
}
}
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": "3.2.0",
"version": "4.0.0-alpha.0",
"private": true,
"scripts": {
"storybook": "storybook dev -p 6006",
Expand All @@ -18,7 +18,7 @@
"chromatic": "^6.24.1",
"prop-types": "^15.8.1",
"storybook": "^8.0.0",
"storybook-addon-cookie": "^8.0.0",
"storybook-addon-cookie": "^4.0.0-alpha.0",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
},
Expand Down

0 comments on commit 35eba02

Please sign in to comment.