Skip to content

Commit a9ab2e3

Browse files
chore: Update version for release (pre-v6) (#12903)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3d71527 commit a9ab2e3

File tree

11 files changed

+62
-5
lines changed

11 files changed

+62
-5
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"changesets": [
1212
"big-lamps-remain",
1313
"cold-days-act",
14+
"honest-socks-fail",
1415
"proud-stingrays-wink",
16+
"seven-countries-divide",
1517
"short-pugs-double"
1618
]
1719
}

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-pre-v6.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- `@remix-run/[email protected]`
9+
10+
11+
312
## 6.28.3-pre-v6.1
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.28.3-pre-v6.1",
3+
"version": "6.29.0-pre-v6.2",
44
"description": "Migration path to React Router v6 from v4/5",
55
"keywords": [
66
"react",

packages/react-router-dom/CHANGELOG.md

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

3+
## 6.29.0-pre-v6.2
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+
- Updated dependencies:
14+
- `@remix-run/[email protected]`
15+
16+
317
## 6.28.3-pre-v6.1
418

519
### Patch 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.28.3-pre-v6.1",
3+
"version": "6.29.0-pre-v6.2",
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-pre-v6.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
9+
310
## 6.28.3-pre-v6.1
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.28.3-pre-v6.1",
3+
"version": "6.29.0-pre-v6.2",
44
"description": "Declarative routing for React Native applications",
55
"keywords": [
66
"react",

packages/react-router/CHANGELOG.md

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

3+
## 6.29.0-pre-v6.2
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+
- Updated dependencies:
14+
- `@remix-run/[email protected]`
15+
316
## 6.28.3-pre-v6.1
417

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

packages/router/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# `@remix-run/router`
22

3+
## 1.22.0-pre-v6.1
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+
- Strip search parameters from `patchRoutesOnNavigation` `path` param for fetcher calls ([#12899](https://github.com/remix-run/react-router/pull/12899))
14+
315
## 1.21.2-pre-v6.0
416

517
### Patch Changes

0 commit comments

Comments
 (0)