Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"changesets": [
"big-lamps-remain",
"cold-days-act",
"honest-socks-fail",
"proud-stingrays-wink",
"seven-countries-divide",
"short-pugs-double"
]
}
9 changes: 9 additions & 0 deletions packages/react-router-dom-v5-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# `react-router-dom-v5-compat`

## 6.29.0-pre-v6.2

### Patch Changes

- Updated dependencies:
- `@remix-run/router@1.22.0-pre-v6.1`
- `react-router@6.29.0-pre-v6.2`
- `react-router-dom@6.29.0-pre-v6.2`

## 6.28.3-pre-v6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-dom-v5-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-dom-v5-compat",
"version": "6.28.3-pre-v6.1",
"version": "6.29.0-pre-v6.2",
"description": "Migration path to React Router v6 from v4/5",
"keywords": [
"react",
Expand Down
14 changes: 14 additions & 0 deletions packages/react-router-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# `react-router-dom`

## 6.29.0-pre-v6.2

### Minor Changes

- Provide the request `signal` as a parameter to `patchRoutesOnNavigation` ([#12900](https://github.com/remix-run/react-router/pull/12900))

- This can be used to abort any manifest fetches if the in-flight navigation/fetcher is aborted

### Patch Changes

- Updated dependencies:
- `@remix-run/router@1.22.0-pre-v6.1`
- `react-router@6.29.0-pre-v6.2`

## 6.28.3-pre-v6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-dom",
"version": "6.28.3-pre-v6.1",
"version": "6.29.0-pre-v6.2",
"description": "Declarative routing for React web applications",
"keywords": [
"react",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-router-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `react-router-native`

## 6.29.0-pre-v6.2

### Patch Changes

- Updated dependencies:
- `react-router@6.29.0-pre-v6.2`

## 6.28.3-pre-v6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-native",
"version": "6.28.3-pre-v6.1",
"version": "6.29.0-pre-v6.2",
"description": "Declarative routing for React Native applications",
"keywords": [
"react",
Expand Down
13 changes: 13 additions & 0 deletions packages/react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# `react-router`

## 6.29.0-pre-v6.2

### Minor Changes

- Provide the request `signal` as a parameter to `patchRoutesOnNavigation` ([#12900](https://github.com/remix-run/react-router/pull/12900))

- This can be used to abort any manifest fetches if the in-flight navigation/fetcher is aborted

### Patch Changes

- Updated dependencies:
- `@remix-run/router@1.22.0-pre-v6.1`

## 6.28.3-pre-v6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router",
"version": "6.28.3-pre-v6.1",
"version": "6.29.0-pre-v6.2",
"description": "Declarative routing for React",
"keywords": [
"react",
Expand Down
12 changes: 12 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# `@remix-run/router`

## 1.22.0-pre-v6.1

### Minor Changes

- Provide the request `signal` as a parameter to `patchRoutesOnNavigation` ([#12900](https://github.com/remix-run/react-router/pull/12900))

- This can be used to abort any manifest fetches if the in-flight navigation/fetcher is aborted

### Patch Changes

- Strip search parameters from `patchRoutesOnNavigation` `path` param for fetcher calls ([#12899](https://github.com/remix-run/react-router/pull/12899))

## 1.21.2-pre-v6.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/router",
"version": "1.21.2-pre-v6.0",
"version": "1.22.0-pre-v6.1",
"description": "Nested/Data-driven/Framework-agnostic Routing",
"keywords": [
"remix",
Expand Down