Skip to content

Commit 4447236

Browse files
committed
Remove underscore from docs that keeps getting auto-formatted
1 parent ef64c55 commit 4447236

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
@@ -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))

packages/react-router/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ _No changes_
431431
- Collapse `@remix-run/server-runtime` into `react-router`
432432
- Collapse `@remix-run/testing` into `react-router`
433433

434-
- Remove single_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
434+
- Remove single fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
435435

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

0 commit comments

Comments
 (0)