From 3493316a086aa118a76c01856ae530f2e9d28746 Mon Sep 17 00:00:00 2001 From: Stefan Natter Date: Tue, 30 Mar 2021 13:57:19 +0200 Subject: [PATCH] chore: updated version in package.json and lerna.json --- lerna.json | 2 +- packages/example/package.json | 4 ++-- packages/react-component-catalog/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lerna.json b/lerna.json index 46e1492..1881d9c 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "2.1.0", + "version": "2.1.1", "useWorkspaces": true, "command": { "version": { diff --git a/packages/example/package.json b/packages/example/package.json index 53a07d5..d3891a5 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -3,7 +3,7 @@ "description": "A working example for react-component-catalog", "author": "Stefan Natter ", "license": "Apache-2.0", - "version": "2.1.0", + "version": "2.1.1", "keywords": [ "react", "components", @@ -28,7 +28,7 @@ "core-js": "3.6.5", "dotenv": "8.2.0", "react": "^16.8.3", - "react-component-catalog": "^2.1.0", + "react-component-catalog": "^2.1.1", "react-dom": "^16.8.3", "regenerator-runtime": "0.13.7" }, diff --git a/packages/react-component-catalog/package.json b/packages/react-component-catalog/package.json index 2421469..3361513 100644 --- a/packages/react-component-catalog/package.json +++ b/packages/react-component-catalog/package.json @@ -3,7 +3,7 @@ "description": "Manage a catalog (registry) of react-components easily.", "author": "Stefan Natter ", "license": "Apache-2.0", - "version": "2.1.0", + "version": "2.1.1", "keywords": [ "react-components", "react-registry",