Skip to content

Commit 5819e0c

Browse files
chore: Update version for release (#13456)
1 parent 19dd003 commit 5819e0c

File tree

26 files changed

+46
-89
lines changed

26 files changed

+46
-89
lines changed

.changeset/new-hornets-run.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/pre.json

Lines changed: 0 additions & 35 deletions
This file was deleted.

.changeset/stale-bats-swim.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ We manage release notes in this file instead of the paginated Github Releases Pa
1414

1515
- [React Router Releases](#react-router-releases)
1616
- [v7.5.2](#v752)
17+
- [Security Notice](#security-notice)
1718
- [Patch Changes](#patch-changes)
1819
- [Unstable Changes](#unstable-changes)
1920
- [v7.5.1](#v751)
@@ -27,7 +28,7 @@ We manage release notes in this file instead of the paginated Github Releases Pa
2728
- [Unstable Changes](#unstable-changes-2)
2829
- [Changes by Package](#changes-by-package)
2930
- [v7.4.1](#v741)
30-
- [Security Notice](#security-notice)
31+
- [Security Notice](#security-notice-1)
3132
- [Patch Changes](#patch-changes-3)
3233
- [Unstable Changes](#unstable-changes-3)
3334
- [v7.4.0](#v740)
@@ -326,6 +327,10 @@ Date: YYYY-MM-DD
326327

327328
Date: 2025-04-24
328329

330+
### Security Notice
331+
332+
Fixed 2 security vulnerabilities that could result in cache-poisoning attacks by sending specific headers intended for build-time usage for SPA Mode and Pre-rendering ([GHSA-f46r-rw29-r322](https://github.com/remix-run/react-router/security/advisories/GHSA-f46r-rw29-r322), [GHSA-cpj6-fhp6-mr6j](https://github.com/remix-run/react-router/security/advisories/GHSA-cpj6-fhp6-mr6j)).
333+
329334
### Patch Changes
330335

331336
- `react-router` - Adjust approach for Pre-rendering/SPA Mode via headers ([#13453](https://github.com/remix-run/react-router/pull/13453))
@@ -452,7 +457,7 @@ Date: 2025-03-28
452457

453458
### Security Notice
454459

455-
Fixed a security vulnerability that allowed URL manipulation and potential cache pollution via the `Host` and `X-Forwarded-Host` headers due to inadequate port sanitization.
460+
Fixed a security vulnerability that allowed URL manipulation and potential cache pollution via the `Host` and `X-Forwarded-Host` headers due to inadequate port sanitization ([GHSA-4q56-crqp-v477/CVE-2025-31137](https://github.com/remix-run/react-router/security/advisories/GHSA-4q56-crqp-v477)).
456461

457462
### Patch Changes
458463

packages/create-react-router/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# `create-react-router`
22

3-
## 7.5.2-pre.0
3+
## 7.5.2
4+
5+
_No changes_
46

57
## 7.5.1
68

packages/create-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": "create-react-router",
3-
"version": "7.5.2-pre.0",
3+
"version": "7.5.2",
44
"description": "Create a new React Router app",
55
"homepage": "https://reactrouter.com",
66
"bugs": {

packages/react-router-architect/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# `@react-router/architect`
22

3-
## 7.5.2-pre.0
3+
## 7.5.2
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
9-
- `@react-router/[email protected]-pre.0`
8+
9+
- `@react-router/[email protected]`
1010

1111
## 7.5.1
1212

packages/react-router-architect/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/architect",
3-
"version": "7.5.2-pre.0",
3+
"version": "7.5.2",
44
"description": "Architect server request handler for React Router",
55
"bugs": {
66
"url": "https://github.com/remix-run/react-router/issues"

packages/react-router-cloudflare/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# `@react-router/cloudflare`
22

3-
## 7.5.2-pre.0
3+
## 7.5.2
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
8+
99

1010
## 7.5.1
1111

packages/react-router-cloudflare/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/cloudflare",
3-
"version": "7.5.2-pre.0",
3+
"version": "7.5.2",
44
"description": "Cloudflare platform abstractions for React Router",
55
"bugs": {
66
"url": "https://github.com/remix-run/react-router/issues"

0 commit comments

Comments
 (0)