Skip to content

Commit 91ef146

Browse files
chore: Update version for release (#11863)
* chore: Update version for release * Update release notes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Brophy <[email protected]>
1 parent 8f32364 commit 91ef146

File tree

16 files changed

+18
-130
lines changed

16 files changed

+18
-130
lines changed

.changeset/fifty-rockets-hide.md

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

.changeset/five-bottles-press.md

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

.changeset/hip-poets-provide.md

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

.changeset/pre.json

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

.changeset/sour-dryers-walk.md

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

.changeset/tricky-frogs-hug.md

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

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

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

3-
## 6.26.0-pre.1
3+
## 6.26.0
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `@remix-run/[email protected]`
9-
10-
11-
12-
## 6.26.0-pre.0
13-
14-
### Patch Changes
15-
16-
- Updated dependencies:
17-
- `@remix-run/[email protected]`
18-
19-
8+
- `@remix-run/[email protected]`
9+
10+
2011

2112
## 6.25.1
2213

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.26.0-pre.1",
3+
"version": "6.26.0",
44
"description": "Migration path to React Router v6 from v4/5",
55
"keywords": [
66
"react",

packages/react-router-dom/CHANGELOG.md

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

3-
## 6.26.0-pre.1
4-
5-
### Patch Changes
6-
7-
- Updated dependencies:
8-
- `@remix-run/[email protected]`
9-
10-
11-
## 6.26.0-pre.0
3+
## 6.26.0
124

135
### Minor Changes
146

@@ -17,12 +9,10 @@
179
### Patch Changes
1810

1911
- Fix initial hydration behavior when using `future.v7_partialHydration` along with `unstable_patchRoutesOnMiss` ([#11838](https://github.com/remix-run/react-router/pull/11838))
20-
2112
- During initial hydration, `router.state.matches` will now include any partial matches so that we can render ancestor `HydrateFallback` components
22-
2313
- Updated dependencies:
24-
- `@remix-run/[email protected]-pre.0`
25-
14+
- `@remix-run/[email protected]`
15+
2616

2717
## 6.25.1
2818

@@ -37,7 +27,6 @@
3727
### Minor Changes
3828

3929
- Stabilize `future.unstable_skipActionErrorRevalidation` as `future.v7_skipActionErrorRevalidation` ([#11769](https://github.com/remix-run/react-router/pull/11769))
40-
4130
- When this flag is enabled, actions will not automatically trigger a revalidation if they return/throw a `Response` with a `4xx`/`5xx` status code
4231
- You may still opt-into revalidation via `shouldRevalidate`
4332
- This also changes `shouldRevalidate`'s `unstable_actionStatus` parameter to `actionStatus`
@@ -64,7 +53,6 @@
6453
### Minor Changes
6554

6655
- Add support for Lazy Route Discovery (a.k.a. Fog of War) ([#11626](https://github.com/remix-run/react-router/pull/11626))
67-
6856
- RFC: <https://github.com/remix-run/react-router/discussions/11113>
6957
- `unstable_patchRoutesOnMiss` docs: <https://reactrouter.com/en/main/routers/create-browser-router>
7058

packages/react-router-dom/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",
3-
"version": "6.26.0-pre.1",
3+
"version": "6.26.0",
44
"description": "Declarative routing for React web applications",
55
"keywords": [
66
"react",

packages/react-router-native/CHANGELOG.md

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

3-
## 6.26.0-pre.1
3+
## 6.26.0
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
9-
10-
## 6.26.0-pre.0
11-
12-
### Patch Changes
13-
14-
- Updated dependencies:
15-
8+
169

1710
## 6.25.1
1811

packages/react-router-native/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-native",
3-
"version": "6.26.0-pre.1",
3+
"version": "6.26.0",
44
"description": "Declarative routing for React Native applications",
55
"keywords": [
66
"react",

packages/react-router/CHANGELOG.md

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

3-
## 6.26.0-pre.1
4-
5-
### Patch Changes
6-
7-
- Updated dependencies:
8-
- `@remix-run/[email protected]`
9-
10-
## 6.26.0-pre.0
3+
## 6.26.0
114

125
### Minor Changes
136

@@ -16,11 +9,9 @@
169
### Patch Changes
1710

1811
- Fix initial hydration behavior when using `future.v7_partialHydration` along with `unstable_patchRoutesOnMiss` ([#11838](https://github.com/remix-run/react-router/pull/11838))
19-
2012
- During initial hydration, `router.state.matches` will now include any partial matches so that we can render ancestor `HydrateFallback` components
21-
2213
- Updated dependencies:
23-
- `@remix-run/[email protected]-pre.0`
14+
- `@remix-run/[email protected]`
2415

2516
## 6.25.1
2617

@@ -31,7 +22,6 @@ No significant changes to this package were made in this release. [See the repo
3122
### Minor Changes
3223

3324
- Stabilize `future.unstable_skipActionErrorRevalidation` as `future.v7_skipActionErrorRevalidation` ([#11769](https://github.com/remix-run/react-router/pull/11769))
34-
3525
- When this flag is enabled, actions will not automatically trigger a revalidation if they return/throw a `Response` with a `4xx`/`5xx` status code
3626
- You may still opt-into revalidation via `shouldRevalidate`
3727
- This also changes `shouldRevalidate`'s `unstable_actionStatus` parameter to `actionStatus`
@@ -55,7 +45,6 @@ No significant changes to this package were made in this release. [See the repo
5545
### Minor Changes
5646

5747
- Add support for Lazy Route Discovery (a.k.a. Fog of War) ([#11626](https://github.com/remix-run/react-router/pull/11626))
58-
5948
- RFC: <https://github.com/remix-run/react-router/discussions/11113>
6049
- `unstable_patchRoutesOnMiss` docs: <https://reactrouter.com/en/main/routers/create-browser-router>
6150

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": "6.26.0-pre.1",
3+
"version": "6.26.0",
44
"description": "Declarative routing for React",
55
"keywords": [
66
"react",

packages/router/CHANGELOG.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,33 @@
11
# `@remix-run/router`
22

3-
## 1.19.0-pre.1
4-
5-
### Patch Changes
6-
7-
- [REMOVE] Export DataWithResponseInit for Remix usage ([#11859](https://github.com/remix-run/react-router/pull/11859))
8-
9-
## 1.19.0-pre.0
3+
## 1.19.0
104

115
### Minor Changes
126

7+
- Add a new `replace(url, init?)` alternative to `redirect(url, init?)` that performs a `history.replaceState` instead of a `history.pushState` on client-side navigation redirects ([#11811](https://github.com/remix-run/react-router/pull/11811))
138
- Add a new `unstable_data()` API for usage with Remix Single Fetch ([#11836](https://github.com/remix-run/react-router/pull/11836))
14-
159
- This API is not intended for direct usage in React Router SPA applications
1610
- It is primarily intended for usage with `createStaticHandler.query()` to allow loaders/actions to return arbitrary data + `status`/`headers` without forcing the serialization of data into a `Response` instance
1711
- This allows for more advanced serialization tactics via `unstable_dataStrategy` such as serializing via `turbo-stream` in Remix Single Fetch
1812
- ⚠️ This removes the `status` field from `HandlerResult`
1913
- If you need to return a specific `status` from `unstable_dataStrategy` you should instead do so via `unstable_data()`
2014

21-
- Add a new `replace(url, init?)` alternative to `redirect(url, init?)` that performs a `history.replaceState` instead of a `history.pushState` on client-side navigation redirects ([#11811](https://github.com/remix-run/react-router/pull/11811))
22-
2315
### Patch Changes
2416

2517
- Fix internal cleanup of interrupted fetchers to avoid invalid revalidations on navigations ([#11839](https://github.com/remix-run/react-router/pull/11839))
26-
2718
- When a `fetcher.load` is interrupted by an `action` submission, we track it internally and force revalidation once the `action` completes
2819
- We previously only cleared out this internal tracking info on a successful _navigation_ submission
2920
- Therefore, if the `fetcher.load` was interrupted by a `fetcher.submit`, then we wouldn't remove it from this internal tracking info on successful load (incorrectly)
3021
- And then on the next navigation it's presence in the internal tracking would automatically trigger execution of the `fetcher.load` again, ignoring any `shouldRevalidate` logic
3122
- This fix cleans up the internal tracking so it applies to both navigation submission and fetcher submissions
32-
3323
- Fix initial hydration behavior when using `future.v7_partialHydration` along with `unstable_patchRoutesOnMiss` ([#11838](https://github.com/remix-run/react-router/pull/11838))
34-
3524
- During initial hydration, `router.state.matches` will now include any partial matches so that we can render ancestor `HydrateFallback` components
3625

3726
## 1.18.0
3827

3928
### Minor Changes
4029

4130
- Stabilize `future.unstable_skipActionErrorRevalidation` as `future.v7_skipActionErrorRevalidation` ([#11769](https://github.com/remix-run/react-router/pull/11769))
42-
4331
- When this flag is enabled, actions will not automatically trigger a revalidation if they return/throw a `Response` with a `4xx`/`5xx` status code
4432
- You may still opt-into revalidation via `shouldRevalidate`
4533
- This also changes `shouldRevalidate`'s `unstable_actionStatus` parameter to `actionStatus`

packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/router",
3-
"version": "1.19.0-pre.1",
3+
"version": "1.19.0",
44
"description": "Nested/Data-driven/Framework-agnostic Routing",
55
"keywords": [
66
"remix",

0 commit comments

Comments
 (0)