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 Nov 22, 2024
1 parent eeeaa1a commit 47953dd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 @@ -26,7 +26,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 @@ -21,7 +21,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 @@ -12,7 +12,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 @@ -11,7 +11,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 @@ -13,7 +13,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/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- Collapse `@remix-run/server-runtime` into `react-router`
- Collapse `@remix-run/testing` into `react-router`

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

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

Expand Down

0 comments on commit 47953dd

Please sign in to comment.