Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot committed Jan 17, 2025
1 parent 5af67cd commit d47f65d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/react-router-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
+import { cloudflareDevProxy } from "@react-router/dev/vite/cloudflare";
```

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

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

Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-express/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

### Major Changes

- Remove single\_fetch future flag. ([#11522](/~https://github.com/remix-run/react-router/pull/11522))
- Remove single_fetch future flag. ([#11522](/~https://github.com/remix-run/react-router/pull/11522))
- update minimum node version to 18 ([#11690](/~https://github.com/remix-run/react-router/pull/11690))
- Add `exports` field to all packages ([#11675](/~https://github.com/remix-run/react-router/pull/11675))
- node package no longer re-exports from react-router ([#11702](/~https://github.com/remix-run/react-router/pull/11702))
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

### Major Changes

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

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

Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-serve/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

### Major Changes

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

0 comments on commit d47f65d

Please sign in to comment.