Skip to content

Commit

Permalink
chore: Bump version v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fwh1990 committed Jan 4, 2020
1 parent d0bedb0 commit bac3126
Show file tree
Hide file tree
Showing 3 changed files with 14 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,5 +13,5 @@
"**/.gitignore",
"**/*.md"
],
"version": "0.4.1"
"version": "0.4.2"
}
8 changes: 6 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "@i18n-chain/core",
"version": "0.4.1",
"version": "0.4.2",
"main": "index.js",
"keywords": ["i18n", "i18n-chain", "i18n-typescript"],
"keywords": [
"i18n",
"i18n-chain",
"i18n-typescript"
],
"repository": "git@github.com:fwh1990/i18n-chain.git",
"author": "范文华 <531362022@qq.com>",
"license": "MIT",
Expand Down
10 changes: 7 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
{
"name": "@i18n-chain/react",
"version": "0.4.1",
"version": "0.4.2",
"main": "index.js",
"keywords": ["react-i18n", "i18n-typescript", "react-i18n-typescript"],
"keywords": [
"react-i18n",
"i18n-typescript",
"react-i18n-typescript"
],
"repository": "git@github.com:fwh1990/i18n-chain.git",
"author": "范文华 <531362022@qq.com>",
"license": "MIT",
"peerDependencies": {
"react": ">= 15.3.0"
},
"dependencies": {
"@i18n-chain/core": "^0.4.1",
"@i18n-chain/core": "^0.4.2",
"hoist-non-react-statics": "^3.3.1",
"tslib": "^1.10.0"
},
Expand Down

0 comments on commit bac3126

Please sign in to comment.