Skip to content

Commit d47f65d

Browse files
committed
chore: format
1 parent 5af67cd commit d47f65d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/react-router-dev/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
+import { cloudflareDevProxy } from "@react-router/dev/vite/cloudflare";
9898
```
9999

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

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

packages/react-router-dom/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

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

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

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

packages/react-router-express/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
### Major Changes
5454

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

4747
### Major Changes
4848

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

5151
- 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))
5252

packages/react-router-serve/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
### Major Changes
6060

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

0 commit comments

Comments
 (0)