Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Monakhov committed Jun 21, 2018
1 parent 0b1c480 commit e718f9f
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
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "1.1.2",
"version": "1.1.3",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/reactackle-checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactackle-checkbox",
"version": "1.1.2",
"version": "1.1.3",
"description": "Checkbox component of the Reactackle ui library",
"scripts": {
"prepublishOnly": "rimraf ./dist && npx babel ./src --out-dir ./dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/reactackle-toggle-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactackle-toggle-button",
"version": "1.1.1",
"version": "1.1.3",
"description": "ToggleButton component of the Reactackle ui library",
"scripts": {
"prepublishOnly": "rimraf ./dist && npx babel ./src --out-dir ./dist"
Expand Down
6 changes: 3 additions & 3 deletions packages/reactackle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactackle",
"version": "1.1.2",
"version": "1.1.3",
"description": "React components library",
"scripts": {
"prepublishOnly": "rimraf ./dist && npx babel ./src --out-dir ./dist"
Expand All @@ -24,7 +24,7 @@
"reactackle-breadcrumbs": "^1.1.0",
"reactackle-button": "^1.1.0",
"reactackle-card": "^1.1.0",
"reactackle-checkbox": "^1.1.2",
"reactackle-checkbox": "^1.1.3",
"reactackle-core": "^1.1.0",
"reactackle-dialog": "^1.1.0",
"reactackle-form": "^1.1.0",
Expand All @@ -41,7 +41,7 @@
"reactackle-tag": "^1.1.1",
"reactackle-text": "^1.1.1",
"reactackle-text-field": "^1.1.1",
"reactackle-toggle-button": "^1.1.1",
"reactackle-toggle-button": "^1.1.3",
"reactackle-tooltip": "^1.1.1",
"reactackle-tooltip-icon": "^1.1.1"
},
Expand Down

0 comments on commit e718f9f

Please sign in to comment.