Skip to content

Commit

Permalink
v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Aug 27, 2021
1 parent 953af40 commit 92dcd15
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"packages": ["packages/*", "website"],
"version": "5.2.0",
"version": "5.2.1",
"npmClient": "yarn",
"useWorkspaces": true,
"changelog": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-config/package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-config",
"version": "5.1.1",
"version": "5.2.1",
"description": "Static route config matching for React Router",
"repository": "ReactTraining/react-router",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-dom/package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-dom",
"version": "5.2.0",
"version": "5.2.1",
"description": "DOM bindings for React Router",
"repository": "ReactTraining/react-router",
"license": "MIT",
Expand Down Expand Up @@ -44,7 +44,7 @@
"history": "^4.9.0",
"loose-envify": "^1.3.1",
"prop-types": "^15.6.2",
"react-router": "5.2.0",
"react-router": "5.2.1",
"tiny-invariant": "^1.0.2",
"tiny-warning": "^1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-native/package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-native",
"version": "5.2.0",
"version": "5.2.1",
"description": "React Native bindings for React Router",
"repository": "ReactTraining/react-router",
"license": "MIT",
Expand All @@ -25,6 +25,6 @@
},
"dependencies": {
"prop-types": "^15.6.1",
"react-router": "5.2.0"
"react-router": "5.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/react-router/package.json
@@ -1,6 +1,6 @@
{
"name": "react-router",
"version": "5.2.0",
"version": "5.2.1",
"description": "Declarative routing for React",
"repository": "ReactTraining/react-router",
"license": "MIT",
Expand Down

0 comments on commit 92dcd15

Please sign in to comment.