Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite9cfb7e

Browse files
committed
chore(version): update version to 0.149.0
1 parentc80285c commite9cfb7e

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.148.0"
7+
"version":"0.149.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.148.0",
3+
"version":"0.149.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.148.0",
3+
"version":"0.149.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.148.0",
3+
"version":"0.149.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.148.0",
34+
"reactant-module":"^0.149.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.148.0",
3+
"version":"0.149.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.3.0",
35-
"reactant-module":"^0.148.0"
35+
"reactant-module":"^0.149.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.148.0",
3+
"version":"0.149.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.3.0",
31-
"reactant-di":"^0.148.0",
31+
"reactant-di":"^0.149.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.148.0",
3+
"version":"0.149.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.148.0",
3+
"version":"0.149.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.148.0",
34+
"reactant-module":"^0.149.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.148.0",
3+
"version":"0.149.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.148.0",
4+
"version":"0.149.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)

[8]ページ先頭

©2009-2025 Movatter.jp