Skip to content

Commit 4ac56ba

Browse files
committed
chore: format
1 parent 1a48ae5 commit 4ac56ba

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
@@ -44,7 +44,7 @@
4444
+import { cloudflareDevProxy } from "@react-router/dev/vite/cloudflare";
4545
```
4646

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

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

packages/react-router-dom/CHANGELOG.md

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

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

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

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

packages/react-router-express/CHANGELOG.md

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

2121
### Major Changes
2222

23-
- Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
23+
- Remove single_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
2424
- update minimum node version to 18 ([#11690](https://github.com/remix-run/react-router/pull/11690))
2525
- Add `exports` field to all packages ([#11675](https://github.com/remix-run/react-router/pull/11675))
2626
- 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
@@ -18,7 +18,7 @@
1818

1919
### Major Changes
2020

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

2323
- 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))
2424

packages/react-router-serve/CHANGELOG.md

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

2323
### Major Changes
2424

25-
- Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
25+
- Remove single_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
2626
- update minimum node version to 18 ([#11690](https://github.com/remix-run/react-router/pull/11690))
2727
- Add `exports` field to all packages ([#11675](https://github.com/remix-run/react-router/pull/11675))
2828
- 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
@@ -30,7 +30,7 @@
3030
- Collapse `@remix-run/server-runtime` into `react-router`
3131
- Collapse `@remix-run/testing` into `react-router`
3232

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

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

0 commit comments

Comments
 (0)