Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Mar 18, 2019
1 parent ae658c8 commit ea8eba8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,4 +1,4 @@
{
"packages": ["packages/*", "website"],
"version": "4.4.0"
"version": "5.0.0"
}
6 changes: 3 additions & 3 deletions packages/react-router-config/package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-config",
"version": "4.4.0",
"version": "5.0.0",
"description": "Static route config matching for React Router",
"repository": "ReactTraining/react-router",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"peerDependencies": {
"react": ">=15",
"react-router": "~4.4.0"
"react-router": ">=5"
},
"devDependencies": {
"@babel/core": "^7.1.2",
Expand All @@ -49,7 +49,7 @@
"raf": "^3.4.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-router": "^4.4.0",
"react-router": "5.0.0",
"rollup": "^0.66.6",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-dom/package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-dom",
"version": "4.4.0",
"version": "5.0.0",
"description": "DOM bindings for React Router",
"repository": "ReactTraining/react-router",
"license": "MIT",
Expand Down Expand Up @@ -47,7 +47,7 @@
"history": "^4.9.0",
"loose-envify": "^1.3.1",
"prop-types": "^15.6.2",
"react-router": "~4.4.0",
"react-router": "5.0.0",
"tiny-invariant": "^1.0.2",
"tiny-warning": "^1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-native/package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-native",
"version": "4.4.0",
"version": "5.0.0",
"description": "React Native bindings for React Router",
"repository": "ReactTraining/react-router",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"prop-types": "^15.6.1",
"react-router": "~4.4.0"
"react-router": "5.0.0"
},
"devDependencies": {
"babel-jest": "^23.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
@@ -1,6 +1,6 @@
{
"name": "react-router",
"version": "4.4.0",
"version": "5.0.0",
"description": "Declarative routing for React",
"repository": "ReactTraining/react-router",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "react-router-website",
"version": "4.4.0",
"version": "5.0.0",
"scripts": {
"build": "NODE_ENV=production webpack -p",
"start": "webpack-dev-server --inline --host 0.0.0.0"
Expand Down

0 comments on commit ea8eba8

Please sign in to comment.