Skip to content

Commit 5a635b9

Browse files
chore: Update version for release
1 parent 89fa92d commit 5a635b9

23 files changed

+24
-158
lines changed

.changeset/calm-wombats-design.md

-8
This file was deleted.

.changeset/chatty-impalas-pump.md

-5
This file was deleted.

.changeset/gold-frogs-pump.md

-10
This file was deleted.

.changeset/happy-grapes-fry.md

-7
This file was deleted.

.changeset/itchy-shoes-sort.md

-5
This file was deleted.

.changeset/nasty-queens-leave.md

-7
This file was deleted.

.changeset/pre.json

-25
This file was deleted.

.changeset/shy-chicken-talk.md

-5
This file was deleted.

.changeset/silly-walls-sit.md

-8
This file was deleted.

.changeset/soft-maps-fix.md

-5
This file was deleted.

.changeset/stabilize-flush-sync.md

-7
This file was deleted.

.changeset/stabilize-view-transitions.md

-7
This file was deleted.

.changeset/unlucky-keys-collect.md

-5
This file was deleted.

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

+4-13
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

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

+3-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
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

@@ -24,8 +16,8 @@
2416
- - 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))
2517
- Add new `PatchRoutesOnNavigationFunctionArgs` type for convenience
2618
- Updated dependencies:
27-
- `react-router@6.27.0-pre.0`
28-
- `@remix-run/router@1.20.0-pre.0`
19+
- `react-router@6.27.0`
20+
- `@remix-run/router@1.20.0`
2921

3022
## 6.26.2
3123

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

+2-9
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

+1-1
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

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
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

@@ -23,7 +16,7 @@
2316
- - 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))
2417
- Add new `PatchRoutesOnNavigationFunctionArgs` type for convenience
2518
- Updated dependencies:
26-
- `@remix-run/router@1.20.0-pre.0`
19+
- `@remix-run/router@1.20.0`
2720

2821
## 6.26.2
2922

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

packages/router/CHANGELOG.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
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

@@ -19,7 +13,9 @@
1913

2014
- - 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))
2115
- Fix `useFormAction` bug - when removing `?index` param it would not keep other non-Remix `index` params
16+
2217
- Fix bug with fetchers not persisting `preventScrollReset` through redirects during concurrent fetches ([#11999](https://github.com/remix-run/react-router/pull/11999))
18+
2319
- Remove internal cache to fix issues with interrupted `patchRoutesOnNavigation` calls ([#12055](https://github.com/remix-run/react-router/pull/12055))
2420

2521
- 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
@@ -28,9 +24,14 @@
2824
- 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
2925

3026
- Avoid unnecessary `console.error` on fetcher abort due to back-to-back revalidation calls ([#12050](https://github.com/remix-run/react-router/pull/12050))
27+
28+
- 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))
29+
3130
- - 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))
3231
- Add new `PatchRoutesOnNavigationFunctionArgs` type for convenience
32+
3333
- Fix bugs with partialHydration when hydrating with errors ([#12070](https://github.com/remix-run/react-router/pull/12070))
34+
3435
- Remove internal `discoveredRoutes` FIFO queue from `unstable_patchRoutesOnNavigation` ([#11977](https://github.com/remix-run/react-router/pull/11977))
3536

3637
## 1.19.2

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