Skip to content

Commit

Permalink
chore: updated version in package.json and lerna.json
Browse files Browse the repository at this point in the history
  • Loading branch information
natterstefan committed Mar 30, 2021
1 parent eaa4b9f commit 3493316
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "2.1.0",
"version": "2.1.1",
"useWorkspaces": true,
"command": {
"version": {
Expand Down
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A working example for react-component-catalog",
"author": "Stefan Natter <[email protected]>",
"license": "Apache-2.0",
"version": "2.1.0",
"version": "2.1.1",
"keywords": [
"react",
"components",
Expand All @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-component-catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Manage a catalog (registry) of react-components easily.",
"author": "Stefan Natter <https://natterstefan.me>",
"license": "Apache-2.0",
"version": "2.1.0",
"version": "2.1.1",
"keywords": [
"react-components",
"react-registry",
Expand Down

0 comments on commit 3493316

Please sign in to comment.