Skip to content

Commit

Permalink
v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pocka committed Feb 1, 2020
1 parent 3913f49 commit 97a517a
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
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "5.1.2",
"version": "5.2.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "5.1.2",
"version": "5.2.0",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.9",
Expand All @@ -17,7 +17,7 @@
"@storybook/react": "^5.3.8",
"@storybook/theming": "^5.3.8",
"babel-loader": "^8.0.5",
"storybook-addon-designs": "^5.1.2"
"storybook-addon-designs": "^5.2.0"
},
"scripts": {
"storybook": "start-storybook -p 6006 -s ../assets",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-addon-designs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-addon-designs",
"version": "5.1.2",
"version": "5.2.0",
"description": "Storybook addon for embedding your design preview in addon panel",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

1 comment on commit 97a517a

@vercel
Copy link

@vercel vercel bot commented on 97a517a Feb 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.