Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hwookim committed Jan 3, 2024
1 parent 0d6d464 commit aabe216
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": "3.1.0",
"version": "3.2.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": "3.1.0",
"version": "3.2.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": "3.1.0",
"version": "3.2.0",
"private": true,
"scripts": {
"storybook": "storybook dev -p 6006",
Expand All @@ -23,7 +23,7 @@
"chromatic": "^6.11.4",
"prop-types": "^15.8.1",
"storybook": "^7.0.18",
"storybook-addon-cookie": "^3.1.0",
"storybook-addon-cookie": "^3.2.0",
"typescript": "^5.0.4",
"webpack": "^5.75.0"
}
Expand Down

0 comments on commit aabe216

Please sign in to comment.