Skip to content

Commit

Permalink
Version 6.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Feb 22, 2020
1 parent 35bcabe commit 2caa510
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.1",
"version": "6.0.0-alpha.2",
"description": "Declarative routing for React web applications",
"author": "React Training <hello@reacttraining.com>",
"repository": "ReactTraining/react-router",
Expand All @@ -15,7 +15,7 @@
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8",
"react-router": "6.0.0-alpha.1"
"react-router": "6.0.0-alpha.2"
},
"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.1",
"version": "6.0.0-alpha.2",
"description": "Declarative routing for React Native applications",
"author": "React Training <hello@reacttraining.com>",
"repository": "ReactTraining/react-router",
Expand All @@ -13,7 +13,7 @@
"peerDependencies": {
"react": ">=16.8",
"react-native": ">=0.44",
"react-router": "6.0.0-alpha.1"
"react-router": "6.0.0-alpha.2"
},
"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.1",
"version": "6.0.0-alpha.2",
"description": "Declarative routing for React",
"author": "React Training <hello@reacttraining.com>",
"repository": "ReactTraining/react-router",
Expand Down

0 comments on commit 2caa510

Please sign in to comment.