Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pocka committed May 12, 2019
1 parent 2412420 commit d382dd9
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.0.0",
"version": "5.1.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.0.0",
"version": "5.1.0",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.9",
Expand All @@ -17,7 +17,7 @@
"@storybook/react": "^5.0.3",
"@storybook/theming": "^5.0.3",
"babel-loader": "^8.0.5",
"storybook-addon-designs": "^5.0.0"
"storybook-addon-designs": "^5.1.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.0.0",
"version": "5.1.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 d382dd9

@vercel
Copy link

@vercel vercel bot commented on d382dd9 May 12, 2019

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.