Skip to content

Commit

Permalink
Version 6.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Feb 1, 2020
1 parent 2b2a858 commit 0cf8f2b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router",
"version": "6.0.0-alpha.0",
"version": "6.0.0-alpha.1",
"private": true,
"scripts": {
"build": "node ./scripts/build.js",
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": "6.0.0-alpha.0",
"version": "6.0.0-alpha.1",
"description": "Declarative routing for React web applications",
"author": "React Training <[email protected]>",
"repository": "ReactTraining/react-router",
Expand All @@ -15,7 +15,7 @@
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8",
"react-router": "6.0.0-alpha.0"
"react-router": "6.0.0-alpha.1"
},
"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.0",
"version": "6.0.0-alpha.1",
"description": "Declarative routing for React Native applications",
"author": "React Training <[email protected]>",
"repository": "ReactTraining/react-router",
Expand All @@ -13,7 +13,7 @@
"peerDependencies": {
"react": ">=16.8",
"react-native": ">=0.44",
"react-router": "6.0.0-alpha.0"
"react-router": "6.0.0-alpha.1"
},
"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.0",
"version": "6.0.0-alpha.1",
"description": "Declarative routing for React",
"author": "React Training <[email protected]>",
"repository": "ReactTraining/react-router",
Expand Down

0 comments on commit 0cf8f2b

Please sign in to comment.