Skip to content

Commit

Permalink
Bump version to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhusee2 committed Oct 26, 2017
1 parent 470bd6f commit 6a7dc03
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "1.3.1",
"version": "1.3.2",
"npmClient": "yarn",
"useWorkspaces": true,
"commands": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ichef/gypcrete",
"version": "1.3.1",
"version": "1.3.2",
"description": "iCHEF web components library, built with React.",
"repository": "iCHEF/gypcrete",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ichef/gypcrete-form",
"version": "1.3.1",
"version": "1.3.2",
"description": "Form components built on Gypcrete",
"repository": "iCHEF/gypcrete",
"contributors": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"react-dom": "^15.3.0"
},
"dependencies": {
"@ichef/gypcrete": "^1.3.1",
"@ichef/gypcrete": "^1.3.2",
"classnames": "^2.2.5",
"keycode": "^2.1.9"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ichef/gypcrete-storybook",
"version": "1.3.1",
"version": "1.3.2",
"description": "React Storybook for Gypcrete",
"private": true,
"repository": "iCHEF/gypcrete",
Expand All @@ -20,8 +20,8 @@
"ghpages": "npm run clean && npm run build:storybook && sh ./scripts/ghpages.sh"
},
"dependencies": {
"@ichef/gypcrete": "^1.3.1",
"@ichef/gypcrete-form": "^1.3.1",
"@ichef/gypcrete": "^1.3.2",
"@ichef/gypcrete-form": "^1.3.2",
"@storybook/addon-actions": "^3.2.12",
"@storybook/addon-info": "^3.2.12",
"@storybook/addon-options": "^3.2.12",
Expand Down

0 comments on commit 6a7dc03

Please sign in to comment.