Skip to content

Commit a8ce6a1

Browse files
committed
chore(version): update version to 0.137.0
1 parent 3c76ca7 commit a8ce6a1

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
@@ -4,5 +4,5 @@
44
],
55
"useWorkspaces": true,
66
"npmClient": "yarn",
7-
"version": "0.136.0"
7+
"version": "0.137.0"
88
}

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.136.0",
3+
"version": "0.137.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.136.0",
3+
"version": "0.137.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.136.0",
3+
"version": "0.137.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.136.0",
34+
"reactant-module": "^0.137.0",
3535
"redux": "^4.1.0"
3636
}
3737
}

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.136.0",
3+
"version": "0.137.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.1.0",
35-
"reactant-module": "^0.136.0"
35+
"reactant-module": "^0.137.0"
3636
}
3737
}

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.136.0",
3+
"version": "0.137.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.1.0",
31-
"reactant-di": "^0.136.0",
31+
"reactant-di": "^0.137.0",
3232
"redux": "^4.1.0"
3333
},
3434
"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.136.0",
3+
"version": "0.137.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.136.0",
3+
"version": "0.137.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.136.0",
34+
"reactant-module": "^0.137.0",
3535
"redux": "^4.1.0"
3636
}
3737
}

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.136.0",
3+
"version": "0.137.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.136.0",
4+
"version": "0.137.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)