Skip to content

Commit 1bd0fb5

Browse files
committed
v5.3.1
1 parent 30d1c78 commit 1bd0fb5

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.3.0",
3+
"version": "5.3.1",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"changelog": {

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.2.1",
3+
"version": "5.3.1",
44
"description": "Static route config matching for React Router",
55
"homepage": "https://reactrouter.com/",
66
"repository": {

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.3.0",
3+
"version": "5.3.1",
44
"description": "DOM bindings for React Router",
55
"homepage": "https://reactrouter.com/",
66
"repository": {
@@ -51,7 +51,7 @@
5151
"history": "^4.9.0",
5252
"loose-envify": "^1.3.1",
5353
"prop-types": "^15.6.2",
54-
"react-router": "5.2.1",
54+
"react-router": "5.3.1",
5555
"tiny-invariant": "^1.0.2",
5656
"tiny-warning": "^1.0.0"
5757
},

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.2.1",
3+
"version": "5.3.1",
44
"description": "React Native bindings for React Router",
55
"homepage": "https://reactrouter.com/",
66
"repository": {
@@ -32,6 +32,6 @@
3232
},
3333
"dependencies": {
3434
"prop-types": "^15.6.1",
35-
"react-router": "5.2.1"
35+
"react-router": "5.3.1"
3636
}
3737
}

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.2.1",
3+
"version": "5.3.1",
44
"description": "Declarative routing for React",
55
"homepage": "https://reactrouter.com/",
66
"repository": {

0 commit comments

Comments
 (0)