Skip to content

Commit 1ca0e8f

Browse files
committed
v5.3.4
1 parent 763c7af commit 1ca0e8f

File tree

4 files changed

+6
-6
lines changed

4 files changed

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

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.3",
3+
"version": "5.3.4",
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.3.3",
54+
"react-router": "5.3.4",
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.3.3",
3+
"version": "5.3.4",
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.3.3"
35+
"react-router": "5.3.4"
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.3.3",
3+
"version": "5.3.4",
44
"description": "Declarative routing for React",
55
"homepage": "https://reactrouter.com/",
66
"repository": {

0 commit comments

Comments
 (0)