Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hwookim committed Nov 14, 2024
1 parent 3e20c9a commit 71e3915
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,5 +1,5 @@
{
"packages": ["packages/*"],
"version": "4.0.0",
"version": "4.0.1",
"npmClient": "yarn"
}
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": "4.0.0",
"version": "4.0.1",
"description": "Storybook addon for setting document.cookie",
"author": "hwookim <[email protected]>",
"keywords": [
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": "4.0.0",
"version": "4.0.1",
"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": "^4.0.0",
"storybook-addon-cookie": "^4.0.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
},
Expand Down

0 comments on commit 71e3915

Please sign in to comment.