Skip to content

Commit

Permalink
chore: Bump version v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fwh1990 committed Nov 3, 2020
1 parent 3bbd714 commit 4f06d65
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"**/.gitignore",
"**/*.md"
],
"version": "2.0.0-alpha.3",
"version": "2.0.0",
"exact": true,
"registry": "https://registry.npmjs.org"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@i18n-chain/core",
"version": "2.0.0-alpha.3",
"version": "2.0.0",
"main": "src/index.ts",
"module": "es/index.js",
"types": "src/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@i18n-chain/node",
"version": "2.0.0-alpha.3",
"version": "2.0.0",
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"relink": "bash ../../scripts/relink.sh"
},
"dependencies": {
"@i18n-chain/core": "2.0.0-alpha.3"
"@i18n-chain/core": "2.0.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@i18n-chain/react",
"version": "2.0.0-alpha.3",
"version": "2.0.0",
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"react": ">= 16.8.0"
},
"dependencies": {
"@i18n-chain/core": "2.0.0-alpha.3",
"@i18n-chain/core": "2.0.0",
"hoist-non-react-statics": "3.3.2",
"tslib": "2.0.3"
},
Expand Down

0 comments on commit 4f06d65

Please sign in to comment.