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",

0 commit comments

Comments
 (0)