Skip to content

Commit b6c15e9

Browse files
committed
chore: format
1 parent e02e195 commit b6c15e9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/react-router-dev/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
+import { cloudflareDevProxy } from "@react-router/dev/vite/cloudflare";
109109
```
110110

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

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

packages/react-router-dom/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

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

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

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

packages/react-router-express/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
### Major Changes
6262

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
### Major Changes
5555

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

5858
- 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))
5959

packages/react-router-serve/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
### Major Changes
6969

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

packages/react-router/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ _No changes_
8585
- Collapse `@remix-run/server-runtime` into `react-router`
8686
- Collapse `@remix-run/testing` into `react-router`
8787

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

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

0 commit comments

Comments
 (0)