Skip to content

Commit 04d09c3

Browse files
chore: Update version for release (#11895)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8b436b8 commit 04d09c3

File tree

13 files changed

+20
-49
lines changed

13 files changed

+20
-49
lines changed

.changeset/cyan-bobcats-notice.md

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

.changeset/pre.json

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

.changeset/silver-coats-work.md

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

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.26.1-pre.0
3+
## 6.26.1
44

55
### Patch Changes
66

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

1212
## 6.26.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.26.1-pre.0",
3+
"version": "6.26.1",
44
"description": "Migration path to React Router v6 from v4/5",
55
"keywords": [
66
"react",

packages/react-router-dom/CHANGELOG.md

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

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

55
### Patch Changes
66

7-
- Rename `unstable_patchRoutesOnMiss` to `unstable_patchRoutesOnNavigation` because it will now be called on the first navigation to paths matching splat/param routes in case there exists a higher-scoring route match not yet discovered ([#11888](https://github.com/remix-run/react-router/pull/11888))
7+
- Rename `unstable_patchRoutesOnMiss` to `unstable_patchRoutesOnNavigation` to match new behavior ([#11888](https://github.com/remix-run/react-router/pull/11888))
88
- Updated dependencies:
9-
- `@remix-run/[email protected]-pre.0`
10-
9+
- `@remix-run/[email protected]`
10+
1111

1212
## 6.26.0
1313

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

packages/react-router-native/CHANGELOG.md

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

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

55
### Patch Changes
66

77
- Updated dependencies:
8-
8+
99

1010
## 6.26.0
1111

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

packages/react-router/CHANGELOG.md

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

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

55
### Patch Changes
66

7-
- Rename `unstable_patchRoutesOnMiss` to `unstable_patchRoutesOnNavigation` because it will now be called on the first navigation to paths matching splat/param routes in case there exists a higher-scoring route match not yet discovered ([#11888](https://github.com/remix-run/react-router/pull/11888))
7+
- Rename `unstable_patchRoutesOnMiss` to `unstable_patchRoutesOnNavigation` to match new behavior ([#11888](https://github.com/remix-run/react-router/pull/11888))
88
- Updated dependencies:
9-
- `@remix-run/[email protected]-pre.0`
9+
- `@remix-run/[email protected]`
1010

1111
## 6.26.0
1212

0 commit comments

Comments
 (0)