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

+1-1
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

+1-1
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

+1-1
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

+2-2
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

+2-2
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

+2-2
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

+1-1
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

+2-2
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

+1-1
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

+1-1
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",

packages/reactant-router/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactant-router",
3-
"version": "0.65.0",
3+
"version": "0.66.0",
44
"description": "A router plugin for Reactant",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"react": "^17.0.2",
3535
"react-redux": "^7.2.8",
36-
"reactant-module": "^0.65.0",
36+
"reactant-module": "^0.66.0",
3737
"redux": "^4.1.0"
3838
},
3939
"license": "MIT"

packages/reactant-share/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactant-share",
3-
"version": "0.65.0",
3+
"version": "0.66.0",
44
"description": "A framework for building shared web applications with Reactant",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -31,13 +31,13 @@
3131
"dependencies": {
3232
"broadcast-channel": "^4.0.0",
3333
"data-transport": "^3.1.1",
34-
"reactant": "^0.65.0",
35-
"reactant-last-action": "^0.65.0",
36-
"reactant-router": "^0.65.0",
37-
"reactant-storage": "^0.65.0"
34+
"reactant": "^0.66.0",
35+
"reactant-last-action": "^0.66.0",
36+
"reactant-router": "^0.66.0",
37+
"reactant-storage": "^0.66.0"
3838
},
3939
"devDependencies": {
4040
"react": "^16.12.0 || ^17",
41-
"reactant-web": "^0.65.0"
41+
"reactant-web": "^0.66.0"
4242
}
4343
}

packages/reactant-ssr/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactant-ssr",
3-
"version": "0.65.0",
3+
"version": "0.66.0",
44
"description": "A server-side renderer for Reactant",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -40,11 +40,11 @@
4040
},
4141
"dependencies": {
4242
"next": "^12.2.5",
43-
"reactant": "^0.65.0"
43+
"reactant": "^0.66.0"
4444
},
4545
"devDependencies": {
4646
"next": "^12.1.0",
4747
"react": "^17.0.2",
48-
"reactant-web": "^0.65.0"
48+
"reactant-web": "^0.66.0"
4949
}
5050
}

packages/reactant-storage/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactant-storage",
3-
"version": "0.65.0",
3+
"version": "0.66.0",
44
"description": "A persistence storage plugin for Reactant",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"react": "^17.0.2",
3636
"react-redux": "^7.2.8",
37-
"reactant-module": "^0.65.0",
37+
"reactant-module": "^0.66.0",
3838
"redux": "^4.1.0"
3939
}
4040
}

packages/reactant-template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactant-template",
3-
"version": "0.65.0",
3+
"version": "0.66.0",
44
"description": "A templates collection for Reactant",
55
"main": "index.js",
66
"build": [],

packages/reactant-web/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactant-web",
3-
"version": "0.65.0",
3+
"version": "0.66.0",
44
"description": "A Web application with react-dom for Reactant",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -21,7 +21,7 @@
2121
"react-dom": "^16.14.0 || ^17"
2222
},
2323
"dependencies": {
24-
"reactant-router-dom": "^0.65.0"
24+
"reactant-router-dom": "^0.66.0"
2525
},
2626
"devDependencies": {
2727
"react-dom": "^17.0.2"

packages/reactant/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactant",
3-
"version": "0.65.0",
3+
"version": "0.66.0",
44
"description": "A framework for building React web applications",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -37,11 +37,11 @@
3737
},
3838
"dependencies": {
3939
"react-redux": "^7.2.8",
40-
"reactant-module": "^0.65.0"
40+
"reactant-module": "^0.66.0"
4141
},
4242
"devDependencies": {
4343
"react": "^17.0.2",
44-
"reactant-storage": "^0.65.0",
45-
"reactant-web": "^0.65.0"
44+
"reactant-storage": "^0.66.0",
45+
"reactant-web": "^0.66.0"
4646
}
4747
}

0 commit comments

Comments
 (0)