Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - dva-immer@1.0.2
 - dva-loading@3.0.25
 - dva@3.0.0-alpha.1
  • Loading branch information
sorrycc committed May 10, 2024
1 parent b02daba commit 7490ae9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/dva-immer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dva-immer",
"version": "1.0.1",
"version": "1.0.2",
"description": "Auto loading data binding plugin for dva.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -13,7 +13,7 @@
"dva": "^2.5.0-0"
},
"devDependencies": {
"dva": "2.6.0-beta.23"
"dva": "3.0.0-alpha.1"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/dva-loading/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dva-loading",
"version": "3.0.24",
"version": "3.0.25",
"description": "Auto loading data binding plugin for dva.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -19,7 +19,7 @@
"author": "chencheng <sorrycc@gmail.com>",
"license": "MIT",
"devDependencies": {
"dva": "2.6.0-beta.23",
"dva": "3.0.0-alpha.1",
"dva-core": "2.0.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dva/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dva",
"version": "2.6.0-beta.23",
"version": "3.0.0-alpha.1",
"description": "React and redux based, lightweight and elm-style framework.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 7490ae9

Please sign in to comment.