Skip to content

Commit d8dc826

Browse files
committed
chore(version): update version to 0.66.0
1 parent a07b568 commit d8dc826

File tree

17 files changed

+34
-34
lines changed

17 files changed

+34
-34
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.65.0"
6+
"version": "0.66.0"
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.65.0",
3+
"version": "0.66.0",
44
"description": "A command line interface for Reactant",
55
"engines": {
66
"node": ">=14"

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.65.0",
3+
"version": "0.66.0",
44
"description": "A dependency injection lib for Reactant",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",

packages/reactant-last-action/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactant-last-action",
3-
"version": "0.65.0",
3+
"version": "0.66.0",
44
"description": "A Reactant plugin for staging last action",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -25,7 +25,7 @@
2525
"redux": "^4.1.0"
2626
},
2727
"devDependencies": {
28-
"reactant-module": "^0.65.0",
28+
"reactant-module": "^0.66.0",
2929
"redux": "^4.1.0"
3030
}
3131
}

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.65.0",
3+
"version": "0.66.0",
44
"description": "A model lib for Reactant",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -26,6 +26,6 @@
2626
},
2727
"devDependencies": {
2828
"immer": "^9.0.15",
29-
"reactant-module": "^0.65.0"
29+
"reactant-module": "^0.66.0"
3030
}
3131
}

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.65.0",
3+
"version": "0.66.0",
44
"description": "A module model for Reactant",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -27,7 +27,7 @@
2727
"license": "MIT",
2828
"dependencies": {
2929
"immer": "^9.0.15",
30-
"reactant-di": "^0.65.0",
30+
"reactant-di": "^0.66.0",
3131
"redux": "^4.1.0"
3232
},
3333
"devDependencies": {

packages/reactant-native/package.json

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

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.65.0",
3+
"version": "0.66.0",
44
"description": "A redux lib for Reactant",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -25,7 +25,7 @@
2525
"redux": "^4.1.0"
2626
},
2727
"devDependencies": {
28-
"reactant-module": "^0.65.0",
28+
"reactant-module": "^0.66.0",
2929
"redux": "^4.1.0"
3030
}
3131
}

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.65.0",
3+
"version": "0.66.0",
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.65.0",
4+
"version": "0.66.0",
55
"description": "A native apps router with react-native for Reactant",
66
"main": "dist/index.cjs.js",
77
"unpkg": "dist/index.umd.js",

0 commit comments

Comments
 (0)