Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - dva-loading@1.0.1
 - dva@2.0.2
  • Loading branch information
sorrycc committed Sep 15, 2017
1 parent 2583dc8 commit affd1cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.0",
"version": "1.0.1",
"description": "Auto loading plugin for dva.",
"repository": {
"type": "git",
Expand All @@ -22,10 +22,10 @@
"coveralls": "ruban coveralls"
},
"devDependencies": {
"dva": "^2.0.1"
"dva": "^2.0.2"
},
"peerDependencies": {
"dva": "^2.0.1"
"dva": "^2.0.2"
},
"files": [
"lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/dva/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dva",
"version": "2.0.1",
"version": "2.0.2",
"description": "React and redux based, lightweight and elm-style framework.",
"repository": {
"type": "git",
Expand Down

0 comments on commit affd1cf

Please sign in to comment.