Skip to content

Commit 595bed3

Browse files
committed
chore: format
1 parent e725512 commit 595bed3

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
@@ -117,7 +117,7 @@
117117
+import { cloudflareDevProxy } from "@react-router/dev/vite/cloudflare";
118118
```
119119

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

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

packages/react-router-dom/CHANGELOG.md

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

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

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

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

packages/react-router-express/CHANGELOG.md

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

6969
### Major Changes
7070

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

6565
- 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))
6666

packages/react-router-serve/CHANGELOG.md

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

7777
### Major Changes
7878

79-
- Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
79+
- Remove single_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
8080
- update minimum node version to 18 ([#11690](https://github.com/remix-run/react-router/pull/11690))
8181
- Add `exports` field to all packages ([#11675](https://github.com/remix-run/react-router/pull/11675))
8282
- 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
@@ -83,7 +83,7 @@ _No changes_
8383
- Collapse `@remix-run/server-runtime` into `react-router`
8484
- Collapse `@remix-run/testing` into `react-router`
8585

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

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

0 commit comments

Comments
 (0)