Skip to content

Commit 76bb310

Browse files
committed
chore(version): update v0.0.10
1 parent da78411 commit 76bb310

File tree

14 files changed

+23
-23
lines changed

14 files changed

+23
-23
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages/*"
44
],
55
"npmClient": "yarn",
6-
"version": "0.0.8"
6+
"version": "0.0.10"
77
}

packages/reactant-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactant-cli",
3-
"version": "0.0.6",
3+
"version": "0.0.10",
44
"description": "A command line interface for Reactant",
55
"engines": {
66
"node": ">=8"

packages/reactant-di/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactant-di",
3-
"version": "0.0.6",
3+
"version": "0.0.10",
44
"description": "A dependency injection lib for Reactant",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",

packages/reactant-model/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactant-model",
3-
"version": "0.0.6",
3+
"version": "0.0.10",
44
"description": "A model lib for Reactant",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -18,6 +18,6 @@
1818
},
1919
"devDependencies": {
2020
"immer": "^5.3.6",
21-
"reactant-module": "^0.0.6"
21+
"reactant-module": "^0.0.10"
2222
}
2323
}

packages/reactant-module/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactant-module",
3-
"version": "0.0.6",
3+
"version": "0.0.10",
44
"description": "A module model for Reactant",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -22,7 +22,7 @@
2222
"license": "MIT",
2323
"dependencies": {
2424
"immer": "^5.3.6",
25-
"reactant-di": "^0.0.6",
25+
"reactant-di": "^0.0.10",
2626
"redux": "^4.0.5",
2727
"reselect": "^4.0.0"
2828
},

packages/reactant-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reactant-native",
33
"private": true,
4-
"version": "0.0.8",
4+
"version": "0.0.10",
55
"description": "A native apps with react-native for Reactant",
66
"main": "index.js",
77
"scripts": {

packages/reactant-redux/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactant-redux",
3-
"version": "0.0.6",
3+
"version": "0.0.10",
44
"description": "A redux lib for Reactant",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -17,7 +17,7 @@
1717
"redux": "^4.0.5"
1818
},
1919
"devDependencies": {
20-
"reactant-module": "^0.0.6",
20+
"reactant-module": "^0.0.10",
2121
"redux": "^4.0.5"
2222
}
2323
}

packages/reactant-router-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactant-router-dom",
3-
"version": "0.0.6",
3+
"version": "0.0.10",
44
"description": "A react router dom for Reactant",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",

packages/reactant-router-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reactant-router-native",
33
"private": true,
4-
"version": "0.0.8",
4+
"version": "0.0.10",
55
"description": "A native apps router with react-native for Reactant",
66
"main": "dist/index.cjs.js",
77
"unpkg": "dist/index.umd.js",

packages/reactant-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactant-router",
3-
"version": "0.0.6",
3+
"version": "0.0.10",
44
"description": "A router plugin module for Reactant",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -21,7 +21,7 @@
2121
"connected-react-router": "^6.7.0",
2222
"history": "^4.10.1",
2323
"react": "^16.12.0",
24-
"reactant-module": "^0.0.6",
24+
"reactant-module": "^0.0.10",
2525
"redux": "^4.0.5"
2626
},
2727
"license": "MIT"

0 commit comments

Comments
 (0)