From e718f9f406a94b60436eadc5268623195d42d2e1 Mon Sep 17 00:00:00 2001 From: Sergey Monakhov Date: Thu, 21 Jun 2018 19:17:40 +0300 Subject: [PATCH] v1.1.3 --- lerna.json | 2 +- packages/reactackle-checkbox/package.json | 2 +- packages/reactackle-toggle-button/package.json | 2 +- packages/reactackle/package.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lerna.json b/lerna.json index bda02a9..cf53a01 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.0.0", - "version": "1.1.2", + "version": "1.1.3", "packages": [ "packages/*" ] diff --git a/packages/reactackle-checkbox/package.json b/packages/reactackle-checkbox/package.json index af7fdef..607c438 100644 --- a/packages/reactackle-checkbox/package.json +++ b/packages/reactackle-checkbox/package.json @@ -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" diff --git a/packages/reactackle-toggle-button/package.json b/packages/reactackle-toggle-button/package.json index c0df8f5..855d6a5 100644 --- a/packages/reactackle-toggle-button/package.json +++ b/packages/reactackle-toggle-button/package.json @@ -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" diff --git a/packages/reactackle/package.json b/packages/reactackle/package.json index ed42578..16d7921 100644 --- a/packages/reactackle/package.json +++ b/packages/reactackle/package.json @@ -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" @@ -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", @@ -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" },