Skip to content

Commit 0a87644

Browse files
chore: Update version for release (#11767)
1 parent edd9666 commit 0a87644

File tree

17 files changed

+24
-66
lines changed

17 files changed

+24
-66
lines changed

.changeset/flat-seals-hunt.md

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

.changeset/lovely-apples-help.md

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

.changeset/pre.json

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

.changeset/rich-bees-invent.md

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

.changeset/six-pianos-serve.md

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

.changeset/thirty-swans-fail.md

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

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Date: YYYY-MM-DD
195195

196196
## v6.24.1
197197

198-
Date: 2024-07-02
198+
Date: 2024-07-03
199199

200200
### Patch Changes
201201

@@ -204,7 +204,7 @@ Date: 2024-07-02
204204
- Export `NavLinkRenderProps` type for easier typing of custom `NavLink` callback ([#11553](https://github.com/remix-run/react-router/pull/11553))
205205
- When using `future.v7_relativeSplatPath`, properly resolve relative paths in splat routes that are children of pathless routes ([#11633](https://github.com/remix-run/react-router/pull/11633))
206206
- Fog of War (unstable): Trigger a new `router.routes` identity/reflow during route patching ([#11740](https://github.com/remix-run/react-router/pull/11740))
207-
- Fog of War (unstable): Fix initial matching in when a splat route matches ([#11759](https://github.com/remix-run/react-router/pull/11759))
207+
- Fog of War (unstable): Fix initial matching when a splat route matches ([#11759](https://github.com/remix-run/react-router/pull/11759))
208208

209209
**Full Changelog**: [`v6.24.0...v6.24.1`](https://github.com/remix-run/react-router/compare/[email protected]@6.24.1)
210210

packages/react-router-dom-v5-compat/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# `react-router-dom-v5-compat`
22

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

55
### Patch Changes
66

77
- Updated dependencies:
8-
9-
- `@remix-run/[email protected]-pre.0`
10-
8+
9+
- `@remix-run/[email protected]`
10+
1111

1212
## 6.24.0
1313

packages/react-router-dom-v5-compat/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-dom-v5-compat",
3-
"version": "6.24.1-pre.0",
3+
"version": "6.24.1",
44
"description": "Migration path to React Router v6 from v4/5",
55
"keywords": [
66
"react",

packages/react-router-dom/CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# `react-router-dom`
22

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

55
### Patch Changes
66

7-
- Remove `polyfill.io` reference from warning message because the domain was sold and has since been determined to serve malware. See https://sansec.io/research/polyfill-supply-chain-attack. ([#11741](https://github.com/remix-run/react-router/pull/11741))
7+
- Remove `polyfill.io` reference from warning message because the domain was sold and has since been determined to serve malware ([#11741](https://github.com/remix-run/react-router/pull/11741))
8+
- See <https://sansec.io/research/polyfill-supply-chain-attack>
89
- Export `NavLinkRenderProps` type for easier typing of custom `NavLink` callback ([#11553](https://github.com/remix-run/react-router/pull/11553))
910
- Updated dependencies:
10-
- `@remix-run/[email protected]-pre.0`
11-
11+
- `@remix-run/[email protected]`
12+
1213

1314
## 6.24.0
1415

0 commit comments

Comments
 (0)