Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mxvsh committed Sep 15, 2021
1 parent 48a172c commit ea4c4ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packages": [
"packages/*"
],
"version": "2.0.0",
],
"version": "2.0.1",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dashboard",
"version": "2.0.0",
"name": "dashboard",
"version": "2.0.1",
"private": true,
"dependencies": {
"@chakra-ui/react": "^1.6.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/ion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionapp/ion",
"version": "2.0.0",
"version": "2.0.1",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit ea4c4ca

Please sign in to comment.