Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - dva-immer@1.0.1
 - dva-loading@3.0.24
 - dva@2.6.0-beta.23
  • Loading branch information
sorrycc committed Apr 11, 2023
1 parent 11b27a1 commit 968da6a
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
@@ -1,6 +1,6 @@
{
"name": "dva-immer",
"version": "1.0.0",
"version": "1.0.1",
"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.22"
"dva": "2.6.0-beta.23"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/dva-loading/package.json
@@ -1,6 +1,6 @@
{
"name": "dva-loading",
"version": "3.0.23",
"version": "3.0.24",
"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.22",
"dva": "2.6.0-beta.23",
"dva-core": "2.0.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dva/package.json
@@ -1,6 +1,6 @@
{
"name": "dva",
"version": "2.6.0-beta.22",
"version": "2.6.0-beta.23",
"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 968da6a

Please sign in to comment.