Skip to content

Commit ef64c55

Browse files
committed
chore: format
1 parent 5ba8f4a commit ef64c55

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
@@ -254,7 +254,7 @@
254254
+import { cloudflareDevProxy } from "@react-router/dev/vite/cloudflare";
255255
```
256256

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

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

packages/react-router-dom/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

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

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

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

packages/react-router-express/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494
### Major Changes
9595

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

8282
### Major Changes
8383

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

8686
- 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))
8787

packages/react-router-serve/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103

104104
### Major Changes
105105

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

0 commit comments

Comments
 (0)