Skip to content

Commit 42ddeb6

Browse files
committed
chore(version): update version to 0.117.0
1 parent 7ae8ddf commit 42ddeb6

File tree

18 files changed

+35
-35
lines changed

18 files changed

+35
-35
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
],
55
"useWorkspaces": true,
66
"npmClient": "yarn",
7-
"version": "0.116.0"
7+
"version": "0.117.0"
88
}

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.116.0",
3+
"version": "0.117.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.116.0",
3+
"version": "0.117.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.116.0",
3+
"version": "0.117.0",
44
"description": "A Reactant plugin for staging last action",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -31,7 +31,7 @@
3131
"redux": "^4.1.0"
3232
},
3333
"devDependencies": {
34-
"reactant-module": "^0.116.0",
34+
"reactant-module": "^0.117.0",
3535
"redux": "^4.1.0"
3636
}
3737
}

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.116.0",
3+
"version": "0.117.0",
44
"description": "A model lib for Reactant",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -32,6 +32,6 @@
3232
},
3333
"devDependencies": {
3434
"mutative": "^1.0.8",
35-
"reactant-module": "^0.116.0"
35+
"reactant-module": "^0.117.0"
3636
}
3737
}

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.116.0",
3+
"version": "0.117.0",
44
"description": "A module model for Reactant",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -28,7 +28,7 @@
2828
"license": "MIT",
2929
"dependencies": {
3030
"mutative": "^1.0.8",
31-
"reactant-di": "^0.116.0",
31+
"reactant-di": "^0.117.0",
3232
"redux": "^4.1.0"
3333
},
3434
"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.116.0",
3+
"version": "0.117.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.116.0",
3+
"version": "0.117.0",
44
"description": "A redux lib for Reactant",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -31,7 +31,7 @@
3131
"redux": "^4.1.0"
3232
},
3333
"devDependencies": {
34-
"reactant-module": "^0.116.0",
34+
"reactant-module": "^0.117.0",
3535
"redux": "^4.1.0"
3636
}
3737
}

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.116.0",
3+
"version": "0.117.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.116.0",
4+
"version": "0.117.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.116.0",
3+
"version": "0.117.0",
44
"description": "A router plugin for Reactant",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"react": "^17.0.2",
4141
"react-redux": "^7.2.8",
42-
"reactant-module": "^0.116.0",
42+
"reactant-module": "^0.117.0",
4343
"redux": "^4.1.0"
4444
},
4545
"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.116.0",
3+
"version": "0.117.0",
44
"description": "A framework for building shared web applications with Reactant",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -34,13 +34,13 @@
3434
"dependencies": {
3535
"broadcast-channel": "^5.3.0",
3636
"data-transport": "^4.3.5",
37-
"reactant": "^0.116.0",
38-
"reactant-last-action": "^0.116.0",
39-
"reactant-router": "^0.116.0",
40-
"reactant-storage": "^0.116.0"
37+
"reactant": "^0.117.0",
38+
"reactant-last-action": "^0.117.0",
39+
"reactant-router": "^0.117.0",
40+
"reactant-storage": "^0.117.0"
4141
},
4242
"devDependencies": {
4343
"react": "^16.12.0 || ^17",
44-
"reactant-web": "^0.116.0"
44+
"reactant-web": "^0.117.0"
4545
}
4646
}

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.116.0",
3+
"version": "0.117.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.116.0"
43+
"reactant": "^0.117.0"
4444
},
4545
"devDependencies": {
4646
"next": "^12.1.0",
4747
"react": "^17.0.2",
48-
"reactant-web": "^0.116.0"
48+
"reactant-web": "^0.117.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.116.0",
3+
"version": "0.117.0",
44
"description": "A persistence storage plugin for Reactant",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"react": "^17.0.2",
4242
"react-redux": "^7.2.8",
43-
"reactant-module": "^0.116.0",
43+
"reactant-module": "^0.117.0",
4444
"redux": "^4.1.0"
4545
}
4646
}

packages/reactant-storage/src/storage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class ReactantStorage extends PluginModule {
136136
_action.key !== 'root'
137137
) {
138138
const target = getRef(this).modules![_action.key];
139-
const persistStateKeys = Object.keys(_action.payload) ?? [];
139+
const persistStateKeys = Object.keys(_action.payload ?? {}) ?? [];
140140
persistStateKeys.forEach((persistStateKey) => {
141141
if (
142142
persistStateKey !== '_persist' &&

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.116.0",
3+
"version": "0.117.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.116.0",
3+
"version": "0.117.0",
44
"description": "A Web application with react-dom for Reactant",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -27,7 +27,7 @@
2727
"react-dom": "^16.14.0 || ^17"
2828
},
2929
"dependencies": {
30-
"reactant-router-dom": "^0.116.0"
30+
"reactant-router-dom": "^0.117.0"
3131
},
3232
"devDependencies": {
3333
"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.116.0",
3+
"version": "0.117.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.116.0"
40+
"reactant-module": "^0.117.0"
4141
},
4242
"devDependencies": {
4343
"react": "^17.0.2",
44-
"reactant-storage": "^0.116.0",
45-
"reactant-web": "^0.116.0"
44+
"reactant-storage": "^0.117.0",
45+
"reactant-web": "^0.117.0"
4646
}
4747
}

0 commit comments

Comments
 (0)