Skip to content

Commit 0c058ad

Browse files
committed
v5.1.0
1 parent ce2fdc7 commit 0c058ad

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*", "website"],
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/react-router-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-config",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"description": "Static route config matching for React Router",
55
"repository": "ReactTraining/react-router",
66
"license": "MIT",

packages/react-router-dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"description": "DOM bindings for React Router",
55
"repository": "ReactTraining/react-router",
66
"license": "MIT",
@@ -49,7 +49,7 @@
4949
"history": "^4.9.0",
5050
"loose-envify": "^1.3.1",
5151
"prop-types": "^15.6.2",
52-
"react-router": "5.0.1",
52+
"react-router": "5.1.0",
5353
"tiny-invariant": "^1.0.2",
5454
"tiny-warning": "^1.0.0"
5555
},

packages/react-router-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-native",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"description": "React Native bindings for React Router",
55
"repository": "ReactTraining/react-router",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"prop-types": "^15.6.1",
32-
"react-router": "5.0.1"
32+
"react-router": "5.1.0"
3333
},
3434
"devDependencies": {
3535
"babel-jest": "^24.8.0",

packages/react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"description": "Declarative routing for React",
55
"repository": "ReactTraining/react-router",
66
"license": "MIT",

0 commit comments

Comments
 (0)