Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Mar 11, 2017
1 parent 0604804 commit 7ce8ccf
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions packages/react-router-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-config",
"version": "4.0.0-beta.8",
"version": "1.0.0-beta.1",
"description": "Static route config matching for React Router",
"repository": "ReactTraining/react-router-config",
"license": "MIT",
Expand All @@ -23,10 +23,10 @@
},
"peerDependencies": {
"react": ">=15",
"react-router": "4.0.0-beta.8"
"react-router": "^4.0.0"
},
"devDependencies": {
"react-router": "4.0.0-beta.8",
"react-router": "^4.0.0",
"babel-cli": "^6.18.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-dom",
"version": "4.0.0-beta.8",
"version": "4.0.0",
"description": "DOM bindings for React Router",
"repository": "ReactTraining/react-router",
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"history": "^4.5.1",
"react-router": "^4.0.0-beta.8"
"react-router": "^4.0.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-native",
"version": "4.0.0-beta.8",
"version": "4.0.0",
"main": "main.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
Expand All @@ -19,7 +19,7 @@
"react-native": ">=0.40"
},
"dependencies": {
"react-router": "^4.0.0-beta.8"
"react-router": "^4.0.0"
},
"devDependencies": {
"babel-jest": "18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"history": "^4.5.1",
"react-router": "^4.0.0-beta.8"
"react-router": "^4.0.0"
},
"devDependencies": {
"babel-cli": "^6.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "react-router-website",
"version": "4.0.0-beta.8",
"version": "4.0.0",
"scripts": {
"build": "NODE_ENV=production webpack -p",
"clean": "git clean -e '!node_modules' -fdX .",
Expand Down Expand Up @@ -32,7 +32,7 @@
"react-addons-css-transition-group": "^15.4.2",
"react-dom": "^15.4.0",
"react-motion": "^0.4.4",
"react-router-dom": "^4.0.0-beta.8",
"react-router-dom": "^4.0.0",
"style-loader": "0.13.1",
"sw-precache": "^4.2.2",
"sw-precache-webpack-plugin": "^0.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router",
"version": "4.0.0-beta.8",
"version": "4.0.0",
"description": "Declarative routing for React",
"repository": "ReactTraining/react-router",
"license": "MIT",
Expand Down

0 comments on commit 7ce8ccf

Please sign in to comment.