From 9a548a2fac36e2ff46fa3909c6b96308b7f937e9 Mon Sep 17 00:00:00 2001 From: Ahmed Elywa Date: Wed, 17 Feb 2021 23:34:08 +0200 Subject: [PATCH] v1.1.0 --- lerna.json | 2 +- packages/ui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index a05c213..cd67ee8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.5", + "version": "1.1.0", "useWorkspaces": true, "packages": [ "packages/*" diff --git a/packages/ui/package.json b/packages/ui/package.json index 69e32ec..abc329e 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@paljs/ui", - "version": "1.0.5", + "version": "1.1.0", "description": "React Styled Components with bootstrap grid system", "main": "index.js", "module": "./esm/index.js",