Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - dva-immer@0.4.10
 - dva-loading@3.0.11
 - dva@2.6.0-beta.11
  • Loading branch information
sorrycc committed Jul 10, 2019
1 parent e4e3aa8 commit 2b9f315
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": "0.4.9",
"version": "0.4.10",
"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.10"
"dva": "2.6.0-beta.11"
},
"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.10",
"version": "3.0.11",
"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.10",
"dva": "2.6.0-beta.11",
"dva-core": "1.6.0-beta.5"
},
"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.10",
"version": "2.6.0-beta.11",
"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 2b9f315

Please sign in to comment.