Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - dva-immer@0.4.17
 - dva-loading@3.0.18
 - dva@2.6.0-beta.18
  • Loading branch information
sorrycc committed Nov 18, 2019
1 parent 06bc3ef commit 39067c0
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.16",
"version": "0.4.17",
"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.17"
"dva": "2.6.0-beta.18"
},
"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.17",
"version": "3.0.18",
"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.17",
"dva": "2.6.0-beta.18",
"dva-core": "2.0.1"
},
"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.17",
"version": "2.6.0-beta.18",
"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 39067c0

Please sign in to comment.