Skip to content

Commit 3493316

Browse files
committed
chore: updated version in package.json and lerna.json
1 parent eaa4b9f commit 3493316

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "2.1.0",
6+
"version": "2.1.1",
77
"useWorkspaces": true,
88
"command": {
99
"version": {

packages/example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A working example for react-component-catalog",
44
"author": "Stefan Natter <stefan@natter.at>",
55
"license": "Apache-2.0",
6-
"version": "2.1.0",
6+
"version": "2.1.1",
77
"keywords": [
88
"react",
99
"components",
@@ -28,7 +28,7 @@
2828
"core-js": "3.6.5",
2929
"dotenv": "8.2.0",
3030
"react": "^16.8.3",
31-
"react-component-catalog": "^2.1.0",
31+
"react-component-catalog": "^2.1.1",
3232
"react-dom": "^16.8.3",
3333
"regenerator-runtime": "0.13.7"
3434
},

packages/react-component-catalog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Manage a catalog (registry) of react-components easily.",
44
"author": "Stefan Natter <https://natterstefan.me>",
55
"license": "Apache-2.0",
6-
"version": "2.1.0",
6+
"version": "2.1.1",
77
"keywords": [
88
"react-components",
99
"react-registry",

0 commit comments

Comments
 (0)