Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Sep 4, 2017
1 parent a5e0e12 commit 8bc0a66
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": "0.3.0",
"version": "1.0.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": "0.2.1",
"version": "0.2.2",
"description": "Auto loading plugin for dva.",
"repository": {
"type": "git",
Expand All @@ -22,10 +22,10 @@
"coveralls": "ruban coveralls"
},
"devDependencies": {
"dva": "^2.0.0-0"
"dva": "^2.0.0"
},
"peerDependencies": {
"dva": "^1.1.0 || ^1.3.0-0 || ^2.0.0-0"
"dva": "^2.0.0"
},
"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": "0.1.0-rc.1",
"version": "1.0.0",
"description": "Official React bindings for dva, no router.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"coveralls": "ruban coveralls"
},
"dependencies": {
"dva-core": "^0.3.0",
"dva-core": "^1.0.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": "0.4.0-rc.1",
"version": "1.0.0",
"description": "Official React bindings for dva, with react-router@3.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"coveralls": "ruban coveralls"
},
"dependencies": {
"dva-core": "^0.3.0",
"dva-core": "^1.0.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.0-rc.3",
"version": "2.0.0",
"description": "React and redux based, lightweight and elm-style framework.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"coveralls": "ruban coveralls"
},
"dependencies": {
"dva-core": "^0.3.0",
"dva-core": "^1.0.0",
"global": "^4.3.2",
"history": "^4.6.3",
"invariant": "^2.2.2",
Expand Down

0 comments on commit 8bc0a66

Please sign in to comment.