Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - dva-core@1.6.0-beta.1
 - dva-immer@0.4.0
 - dva-loading@3.0.0
 - dva@2.6.0-beta.1
  • Loading branch information
sorrycc committed Apr 9, 2019
1 parent edbf45b commit d7bbd66
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/dva-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dva-core",
"version": "1.5.0-beta.2",
"version": "1.6.0-beta.1",
"description": "The core lightweight library for dva, based on redux and redux-saga.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
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.3.0-beta.2",
"version": "0.4.0",
"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.5.0-beta.2"
"dva": "2.6.0-beta.1"
},
"files": [
"dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/dva-loading/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dva-loading",
"version": "2.1.0-beta.2",
"version": "3.0.0",
"description": "Auto loading data binding plugin for dva.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -18,8 +18,8 @@
"author": "chencheng <sorrycc@gmail.com>",
"license": "MIT",
"devDependencies": {
"dva": "2.5.0-beta.2",
"dva-core": "1.5.0-beta.2"
"dva": "2.6.0-beta.1",
"dva-core": "1.6.0-beta.1"
},
"peerDependencies": {
"dva-core": "^1.1.0 | ^1.5.0-0"
Expand Down
4 changes: 2 additions & 2 deletions packages/dva/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dva",
"version": "2.5.0-beta.2",
"version": "2.6.0-beta.1",
"description": "React and redux based, lightweight and elm-style framework.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/isomorphic-fetch": "^0.0.35",
"@types/react-router-dom": "^4.3.1",
"@types/react-router-redux": "^5.0.18",
"dva-core": "1.5.0-beta.2",
"dva-core": "1.6.0-beta.1",
"global": "^4.3.2",
"history": "^4.7.2",
"invariant": "^2.2.4",
Expand Down

0 comments on commit d7bbd66

Please sign in to comment.