Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Apr 10, 2019
1 parent c513f36 commit ac494c7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.6.0-beta.1",
"version": "1.6.0-beta.2",
"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.4.0",
"version": "0.4.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.1"
"dva": "2.6.0-beta.2"
},
"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": "3.0.0",
"version": "3.0.1",
"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 <[email protected]>",
"license": "MIT",
"devDependencies": {
"dva": "2.6.0-beta.1",
"dva-core": "1.6.0-beta.1"
"dva": "2.6.0-beta.2",
"dva-core": "1.6.0-beta.2"
},
"peerDependencies": {
"dva-core": "^1.1.0 | ^1.5.0-0 | ^1.6.0-0"
Expand Down
6 changes: 3 additions & 3 deletions 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.1",
"version": "2.6.0-beta.2",
"description": "React and redux based, lightweight and elm-style framework.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -33,14 +33,14 @@
"@babel/runtime": "^7.0.0",
"@types/isomorphic-fetch": "^0.0.35",
"@types/react-router-dom": "^4.3.1",
"dva-core": "1.6.0-beta.1",
"connected-react-router": "^6.3.2",
"dva-core": "1.6.0-beta.2",
"global": "^4.3.2",
"history": "^4.7.2",
"invariant": "^2.2.4",
"isomorphic-fetch": "^2.2.1",
"react-redux": "^7.0.1",
"react-router-dom": "^4.3.1",
"connected-react-router": "^6.3.2",
"redux": "^4.0.1"
},
"peerDependencies": {
Expand Down

0 comments on commit ac494c7

Please sign in to comment.