-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update version for release (#12604)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
63230c1
commit c51985e
Showing
31 changed files
with
44 additions
and
120 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# `create-react-router` | ||
|
||
## 7.1.0-pre.0 | ||
## 7.1.0 | ||
|
||
### Patch Changes | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# `@react-router/architect` | ||
|
||
## 7.1.0-pre.0 | ||
## 7.1.0 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `[email protected]-pre.0` | ||
- `@react-router/[email protected]-pre.0` | ||
- `[email protected]` | ||
- `@react-router/[email protected]` | ||
|
||
## 7.0.2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# `@react-router/cloudflare` | ||
|
||
## 7.1.0-pre.0 | ||
## 7.1.0 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `[email protected]-pre.0` | ||
- `[email protected]` | ||
|
||
## 7.0.2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# `@react-router/dev` | ||
|
||
## 7.1.0-pre.0 | ||
## 7.1.0 | ||
|
||
### Minor Changes | ||
|
||
|
@@ -9,15 +9,16 @@ | |
### Patch Changes | ||
|
||
- Properly initialize `NODE_ENV` if not already set for compatibility with React 19 ([#12578](https://github.com/remix-run/react-router/pull/12578)) | ||
|
||
- Remove the leftover/unused `abortDelay` prop from `ServerRouter` and update the default `entry.server.tsx` to use the new `streamTimeout` value for Single Fetch ([#12478](https://github.com/remix-run/react-router/pull/12478)) | ||
|
||
- The `abortDelay` functionality was removed in v7 as it was coupled to the `defer` implementation from Remix v2, but this removal of this prop was missed | ||
- If you were still using this prop in your `entry.server` file, it's likely your app is not aborting streams as you would expect and you will need to adopt the new [`streamTimeout`](https://reactrouter.com/explanation/special-files#streamtimeout) value introduced with Single Fetch | ||
|
||
- Updated dependencies: | ||
- `[email protected]-pre.0` | ||
- `@react-router/[email protected]-pre.0` | ||
- `@react-router/[email protected]-pre.0` | ||
- `[email protected]` | ||
- `@react-router/[email protected]` | ||
- `@react-router/[email protected]` | ||
|
||
## 7.0.2 | ||
|
||
|
@@ -63,7 +64,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)) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# react-router-dom | ||
|
||
## 7.1.0-pre.0 | ||
## 7.1.0 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `[email protected]-pre.0` | ||
- `[email protected]` | ||
|
||
## 7.0.2 | ||
|
||
|
@@ -35,7 +35,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)) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# `@react-router/express` | ||
|
||
## 7.1.0-pre.0 | ||
## 7.1.0 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `[email protected]-pre.0` | ||
- `@react-router/[email protected]-pre.0` | ||
- `[email protected]` | ||
- `@react-router/[email protected]` | ||
|
||
## 7.0.2 | ||
|
||
|
@@ -28,7 +28,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)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# `@react-router/fs-routes` | ||
|
||
## 7.1.0-pre.0 | ||
## 7.1.0 | ||
|
||
### Patch Changes | ||
|
||
- Throw error in `flatRoutes` if routes directory is missing ([#12407](https://github.com/remix-run/react-router/pull/12407)) | ||
- Updated dependencies: | ||
- `@react-router/[email protected]-pre.0` | ||
- `@react-router/[email protected]` | ||
|
||
## 7.0.2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# `@react-router/node` | ||
|
||
## 7.1.0-pre.0 | ||
## 7.1.0 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `[email protected]-pre.0` | ||
- `[email protected]` | ||
|
||
## 7.0.2 | ||
|
||
|
@@ -25,7 +25,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)) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/react-router-remix-routes-option-adapter/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# `@react-router/remix-config-routes-adapter` | ||
|
||
## 7.1.0-pre.0 | ||
## 7.1.0 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@react-router/[email protected]-pre.0` | ||
- `@react-router/[email protected]` | ||
|
||
## 7.0.2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# `@react-router/serve` | ||
|
||
## 7.1.0-pre.0 | ||
## 7.1.0 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `[email protected]-pre.0` | ||
- `@react-router/[email protected]-pre.0` | ||
- `@react-router/[email protected]-pre.0` | ||
- `[email protected]` | ||
- `@react-router/[email protected]` | ||
- `@react-router/[email protected]` | ||
|
||
## 7.0.2 | ||
|
||
|
@@ -31,7 +31,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)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters