Skip to content

Commit b045242

Browse files
committed
chore: format
1 parent 257328a commit b045242

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
@@ -87,7 +87,7 @@
8787
+import { cloudflareDevProxy } from "@react-router/dev/vite/cloudflare";
8888
```
8989

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

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

packages/react-router-dom/CHANGELOG.md

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

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

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

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

packages/react-router-express/CHANGELOG.md

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

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

4040
### Major Changes
4141

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

4444
- 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))
4545

packages/react-router-serve/CHANGELOG.md

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

5050
### Major Changes
5151

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

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

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

0 commit comments

Comments
 (0)