Skip to content

Commit

Permalink
Version 6.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed May 5, 2020
1 parent bafc46c commit 7d4a5c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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": "6.0.0-alpha.3",
"version": "6.0.0-alpha.4",
"author": "React Training <[email protected]>",
"description": "Declarative routing for React web applications",
"repository": "ReactTraining/react-router",
Expand All @@ -16,7 +16,7 @@
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8",
"react-router": "6.0.0-alpha.3"
"react-router": "6.0.0-alpha.4"
},
"sideEffects": false,
"keywords": [
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": "6.0.0-alpha.3",
"version": "6.0.0-alpha.4",
"author": "React Training <[email protected]>",
"description": "Declarative routing for React Native applications",
"repository": "ReactTraining/react-router",
Expand All @@ -15,7 +15,7 @@
"peerDependencies": {
"react": ">=16.8",
"react-native": ">=0.44",
"react-router": "6.0.0-alpha.3"
"react-router": "6.0.0-alpha.4"
},
"devDependencies": {
"react-native": "^0.61.4"
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": "6.0.0-alpha.3",
"version": "6.0.0-alpha.4",
"author": "React Training <[email protected]>",
"description": "Declarative routing for React",
"repository": "ReactTraining/react-router",
Expand Down

0 comments on commit 7d4a5c5

Please sign in to comment.