Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - dva-core@1.1.0
 - dva-loading@1.0.2
 - dva-no-router@1.0.2
 - dva-react-router-3@1.0.2
 - dva@2.0.3
  • Loading branch information
sorrycc committed Sep 16, 2017
1 parent c6efc2f commit 2fd9a6a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.0.1",
"version": "1.1.0",
"description": "The core lightweight library for dva, based on redux and redux-saga.",
"repository": {
"type": "git",
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": "1.0.1",
"version": "1.0.2",
"description": "Auto loading plugin for dva.",
"repository": {
"type": "git",
Expand All @@ -22,10 +22,10 @@
"coveralls": "ruban coveralls"
},
"devDependencies": {
"dva": "^2.0.2"
"dva": "^2.0.3"
},
"peerDependencies": {
"dva": "^2.0.2"
"dva": "^2.0.3"
},
"files": [
"lib",
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.0.1",
"version": "1.0.2",
"description": "Official React bindings for dva, no router.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"babel-runtime": "^6.26.0",
"dva-core": "^1.0.1",
"dva-core": "^1.1.0",
"global": "^4.3.2",
"history": "^4.6.3",
"invariant": "^2.2.2",
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.0.1",
"version": "1.0.2",
"description": "Official React bindings for dva, with react-router@3.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"babel-runtime": "^6.26.0",
"dva-core": "^1.0.1",
"dva-core": "^1.1.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dva",
"version": "2.0.2",
"version": "2.0.3",
"description": "React and redux based, lightweight and elm-style framework.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"babel-runtime": "^6.26.0",
"dva-core": "^1.0.1",
"dva-core": "^1.1.0",
"global": "^4.3.2",
"history": "^4.6.3",
"invariant": "^2.2.2",
Expand Down

0 comments on commit 2fd9a6a

Please sign in to comment.