Skip to content

Commit

Permalink
v6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pocka committed Jun 13, 2022
1 parent a41ac12 commit 0f206aa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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": "6.3.0",
"version": "6.3.1",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/examples-tab/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "examples-tab",
"version": "6.3.0",
"version": "6.3.1",
"private": true,
"dependencies": {
"examples": "^6.3.0"
"examples": "^6.3.1"
},
"scripts": {
"storybook": "start-storybook -p 6007 -s ../assets",
Expand Down
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": "6.3.0",
"version": "6.3.1",
"private": true,
"dependencies": {
"react": "^16.8.4",
Expand All @@ -20,7 +20,7 @@
"@storybook/theming": "6.3.2",
"babel-loader": "^8.0.5",
"react-docgen-typescript-loader": "^3.7.2",
"storybook-addon-designs": "^6.3.0",
"storybook-addon-designs": "^6.3.1",
"ts-loader": "^7.0.5"
},
"scripts": {
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": "6.3.0",
"version": "6.3.1",
"description": "Storybook addon for embedding your design preview in addon panel",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 0f206aa

Please sign in to comment.