Skip to content

Commit 8cfb4a7

Browse files
chore: Update version for release (#12121)
1 parent 9696bdf commit 8cfb4a7

23 files changed

+33
-173
lines changed

‎.changeset/calm-wombats-design.md

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

‎.changeset/chatty-impalas-pump.md

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

‎.changeset/gold-frogs-pump.md

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

‎.changeset/happy-grapes-fry.md

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

‎.changeset/itchy-shoes-sort.md

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

‎.changeset/nasty-queens-leave.md

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

‎.changeset/pre.json

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

‎.changeset/shy-chicken-talk.md

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

‎.changeset/silly-walls-sit.md

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

‎.changeset/soft-maps-fix.md

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

‎.changeset/stabilize-flush-sync.md

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

‎.changeset/stabilize-view-transitions.md

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

‎.changeset/unlucky-keys-collect.md

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

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

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

3-
## 6.27.0-pre.1
3+
## 6.27.0
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `@remix-run/router@1.20.0-pre.1`
9-
- `react-router@6.27.0-pre.1`
10-
- `react-router-dom@6.27.0-pre.1`
11-
12-
## 6.27.0-pre.0
13-
14-
### Patch Changes
15-
16-
- Updated dependencies:
17-
- `react-router-dom@6.27.0-pre.0`
18-
- `react-router@6.27.0-pre.0`
19-
- `@remix-run/router@1.20.0-pre.0`
8+
- `react-router-dom@6.27.0`
9+
- `react-router@6.27.0`
10+
- `@remix-run/router@1.20.0`
2011

2112
## 6.26.2
2213

‎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.27.0-pre.1",
3+
"version": "6.27.0",
44
"description": "Migration path to React Router v6 from v4/5",
55
"keywords": [
66
"react",

‎packages/react-router-dom/CHANGELOG.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,24 @@
11
# `react-router-dom`
22

3-
## 6.27.0-pre.1
4-
5-
### Patch Changes
6-
7-
- Updated dependencies:
8-
- `@remix-run/router@1.20.0-pre.1`
9-
- `react-router@6.27.0-pre.1`
10-
11-
## 6.27.0-pre.0
3+
## 6.27.0
124

135
### Minor Changes
146

157
- Stabilize `unstable_patchRoutesOnNavigation` ([#11973](https://github.com/remix-run/react-router/pull/11973))
8+
- Add new `PatchRoutesOnNavigationFunctionArgs` type for convenience ([#11967](https://github.com/remix-run/react-router/pull/11967))
169
- Stabilize `unstable_dataStrategy` ([#11974](https://github.com/remix-run/react-router/pull/11974))
1710
- Stabilize the `unstable_flushSync` option for navigations and fetchers ([#11989](https://github.com/remix-run/react-router/pull/11989))
1811
- Stabilize the `unstable_viewTransition` option for navigations and the corresponding `unstable_useViewTransitionState` hook ([#11989](https://github.com/remix-run/react-router/pull/11989))
1912

2013
### Patch Changes
2114

22-
- - Fix bug when submitting to the current contextual route (parent route with an index child) when an `?index` param already exists from a prior submission ([#12003](https://github.com/remix-run/react-router/pull/12003))
23-
- Fix `useFormAction` bug - when removing `?index` param it would not keep other non-Remix `index` params
24-
- - Fix types for `RouteObject` within `PatchRoutesOnNavigationFunction`'s `patch` method so it doesn't expect agnostic route objects passed to `patch` ([#11967](https://github.com/remix-run/react-router/pull/11967))
25-
- Add new `PatchRoutesOnNavigationFunctionArgs` type for convenience
15+
- Fix bug when submitting to the current contextual route (parent route with an index child) when an `?index` param already exists from a prior submission ([#12003](https://github.com/remix-run/react-router/pull/12003))
16+
- Fix `useFormAction` bug - when removing `?index` param it would not keep other non-Remix `index` params ([#12003](https://github.com/remix-run/react-router/pull/12003))
17+
- Fix types for `RouteObject` within `PatchRoutesOnNavigationFunction`'s `patch` method so it doesn't expect agnostic route objects passed to `patch` ([#11967](https://github.com/remix-run/react-router/pull/11967))
18+
2619
- Updated dependencies:
27-
- `react-router@6.27.0-pre.0`
28-
- `@remix-run/router@1.20.0-pre.0`
20+
- `react-router@6.27.0`
21+
- `@remix-run/router@1.20.0`
2922

3023
## 6.26.2
3124

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

‎packages/react-router-native/CHANGELOG.md

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

3-
## 6.27.0-pre.1
3+
## 6.27.0
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `react-router@6.27.0-pre.1`
9-
10-
## 6.27.0-pre.0
11-
12-
### Patch Changes
13-
14-
- Updated dependencies:
15-
- `react-router@6.27.0-pre.0`
8+
- `react-router@6.27.0`
169

1710
## 6.26.2
1811

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

‎packages/react-router/CHANGELOG.md

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

3-
## 6.27.0-pre.1
4-
5-
### Patch Changes
6-
7-
- Updated dependencies:
8-
- `@remix-run/router@1.20.0-pre.1`
9-
10-
## 6.27.0-pre.0
3+
## 6.27.0
114

125
### Minor Changes
136

147
- Stabilize `unstable_patchRoutesOnNavigation` ([#11973](https://github.com/remix-run/react-router/pull/11973))
8+
- Add new `PatchRoutesOnNavigationFunctionArgs` type for convenience ([#11967](https://github.com/remix-run/react-router/pull/11967))
159
- Stabilize `unstable_dataStrategy` ([#11974](https://github.com/remix-run/react-router/pull/11974))
1610
- Stabilize the `unstable_flushSync` option for navigations and fetchers ([#11989](https://github.com/remix-run/react-router/pull/11989))
1711
- Stabilize the `unstable_viewTransition` option for navigations and the corresponding `unstable_useViewTransitionState` hook ([#11989](https://github.com/remix-run/react-router/pull/11989))
1812

1913
### Patch Changes
2014

21-
- - Fix bug when submitting to the current contextual route (parent route with an index child) when an `?index` param already exists from a prior submission ([#12003](https://github.com/remix-run/react-router/pull/12003))
22-
- Fix `useFormAction` bug - when removing `?index` param it would not keep other non-Remix `index` params
23-
- - Fix types for `RouteObject` within `PatchRoutesOnNavigationFunction`'s `patch` method so it doesn't expect agnostic route objects passed to `patch` ([#11967](https://github.com/remix-run/react-router/pull/11967))
24-
- Add new `PatchRoutesOnNavigationFunctionArgs` type for convenience
15+
- Fix bug when submitting to the current contextual route (parent route with an index child) when an `?index` param already exists from a prior submission ([#12003](https://github.com/remix-run/react-router/pull/12003))
16+
- Fix `useFormAction` bug - when removing `?index` param it would not keep other non-Remix `index` params ([#12003](https://github.com/remix-run/react-router/pull/12003))
17+
- Fix types for `RouteObject` within `PatchRoutesOnNavigationFunction`'s `patch` method so it doesn't expect agnostic route objects passed to `patch` ([#11967](https://github.com/remix-run/react-router/pull/11967))
18+
2519
- Updated dependencies:
26-
- `@remix-run/router@1.20.0-pre.0`
20+
- `@remix-run/router@1.20.0`
2721

2822
## 6.26.2
2923

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

‎packages/router/CHANGELOG.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,29 @@
11
# `@remix-run/router`
22

3-
## 1.20.0-pre.1
4-
5-
### Patch Changes
6-
7-
- Expose errors thrown from `patchRoutesOnNavigation` directly to `useRouteError` instead of wrapping them in a 400 `ErrorResponse` instance ([#12111](https://github.com/remix-run/react-router/pull/12111))
8-
9-
## 1.20.0-pre.0
3+
## 1.20.0
104

115
### Minor Changes
126

137
- Stabilize `unstable_patchRoutesOnNavigation` ([#11973](https://github.com/remix-run/react-router/pull/11973))
8+
- Add new `PatchRoutesOnNavigationFunctionArgs` type for convenience ([#11967](https://github.com/remix-run/react-router/pull/11967))
149
- Stabilize `unstable_dataStrategy` ([#11974](https://github.com/remix-run/react-router/pull/11974))
1510
- Stabilize the `unstable_flushSync` option for navigations and fetchers ([#11989](https://github.com/remix-run/react-router/pull/11989))
1611
- Stabilize the `unstable_viewTransition` option for navigations and the corresponding `unstable_useViewTransitionState` hook ([#11989](https://github.com/remix-run/react-router/pull/11989))
1712

1813
### Patch Changes
1914

20-
- - Fix bug when submitting to the current contextual route (parent route with an index child) when an `?index` param already exists from a prior submission ([#12003](https://github.com/remix-run/react-router/pull/12003))
21-
- Fix `useFormAction` bug - when removing `?index` param it would not keep other non-Remix `index` params
15+
- Fix bug when submitting to the current contextual route (parent route with an index child) when an `?index` param already exists from a prior submission ([#12003](https://github.com/remix-run/react-router/pull/12003))
16+
- Fix `useFormAction` bug - when removing `?index` param it would not keep other non-Remix `index` params ([#12003](https://github.com/remix-run/react-router/pull/12003))
2217
- Fix bug with fetchers not persisting `preventScrollReset` through redirects during concurrent fetches ([#11999](https://github.com/remix-run/react-router/pull/11999))
2318
- Remove internal cache to fix issues with interrupted `patchRoutesOnNavigation` calls ([#12055](https://github.com/remix-run/react-router/pull/12055))
24-
2519
- We used to cache in-progress calls to `patchRoutesOnNavigation` internally so that multiple navigations with the same start/end would only execute the function once and use the same promise
2620
- However, this approach was at odds with `patch` short circuiting if a navigation was interrupted (and the `request.signal` aborted) since the first invocation's `patch` would no-op
2721
- This cache also made some assumptions as to what a valid cache key might be - and is oblivious to any other application-state changes that may have occurred
2822
- So, the cache has been removed because in _most_ cases, repeated calls to something like `import()` for async routes will already be cached automatically - and if not it's easy enough for users to implement this cache in userland
29-
3023
- Avoid unnecessary `console.error` on fetcher abort due to back-to-back revalidation calls ([#12050](https://github.com/remix-run/react-router/pull/12050))
31-
- - Fix types for `RouteObject` within `PatchRoutesOnNavigationFunction`'s `patch` method so it doesn't expect agnostic route objects passed to `patch` ([#11967](https://github.com/remix-run/react-router/pull/11967))
32-
- Add new `PatchRoutesOnNavigationFunctionArgs` type for convenience
33-
- Fix bugs with partialHydration when hydrating with errors ([#12070](https://github.com/remix-run/react-router/pull/12070))
24+
- Expose errors thrown from `patchRoutesOnNavigation` directly to `useRouteError` instead of wrapping them in a 400 `ErrorResponse` instance ([#12111](https://github.com/remix-run/react-router/pull/12111))
25+
- Fix types for `RouteObject` within `PatchRoutesOnNavigationFunction`'s `patch` method so it doesn't expect agnostic route objects passed to `patch` ([#11967](https://github.com/remix-run/react-router/pull/11967))
26+
- Fix bugs with `partialHydration` when hydrating with errors ([#12070](https://github.com/remix-run/react-router/pull/12070))
3427
- Remove internal `discoveredRoutes` FIFO queue from `unstable_patchRoutesOnNavigation` ([#11977](https://github.com/remix-run/react-router/pull/11977))
3528

3629
## 1.19.2

‎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.20.0-pre.1",
3+
"version": "1.20.0",
44
"description": "Nested/Data-driven/Framework-agnostic Routing",
55
"keywords": [
66
"remix",

0 commit comments

Comments
 (0)