Skip to content

Commit cc8b8ce

Browse files
chore: Update version for release (#12911)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b5f1269 commit cc8b8ce

17 files changed

+67
-61
lines changed

.changeset/big-lamps-remain.md

-7
This file was deleted.

.changeset/cold-days-act.md

-5
This file was deleted.

.changeset/honest-socks-fail.md

-5
This file was deleted.

.changeset/pre.json

-19
This file was deleted.

.changeset/proud-stingrays-wink.md

-5
This file was deleted.

.changeset/seven-countries-divide.md

-9
This file was deleted.

.changeset/short-pugs-double.md

-6
This file was deleted.

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

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# `react-router-dom-v5-compat`
22

3+
## 6.29.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
9+
10+
- `@remix-run/[email protected]`
11+
312
## 6.29.0-pre-v6.2
413

514
### Patch Changes

packages/react-router-dom-v5-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom-v5-compat",
3-
"version": "6.29.0-pre-v6.2",
3+
"version": "6.29.0",
44
"description": "Migration path to React Router v6 from v4/5",
55
"keywords": [
66
"react",

packages/react-router-dom/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# `react-router-dom`
22

3+
## 6.29.0
4+
5+
### Minor Changes
6+
7+
- Provide the request `signal` as a parameter to `patchRoutesOnNavigation` ([#12900](https://github.com/remix-run/react-router/pull/12900))
8+
9+
- This can be used to abort any manifest fetches if the in-flight navigation/fetcher is aborted
10+
11+
### Patch Changes
12+
13+
- Do not log v7 deprecation warnings in production builds ([#12794](https://github.com/remix-run/react-router/pull/12794))
14+
- Updated dependencies:
15+
16+
- `@remix-run/[email protected]`
17+
318
## 6.29.0-pre-v6.2
419

520
### Minor Changes

packages/react-router-dom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom",
3-
"version": "6.29.0-pre-v6.2",
3+
"version": "6.29.0",
44
"description": "Declarative routing for React web applications",
55
"keywords": [
66
"react",

packages/react-router-native/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# `react-router-native`
22

3+
## 6.29.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
9+
310
## 6.29.0-pre-v6.2
411

512
### Patch Changes

packages/react-router-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-native",
3-
"version": "6.29.0-pre-v6.2",
3+
"version": "6.29.0",
44
"description": "Declarative routing for React Native applications",
55
"keywords": [
66
"react",

packages/react-router/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# `react-router`
22

3+
## 6.29.0
4+
5+
### Minor Changes
6+
7+
- Provide the request `signal` as a parameter to `patchRoutesOnNavigation` ([#12900](https://github.com/remix-run/react-router/pull/12900))
8+
9+
- This can be used to abort any manifest fetches if the in-flight navigation/fetcher is aborted
10+
11+
### Patch Changes
12+
13+
- Do not log v7 deprecation warnings in production builds ([#12794](https://github.com/remix-run/react-router/pull/12794))
14+
- Limit matchRoutes optimization to client side routers ([#12881](https://github.com/remix-run/react-router/pull/12881))
15+
- Optimize route matching by skipping redundant `matchRoutes` calls when possible ([#12169](https://github.com/remix-run/react-router/pull/12169))
16+
- Updated dependencies:
17+
- `@remix-run/[email protected]`
18+
319
## 6.29.0-pre-v6.2
420

521
### Minor Changes

packages/react-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router",
3-
"version": "6.29.0-pre-v6.2",
3+
"version": "6.29.0",
44
"description": "Declarative routing for React",
55
"keywords": [
66
"react",

packages/router/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# `@remix-run/router`
22

3+
## 1.22.0
4+
5+
### Minor Changes
6+
7+
- Provide the request `signal` as a parameter to `patchRoutesOnNavigation` ([#12900](https://github.com/remix-run/react-router/pull/12900))
8+
9+
- This can be used to abort any manifest fetches if the in-flight navigation/fetcher is aborted
10+
11+
### Patch Changes
12+
13+
- Do not log v7 deprecation warnings in production builds ([#12794](https://github.com/remix-run/react-router/pull/12794))
14+
- Strip search parameters from `patchRoutesOnNavigation` `path` param for fetcher calls ([#12899](https://github.com/remix-run/react-router/pull/12899))
15+
- Properly bubble headers when throwing a `data()` result ([#12845](https://github.com/remix-run/react-router/pull/12845))
16+
- Optimize route matching by skipping redundant `matchRoutes` calls when possible ([#12169](https://github.com/remix-run/react-router/pull/12169))
17+
318
## 1.22.0-pre-v6.1
419

520
### Minor Changes

packages/router/package.json

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

0 commit comments

Comments
 (0)