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/router@1.16.0-pre.1`
9-
- `react-router@6.23.0-pre.1`
10-
- `react-router-dom@6.23.0-pre.1`
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/router@1.16.0-pre.0`
25-
- `react-router@6.23.0-pre.0`
26-
- `react-router-dom@6.23.0-pre.0`
14+
- `@remix-run/router@1.16.0`
15+
- `react-router@6.23.0`
16+
- `react-router-dom@6.23.0`
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/router@1.16.0-pre.1`
9-
- `react-router@6.23.0-pre.1`
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/router@1.16.0-pre.0`
24-
- `react-router@6.23.0-pre.0`
14+
- `@remix-run/router@1.16.0`
15+
- `react-router@6.23.0`
2516

2617
## 6.22.3
2718

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

packages/react-router-native/CHANGELOG.md

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

3-
## 6.23.0-pre.1
4-
5-
### Patch Changes
6-
7-
- Updated dependencies:
8-
- `react-router@6.23.0-pre.1`
9-
10-
## 6.23.0-pre.0
3+
## 6.23.0
114

125
### Minor Changes
136

147
- Add a new `unstable_dataStrategy` configuration option ([#11098](https://github.com/remix-run/react-router/pull/11098))
15-
168
- This option allows Data Router applications to take control over the approach for executing route loaders and actions
179
- 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
1810

1911
### Patch Changes
2012

2113
- Updated dependencies:
22-
- `react-router@6.23.0-pre.0`
14+
- `react-router@6.23.0`
2315

2416
## 6.22.3
2517

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

packages/react-router/CHANGELOG.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
# `react-router`
22

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

125
### Minor Changes
136

147
- Add a new `unstable_dataStrategy` configuration option ([#11098](https://github.com/remix-run/react-router/pull/11098))
15-
168
- This option allows Data Router applications to take control over the approach for executing route loaders and actions
179
- 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
1810

1911
### Patch Changes
2012

2113
- Updated dependencies:
22-
- `@remix-run/router@1.16.0-pre.0`
14+
- `@remix-run/router@1.16.0`
2315

2416
## 6.22.3
2517

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

packages/router/CHANGELOG.md

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

3-
## 1.16.0-pre.1
4-
5-
### Patch Changes
6-
7-
- [REMOVE] Remove staticHandler.query flags that we can implement in dataStrategy ([#11384](https://github.com/remix-run/react-router/pull/11384))
8-
9-
## 1.16.0-pre.0
3+
## 1.16.0
104

115
### Minor Changes
126

137
- Add a new `unstable_dataStrategy` configuration option ([#11098](https://github.com/remix-run/react-router/pull/11098))
14-
158
- This option allows Data Router applications to take control over the approach for executing route loaders and actions
169
- 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
17-
10+
- Move `unstable_dataStrategy` from `createStaticHandler` to `staticHandler.query` so it can be request-specific for use with the `ResponseStub` approach in Remix. It's not really applicable to `queryRoute` for now since that's a singular handler call anyway so any pre-processing/post/processing could be done there manually. ([#11377](https://github.com/remix-run/react-router/pull/11377))
1811
- Add a new `future.unstable_skipActionRevalidation` future flag ([#11098](https://github.com/remix-run/react-router/pull/11098))
19-
2012
- Currently, active loaders revalidate after any action, regardless of the result
2113
- With this flag enabled, actions that return/throw a 4xx/5xx response status will no longer automatically revalidate
2214
- This should reduce load on your server since it's rare that a 4xx/5xx should actually mutate any data
2315
- If you need to revalidate after a 4xx/5xx result with this flag enabled, you can still do that via returning `true` from `shouldRevalidate`
2416
- `shouldRevalidate` now also receives a new `unstable_actionStatus` argument alongside `actionResult` so you can make decision based on the status of the `action` response without having to encode it into the action data
25-
26-
- - Move `unstable_dataStrategy` from `createStaticHandler` to `staticHandler.query` so it can be request-specific for use with the `ResponseStub` approach in Remix. It's not really applicable to `queryRoute` for now since that's a singular handler call anyway so any pre-processing/post/processing could be done there manually. ([#11377](https://github.com/remix-run/react-router/pull/11377))
27-
- Added a new `skipLoaders` flag to `staticHandler.query` for calling only the action in Remix Single Fetch
28-
- Added 2 new options to the `staticHandler.query` method for use in Remix's Single Fetch implementation: ([#11098](https://github.com/remix-run/react-router/pull/11098))
29-
30-
- `loadRouteIds`: An optional array of route IDs to load if you wish to load a subset of the matched routes (useful for fine-grained revalidation)
31-
- `skipLoaderErrorBubbling`: Disable error bubbling on loader executions for single-fetch scenarios where the client-side router will handle the bubbling
17+
- Added a `skipLoaderErrorBubbling` flag to `staticHandler.query` to disable error bubbling on loader executions for single-fetch scenarios where the client-side router will handle the bubbling ([#11098](https://github.com/remix-run/react-router/pull/11098))
3218

3319
## 1.15.3
3420

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

0 commit comments

Comments
 (0)