Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hwookim committed Oct 29, 2024
1 parent 082e3e4 commit a0047a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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": "4.0.0-alpha.0",
"version": "4.0.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions 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-alpha.0",
"version": "4.0.0",
"description": "Storybook addon for setting document.cookie",
"author": "hwookim <[email protected]>",
"keywords": [
Expand Down Expand Up @@ -97,4 +97,4 @@
],
"icon": "https://user-images.githubusercontent.com/321738/63501763-88dbf600-c4cc-11e9-96cd-94adadc2fd72.png"
}
}
}
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-alpha.0",
"version": "4.0.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": "^4.0.0-alpha.0",
"storybook-addon-cookie": "^4.0.0",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
},
Expand Down

0 comments on commit a0047a7

Please sign in to comment.