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

File tree

17 files changed

+67
-61
lines changed

17 files changed

+67
-61
lines changed

.changeset/big-lamps-remain.md

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

.changeset/cold-days-act.md

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

.changeset/honest-socks-fail.md

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

.changeset/pre.json

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

.changeset/proud-stingrays-wink.md

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

.changeset/seven-countries-divide.md

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

.changeset/short-pugs-double.md

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

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

Lines changed: 9 additions & 0 deletions
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

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.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

Lines changed: 15 additions & 0 deletions
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

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.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

Lines changed: 7 additions & 0 deletions
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

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.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

Lines changed: 16 additions & 0 deletions
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

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

packages/router/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
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

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.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)