Skip to content

Commit c51985e

Browse files
chore: Update version for release (#12604)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 63230c1 commit c51985e

File tree

31 files changed

+44
-120
lines changed

31 files changed

+44
-120
lines changed

.changeset/dry-toes-sneeze.md

-5
This file was deleted.

.changeset/honest-dots-deliver.md

-5
This file was deleted.

.changeset/khaki-gifts-grin.md

-5
This file was deleted.

.changeset/lovely-lemons-bake.md

-5
This file was deleted.

.changeset/perfect-elephants-type.md

-5
This file was deleted.

.changeset/pre.json

-34
This file was deleted.

.changeset/selfish-pianos-grab.md

-5
This file was deleted.

.changeset/serious-chairs-lie.md

-5
This file was deleted.

.changeset/wild-dogs-double.md

-8
This file was deleted.

packages/create-react-router/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `create-react-router`
22

3-
## 7.1.0-pre.0
3+
## 7.1.0
44

55
### Patch Changes
66

packages/create-react-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-router",
3-
"version": "7.1.0-pre.0",
3+
"version": "7.1.0",
44
"description": "Create a new React Router app",
55
"homepage": "https://reactrouter.com",
66
"bugs": {

packages/react-router-architect/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# `@react-router/architect`
22

3-
## 7.1.0-pre.0
3+
## 7.1.0
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
9-
- `@react-router/[email protected]-pre.0`
8+
9+
- `@react-router/[email protected]`
1010

1111
## 7.0.2
1212

packages/react-router-architect/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-router/architect",
3-
"version": "7.1.0-pre.0",
3+
"version": "7.1.0",
44
"description": "Architect server request handler for React Router",
55
"bugs": {
66
"url": "https://github.com/remix-run/react-router/issues"

packages/react-router-cloudflare/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# `@react-router/cloudflare`
22

3-
## 7.1.0-pre.0
3+
## 7.1.0
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
8+
99

1010
## 7.0.2
1111

packages/react-router-cloudflare/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-router/cloudflare",
3-
"version": "7.1.0-pre.0",
3+
"version": "7.1.0",
44
"description": "Cloudflare platform abstractions for React Router",
55
"bugs": {
66
"url": "https://github.com/remix-run/react-router/issues"

packages/react-router-dev/CHANGELOG.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `@react-router/dev`
22

3-
## 7.1.0-pre.0
3+
## 7.1.0
44

55
### Minor Changes
66

@@ -9,15 +9,16 @@
99
### Patch Changes
1010

1111
- Properly initialize `NODE_ENV` if not already set for compatibility with React 19 ([#12578](https://github.com/remix-run/react-router/pull/12578))
12+
1213
- 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))
1314

1415
- 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
1516
- 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
1617

1718
- Updated dependencies:
18-
19-
- `@react-router/[email protected]-pre.0`
20-
- `@react-router/[email protected]-pre.0`
19+
20+
- `@react-router/[email protected]`
21+
- `@react-router/[email protected]`
2122

2223
## 7.0.2
2324

@@ -63,7 +64,7 @@
6364
+import { cloudflareDevProxy } from "@react-router/dev/vite/cloudflare";
6465
```
6566

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

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

packages/react-router-dev/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-router/dev",
3-
"version": "7.1.0-pre.0",
3+
"version": "7.1.0",
44
"description": "Dev tools and CLI for React Router",
55
"homepage": "https://reactrouter.com",
66
"bugs": {

packages/react-router-dom/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# react-router-dom
22

3-
## 7.1.0-pre.0
3+
## 7.1.0
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
8+
99

1010
## 7.0.2
1111

@@ -35,7 +35,7 @@
3535

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

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

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

packages/react-router-dom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom",
3-
"version": "7.1.0-pre.0",
3+
"version": "7.1.0",
44
"description": "Declarative routing for React web applications",
55
"keywords": [
66
"react",

packages/react-router-express/CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# `@react-router/express`
22

3-
## 7.1.0-pre.0
3+
## 7.1.0
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
9-
- `@react-router/[email protected]-pre.0`
8+
9+
- `@react-router/[email protected]`
1010

1111
## 7.0.2
1212

@@ -28,7 +28,7 @@
2828

2929
### Major Changes
3030

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

packages/react-router-express/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-router/express",
3-
"version": "7.1.0-pre.0",
3+
"version": "7.1.0",
44
"description": "Express server request handler for React Router",
55
"bugs": {
66
"url": "https://github.com/remix-run/react-router/issues"

packages/react-router-fs-routes/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# `@react-router/fs-routes`
22

3-
## 7.1.0-pre.0
3+
## 7.1.0
44

55
### Patch Changes
66

77
- Throw error in `flatRoutes` if routes directory is missing ([#12407](https://github.com/remix-run/react-router/pull/12407))
88
- Updated dependencies:
9-
- `@react-router/[email protected]-pre.0`
9+
- `@react-router/[email protected]`
1010

1111
## 7.0.2
1212

packages/react-router-fs-routes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-router/fs-routes",
3-
"version": "7.1.0-pre.0",
3+
"version": "7.1.0",
44
"description": "File system routing conventions for React Router, for use within routes.ts",
55
"bugs": {
66
"url": "https://github.com/remix-run/react-router/issues"

packages/react-router-node/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# `@react-router/node`
22

3-
## 7.1.0-pre.0
3+
## 7.1.0
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
8+
99

1010
## 7.0.2
1111

@@ -25,7 +25,7 @@
2525

2626
### Major Changes
2727

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

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

packages/react-router-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-router/node",
3-
"version": "7.1.0-pre.0",
3+
"version": "7.1.0",
44
"description": "Node.js platform abstractions for React Router",
55
"bugs": {
66
"url": "https://github.com/remix-run/react-router/issues"

packages/react-router-remix-routes-option-adapter/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# `@react-router/remix-config-routes-adapter`
22

3-
## 7.1.0-pre.0
3+
## 7.1.0
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `@react-router/[email protected]-pre.0`
8+
- `@react-router/[email protected]`
99

1010
## 7.0.2
1111

packages/react-router-remix-routes-option-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-router/remix-routes-option-adapter",
3-
"version": "7.1.0-pre.0",
3+
"version": "7.1.0",
44
"description": "Adapter for Remix's \"routes\" config option, for use within routes.ts",
55
"bugs": {
66
"url": "https://github.com/remix-run/react-router/issues"

packages/react-router-serve/CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# `@react-router/serve`
22

3-
## 7.1.0-pre.0
3+
## 7.1.0
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
9-
- `@react-router/[email protected]-pre.0`
10-
- `@react-router/[email protected]-pre.0`
8+
9+
- `@react-router/[email protected]`
10+
- `@react-router/[email protected]`
1111

1212
## 7.0.2
1313

@@ -31,7 +31,7 @@
3131

3232
### Major Changes
3333

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

packages/react-router-serve/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-router/serve",
3-
"version": "7.1.0-pre.0",
3+
"version": "7.1.0",
44
"description": "Production application server for React Router",
55
"bugs": {
66
"url": "https://github.com/remix-run/react-router/issues"

packages/react-router/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `react-router`
22

3-
## 7.1.0-pre.0
3+
## 7.1.0
44

55
### Patch Changes
66

@@ -38,7 +38,7 @@
3838
- Collapse `@remix-run/server-runtime` into `react-router`
3939
- Collapse `@remix-run/testing` into `react-router`
4040

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

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

packages/react-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router",
3-
"version": "7.1.0-pre.0",
3+
"version": "7.1.0",
44
"description": "Declarative routing for React",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)