Skip to content

Commit d1bc434

Browse files
committed
chore: format
1 parent 8042442 commit d1bc434

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/react-router-dev/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
+import { cloudflareDevProxy } from "@react-router/dev/vite/cloudflare";
7575
```
7676

77-
- Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
77+
- Remove single_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
7878

7979
- update minimum node version to 18 ([#11690](https://github.com/remix-run/react-router/pull/11690))
8080

packages/react-router-dom/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
- Use `createRemixRouter`/`RouterProvider` in `entry.client` instead of `RemixBrowser` ([#11469](https://github.com/remix-run/react-router/pull/11469))
4444

45-
- Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
45+
- Remove single_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
4646

4747
- Remove `future.v7_startTransition` flag ([#11696](https://github.com/remix-run/react-router/pull/11696))
4848

packages/react-router-express/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
### Major Changes
3838

39-
- Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
39+
- Remove single_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
4040
- update minimum node version to 18 ([#11690](https://github.com/remix-run/react-router/pull/11690))
4141
- Add `exports` field to all packages ([#11675](https://github.com/remix-run/react-router/pull/11675))
4242
- node package no longer re-exports from react-router ([#11702](https://github.com/remix-run/react-router/pull/11702))

packages/react-router-node/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
### Major Changes
3434

35-
- Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
35+
- Remove single_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
3636

3737
- For Remix consumers migrating to React Router, the `crypto` global from the [Web Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) is now required when using cookie and session APIs. This means that the following APIs are provided from `react-router` rather than platform-specific packages: ([#11837](https://github.com/remix-run/react-router/pull/11837))
3838

packages/react-router-serve/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
### Major Changes
4242

43-
- Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
43+
- Remove single_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
4444
- update minimum node version to 18 ([#11690](https://github.com/remix-run/react-router/pull/11690))
4545
- Add `exports` field to all packages ([#11675](https://github.com/remix-run/react-router/pull/11675))
4646
- node package no longer re-exports from react-router ([#11702](https://github.com/remix-run/react-router/pull/11702))

packages/react-router/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
- Collapse `@remix-run/server-runtime` into `react-router`
4141
- Collapse `@remix-run/testing` into `react-router`
4242

43-
- Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
43+
- Remove single_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
4444

4545
- Drop support for Node 16, React Router SSR now requires Node 18 or higher ([#11391](https://github.com/remix-run/react-router/pull/11391))
4646

0 commit comments

Comments
 (0)