Skip to content

Commit 6a5b4f2

Browse files
committed
chore: format
1 parent 61f257e commit 6a5b4f2

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
@@ -64,7 +64,7 @@
6464
+import { cloudflareDevProxy } from "@react-router/dev/vite/cloudflare";
6565
```
6666

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

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

packages/react-router-dom/CHANGELOG.md

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

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

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

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

packages/react-router-express/CHANGELOG.md

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

2929
### Major Changes
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
- update minimum node version to 18 ([#11690](https://github.com/remix-run/react-router/pull/11690))
3333
- Add `exports` field to all packages ([#11675](https://github.com/remix-run/react-router/pull/11675))
3434
- 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
@@ -25,7 +25,7 @@
2525

2626
### Major Changes
2727

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

3030
- 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))
3131

packages/react-router-serve/CHANGELOG.md

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

3232
### Major Changes
3333

34-
- Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
34+
- Remove single_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
3535
- update minimum node version to 18 ([#11690](https://github.com/remix-run/react-router/pull/11690))
3636
- Add `exports` field to all packages ([#11675](https://github.com/remix-run/react-router/pull/11675))
3737
- 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
@@ -38,7 +38,7 @@
3838
- Collapse `@remix-run/server-runtime` into `react-router`
3939
- Collapse `@remix-run/testing` into `react-router`
4040

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

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

0 commit comments

Comments
 (0)