Skip to content

Commit

Permalink
v5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Apr 17, 2022
1 parent 30d1c78 commit 1bd0fb5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*", "website"],
"version": "5.3.0",
"version": "5.3.1",

This comment has been minimized.

Copy link
@korbav

korbav Apr 17, 2022

@chaance Is it intentional? shouldn't it be set back to the correct version (6.3.0)? It's causing a version regression within npm.

This comment has been minimized.

Copy link
@timdorr

timdorr Apr 17, 2022

Member

This is the v5 branch.

This comment has been minimized.

Copy link
@korbav

korbav Apr 17, 2022

I know that but I'm somehow being proposed to revert back the version v6 to this version running npm outdated :
image

This comment has been minimized.

Copy link
@timdorr

timdorr Apr 17, 2022

Member

Ah, that was an artifact of the old publishing script. I've fixed it on npm now.

This comment has been minimized.

Copy link
@korbav

korbav Apr 17, 2022

Awesome! Thanks for the quick fix 👍

"npmClient": "yarn",
"useWorkspaces": true,
"changelog": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-config",
"version": "5.2.1",
"version": "5.3.1",
"description": "Static route config matching for React Router",
"homepage": "https://reactrouter.com/",
"repository": {
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": "5.3.0",
"version": "5.3.1",
"description": "DOM bindings for React Router",
"homepage": "https://reactrouter.com/",
"repository": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"history": "^4.9.0",
"loose-envify": "^1.3.1",
"prop-types": "^15.6.2",
"react-router": "5.2.1",
"react-router": "5.3.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-native",
"version": "5.2.1",
"version": "5.3.1",
"description": "React Native bindings for React Router",
"homepage": "https://reactrouter.com/",
"repository": {
Expand Down Expand Up @@ -32,6 +32,6 @@
},
"dependencies": {
"prop-types": "^15.6.1",
"react-router": "5.2.1"
"react-router": "5.3.1"
}
}
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": "5.2.1",
"version": "5.3.1",
"description": "Declarative routing for React",
"homepage": "https://reactrouter.com/",
"repository": {
Expand Down

0 comments on commit 1bd0fb5

Please sign in to comment.