Skip to content

Commit 82a3a77

Browse files
chore: Update version for release (#11486)
1 parent 4137aea commit 82a3a77

File tree

17 files changed

+20
-125
lines changed

17 files changed

+20
-125
lines changed

.changeset/data-strategy.md

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

.changeset/funny-tips-beg.md

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

.changeset/pre.json

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

.changeset/skip-action-revalidation.md

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

.changeset/slow-flies-help.md

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

.changeset/static-query-flags.md

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

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ With this flag enabled, `action`'s that return/throw a `4xx`/`5xx` response stat
202202

203203
### Minor Changes
204204

205-
- Add a new `unstable_dataStrategy` configuration option ([#11098](https://github.com/remix-run/react-router/pull/11098), ([#11377](https://github.com/remix-run/react-router/pull/11377)))
205+
- Add a new `unstable_dataStrategy` configuration option ([#11098](https://github.com/remix-run/react-router/pull/11098), [#11377](https://github.com/remix-run/react-router/pull/11377))
206206
- `@remix-run/router` - Add a new `future.unstable_skipActionRevalidation` future flag ([#11098](https://github.com/remix-run/react-router/pull/11098))
207207
- `@remix-run/router` - SSR: Added a new `skipLoaderErrorBubbling` options to the `staticHandler.query` method to disable error bubbling by the static handler for use in Remix's Single Fetch implementation ([#11098](https://github.com/remix-run/react-router/pull/11098), ([#11377](https://github.com/remix-run/react-router/pull/11377)))
208208

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

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

3-
## 6.23.0-pre.1
4-
5-
### Patch Changes
6-
7-
- Updated dependencies:
8-
- `@remix-run/[email protected]`
9-
10-
11-
12-
## 6.23.0-pre.0
3+
## 6.23.0
134

145
### Minor Changes
156

167
- Add a new `unstable_dataStrategy` configuration option ([#11098](https://github.com/remix-run/react-router/pull/11098))
17-
188
- This option allows Data Router applications to take control over the approach for executing route loaders and actions
199
- The default implementation is today's behavior, to fetch all loaders in parallel, but this option allows users to implement more advanced data flows including Remix single-fetch, middleware/context APIs, automatic loader caching, and more
2010

2111
### Patch Changes
2212

2313
- Updated dependencies:
24-
- `@remix-run/[email protected]-pre.0`
25-
26-
14+
- `@remix-run/[email protected]`
15+
16+
2717

2818
## 6.22.3
2919

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

packages/react-router-dom/CHANGELOG.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,18 @@
11
# `react-router-dom`
22

3-
## 6.23.0-pre.1
4-
5-
### Patch Changes
6-
7-
- Updated dependencies:
8-
- `@remix-run/[email protected]`
9-
10-
11-
## 6.23.0-pre.0
3+
## 6.23.0
124

135
### Minor Changes
146

157
- Add a new `unstable_dataStrategy` configuration option ([#11098](https://github.com/remix-run/react-router/pull/11098))
16-
178
- This option allows Data Router applications to take control over the approach for executing route loaders and actions
189
- The default implementation is today's behavior, to fetch all loaders in parallel, but this option allows users to implement more advanced data flows including Remix single-fetch, middleware/context APIs, automatic loader caching, and more
1910

2011
### Patch Changes
2112

2213
- Updated dependencies:
23-
- `@remix-run/[email protected]-pre.0`
24-
14+
- `@remix-run/[email protected]`
15+
2516

2617
## 6.22.3
2718

0 commit comments

Comments
 (0)