Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - dva-core@1.5.0-beta.1
 - dva-immer@0.3.0-beta.1
 - dva-loading@2.1.0-beta.1
 - dva-no-router@1.3.0-beta.1
 - dva-react-router-3@1.3.0-beta.1
 - dva@2.5.0-beta.1
  • Loading branch information
sorrycc committed Sep 20, 2018
1 parent 1be669b commit 2a68012
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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.4.0",
"version": "1.5.0-beta.1",
"description": "The core lightweight library for dva, based on redux and redux-saga.",
"repository": {
"type": "git",
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.2.3",
"version": "0.3.0-beta.1",
"description": "Auto loading plugin for dva.",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"main": "lib/index.js",
"devDependencies": {
"dva": "^2.4.0"
"dva": "^2.5.0-beta.1"
},
"peerDependencies": {
"dva": "^2.2.0-0"
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.0.5",
"version": "2.1.0-beta.1",
"description": "Auto loading plugin for dva.",
"repository": {
"type": "git",
Expand All @@ -16,8 +16,8 @@
"license": "MIT",
"main": "lib/index.js",
"devDependencies": {
"dva": "^2.4.0",
"dva-core": "^1.4.0"
"dva": "^2.5.0-beta.1",
"dva-core": "^1.5.0-beta.1"
},
"peerDependencies": {
"dva-core": "^1.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/dva-no-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dva-no-router",
"version": "1.2.0",
"version": "1.3.0-beta.1",
"description": "Official React bindings for dva, no router.",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@babel/runtime-corejs2": "^7.0.0",
"dva-core": "^1.4.0",
"dva-core": "^1.5.0-beta.1",
"global": "^4.3.2",
"invariant": "^2.2.2",
"isomorphic-fetch": "^2.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/dva-react-router-3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dva-react-router-3",
"version": "1.2.0",
"version": "1.3.0-beta.1",
"description": "Official React bindings for dva, with react-router@3.",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@babel/runtime-corejs2": "^7.0.0",
"dva-core": "^1.4.0",
"dva-core": "^1.5.0-beta.1",
"global": "^4.3.2",
"invariant": "^2.2.2",
"isomorphic-fetch": "^2.2.1",
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.4.0",
"version": "2.5.0-beta.1",
"description": "React and redux based, lightweight and elm-style framework.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@types/isomorphic-fetch": "^0.0.34",
"@types/react-router-dom": "^4.2.7",
"@types/react-router-redux": "^5.0.13",
"dva-core": "^1.4.0",
"dva-core": "^1.5.0-beta.1",
"global": "^4.3.2",
"history": "^4.6.3",
"invariant": "^2.2.2",
Expand Down

0 comments on commit 2a68012

Please sign in to comment.