Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Aug 20, 2019
1 parent 6c95ae6 commit a1309cf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"conventionalCommits": false
}
},
"version": "1.0.1-rc.0",
"version": "1.0.1",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions packages/remax-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remax-cli",
"version": "1.0.1-rc.0",
"version": "1.0.1",
"description": "",
"main": "./lib/index.js",
"scripts": {
Expand Down Expand Up @@ -64,7 +64,7 @@
"@types/webpack-bundle-analyzer": "^2.13.0",
"jest": "^24.8.0",
"react": "^16.8.6",
"remax": "^1.0.1-rc.0",
"remax": "^1.0.1",
"ts-jest": "^24.0.2",
"typescript": "^3.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/remax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remax",
"version": "1.0.1-rc.0",
"version": "1.0.1",
"description": "Runtime of remax",
"main": "lib/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/umi-plugin-remax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-remax",
"version": "1.0.1-rc.0",
"version": "1.0.1",
"description": "> TODO: description",
"author": "Meck Zhu <[email protected]>",
"homepage": "https://github.com/remaxjs/remax#readme",
Expand All @@ -26,7 +26,7 @@
"url": "https://github.com/remaxjs/remax/issues"
},
"dependencies": {
"remax-cli": "^1.0.1-rc.0",
"remax-cli": "^1.0.1",
"umi-types": "^0.3.17"
}
}
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"description": "Documentation, built with mdx",
"author": "Praveen <[email protected]> (@praveenweb)",
"version": "1.0.1-rc.0",
"version": "1.0.1",
"dependencies": {
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@emotion/core": "^10.0.10",
Expand Down

0 comments on commit a1309cf

Please sign in to comment.