Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - dva-core@1.3.0
 - dva-immer@0.2.0
 - dva-loading@2.0.2
 - dva-no-router@1.1.3
 - dva-react-router-3@1.1.4
 - dva@2.3.0
  • Loading branch information
sorrycc committed Jun 1, 2018
1 parent e8fdac3 commit 073d8f7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/dva-core/package.json
@@ -1,6 +1,6 @@
{
"name": "dva-core",
"version": "1.2.1",
"version": "1.3.0",
"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
@@ -1,6 +1,6 @@
{
"name": "dva-immer",
"version": "0.1.3",
"version": "0.2.0",
"description": "Auto loading plugin for dva.",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"main": "lib/index.js",
"devDependencies": {
"dva": "^2.2.3"
"dva": "^2.3.0"
},
"peerDependencies": {
"dva": "^2.2.0-0"
Expand Down
4 changes: 2 additions & 2 deletions packages/dva-loading/package.json
@@ -1,6 +1,6 @@
{
"name": "dva-loading",
"version": "2.0.1",
"version": "2.0.2",
"description": "Auto loading plugin for dva.",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"main": "lib/index.js",
"devDependencies": {
"dva": "^2.2.3"
"dva": "^2.3.0"
},
"peerDependencies": {
"dva": "^2.0.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/dva-no-router/package.json
@@ -1,6 +1,6 @@
{
"name": "dva-no-router",
"version": "1.1.2",
"version": "1.1.3",
"description": "Official React bindings for dva, no router.",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.34",
"dva-core": "^1.2.1",
"dva-core": "^1.3.0",
"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
@@ -1,6 +1,6 @@
{
"name": "dva-react-router-3",
"version": "1.1.3",
"version": "1.1.4",
"description": "Official React bindings for dva, with react-router@3.",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.34",
"dva-core": "^1.2.1",
"dva-core": "^1.3.0",
"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
@@ -1,6 +1,6 @@
{
"name": "dva",
"version": "2.2.3",
"version": "2.3.0",
"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": "^4.0.23",
"@types/react-router-redux": "^5.0.13",
"dva-core": "^1.2.1",
"dva-core": "^1.3.0",
"global": "^4.3.2",
"history": "^4.6.3",
"invariant": "^2.2.2",
Expand Down

0 comments on commit 073d8f7

Please sign in to comment.