Skip to content

Commit

Permalink
chore(version): update version to 0.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Oct 17, 2022
1 parent 08ed676 commit 2f867cb
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*"
],
"npmClient": "yarn",
"version": "0.63.0"
"version": "0.64.0"
}
2 changes: 1 addition & 1 deletion packages/reactant-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-cli",
"version": "0.63.0",
"version": "0.64.0",
"description": "A command line interface for Reactant",
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/reactant-di/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-di",
"version": "0.63.0",
"version": "0.64.0",
"description": "A dependency injection lib for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/reactant-last-action/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-last-action",
"version": "0.63.0",
"version": "0.64.0",
"description": "A Reactant plugin for staging last action",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand All @@ -25,7 +25,7 @@
"redux": "^4.1.0"
},
"devDependencies": {
"reactant-module": "^0.63.0",
"reactant-module": "^0.64.0",
"redux": "^4.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/reactant-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-model",
"version": "0.63.0",
"version": "0.64.0",
"description": "A model lib for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand All @@ -26,6 +26,6 @@
},
"devDependencies": {
"immer": "^9.0.15",
"reactant-module": "^0.63.0"
"reactant-module": "^0.64.0"
}
}
4 changes: 2 additions & 2 deletions packages/reactant-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-module",
"version": "0.63.0",
"version": "0.64.0",
"description": "A module model for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand All @@ -27,7 +27,7 @@
"license": "MIT",
"dependencies": {
"immer": "^9.0.15",
"reactant-di": "^0.63.0",
"reactant-di": "^0.64.0",
"redux": "^4.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/reactant-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-native",
"version": "0.63.0",
"version": "0.64.0",
"description": "A mobile application with react-native for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/reactant-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-redux",
"version": "0.63.0",
"version": "0.64.0",
"description": "A redux lib for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand All @@ -25,7 +25,7 @@
"redux": "^4.1.0"
},
"devDependencies": {
"reactant-module": "^0.63.0",
"reactant-module": "^0.64.0",
"redux": "^4.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/reactant-router-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-router-dom",
"version": "0.63.0",
"version": "0.64.0",
"description": "A react router dom for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/reactant-router-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reactant-router-native",
"private": true,
"version": "0.63.0",
"version": "0.64.0",
"description": "A native apps router with react-native for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/reactant-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-router",
"version": "0.63.0",
"version": "0.64.0",
"description": "A router plugin for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"react": "^17.0.2",
"react-redux": "^7.2.8",
"reactant-module": "^0.63.0",
"reactant-module": "^0.64.0",
"redux": "^4.1.0"
},
"license": "MIT"
Expand Down
12 changes: 6 additions & 6 deletions packages/reactant-share/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-share",
"version": "0.63.0",
"version": "0.64.0",
"description": "A framework for building shared web applications with Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down Expand Up @@ -31,13 +31,13 @@
"dependencies": {
"broadcast-channel": "^4.0.0",
"data-transport": "^3.1.0",
"reactant": "^0.63.0",
"reactant-last-action": "^0.63.0",
"reactant-router": "^0.63.0",
"reactant-storage": "^0.63.0"
"reactant": "^0.64.0",
"reactant-last-action": "^0.64.0",
"reactant-router": "^0.64.0",
"reactant-storage": "^0.64.0"
},
"devDependencies": {
"react": "^16.12.0 || ^17",
"reactant-web": "^0.63.0"
"reactant-web": "^0.64.0"
}
}
6 changes: 3 additions & 3 deletions packages/reactant-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-ssr",
"version": "0.63.0",
"version": "0.64.0",
"description": "A server-side renderer for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down Expand Up @@ -40,11 +40,11 @@
},
"dependencies": {
"next": "^12.2.5",
"reactant": "^0.63.0"
"reactant": "^0.64.0"
},
"devDependencies": {
"next": "^12.1.0",
"react": "^17.0.2",
"reactant-web": "^0.63.0"
"reactant-web": "^0.64.0"
}
}
4 changes: 2 additions & 2 deletions packages/reactant-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-storage",
"version": "0.63.0",
"version": "0.64.0",
"description": "A persistence storage plugin for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"react": "^17.0.2",
"react-redux": "^7.2.8",
"reactant-module": "^0.63.0",
"reactant-module": "^0.64.0",
"redux": "^4.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/reactant-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-template",
"version": "0.63.0",
"version": "0.64.0",
"description": "A templates collection for Reactant",
"main": "index.js",
"build": [],
Expand Down
4 changes: 2 additions & 2 deletions packages/reactant-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-web",
"version": "0.63.0",
"version": "0.64.0",
"description": "A Web application with react-dom for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand All @@ -21,7 +21,7 @@
"react-dom": "^16.14.0 || ^17"
},
"dependencies": {
"reactant-router-dom": "^0.63.0"
"reactant-router-dom": "^0.64.0"
},
"devDependencies": {
"react-dom": "^17.0.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/reactant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant",
"version": "0.63.0",
"version": "0.64.0",
"description": "A framework for building React web applications",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down Expand Up @@ -37,11 +37,11 @@
},
"dependencies": {
"react-redux": "^7.2.8",
"reactant-module": "^0.63.0"
"reactant-module": "^0.64.0"
},
"devDependencies": {
"react": "^17.0.2",
"reactant-storage": "^0.63.0",
"reactant-web": "^0.63.0"
"reactant-storage": "^0.64.0",
"reactant-web": "^0.64.0"
}
}

0 comments on commit 2f867cb

Please sign in to comment.