Skip to content

Commit 2c5563e

Browse files
chore: Update version for release (#12631)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5ed43ab commit 2c5563e

File tree

24 files changed

+43
-76
lines changed

24 files changed

+43
-76
lines changed

.changeset/pre.json

-27
This file was deleted.

.changeset/process-argv-crash.md

-6
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.1-pre.0
3+
## 7.1.1
44

55
## 7.1.0
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.1-pre.0",
3+
"version": "7.1.1",
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.1-pre.0
3+
## 7.1.1
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.1.0
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.1-pre.0",
3+
"version": "7.1.1",
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.1-pre.0
3+
## 7.1.1
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
8+
99

1010
## 7.1.0
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.1-pre.0",
3+
"version": "7.1.1",
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

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

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

55
### Patch Changes
66

77
- Fix for a crash when optional args are passed to the CLI ([`5b1ca202f`](https://github.com/remix-run/react-router/commit/5b1ca202f77ef342db0109c6b791d33188077cd0))
88
- Updated dependencies:
9-
10-
- `@react-router/[email protected]-pre.0`
11-
- `@react-router/[email protected]-pre.0`
9+
10+
- `@react-router/[email protected]`
11+
- `@react-router/[email protected]`
1212

1313
## 7.1.0
1414

@@ -74,7 +74,7 @@
7474
+import { cloudflareDevProxy } from "@react-router/dev/vite/cloudflare";
7575
```
7676

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

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

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.1-pre.0",
3+
"version": "7.1.1",
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.1-pre.0
3+
## 7.1.1
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
8+
99

1010
## 7.1.0
1111

@@ -42,7 +42,7 @@
4242

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

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

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

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.1-pre.0",
3+
"version": "7.1.1",
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.1-pre.0
3+
## 7.1.1
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.1.0
1212

@@ -36,7 +36,7 @@
3636

3737
### Major Changes
3838

39-
- Remove single_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
39+
- Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
4040
- update minimum node version to 18 ([#11690](https://github.com/remix-run/react-router/pull/11690))
4141
- Add `exports` field to all packages ([#11675](https://github.com/remix-run/react-router/pull/11675))
4242
- 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.1-pre.0",
3+
"version": "7.1.1",
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,11 +1,11 @@
11
# `@react-router/fs-routes`
22

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

55
### Patch Changes
66

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

1010
## 7.1.0
1111

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.1-pre.0",
3+
"version": "7.1.1",
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.1-pre.0
3+
## 7.1.1
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
8+
99

1010
## 7.1.0
1111

@@ -32,7 +32,7 @@
3232

3333
### Major Changes
3434

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

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

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.1-pre.0",
3+
"version": "7.1.1",
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.1-pre.0
3+
## 7.1.1
44

55
### Patch Changes
66

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

1010
## 7.1.0
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.1-pre.0",
3+
"version": "7.1.1",
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.1-pre.0
3+
## 7.1.1
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.1.0
1313

@@ -40,7 +40,7 @@
4040

4141
### Major Changes
4242

43-
- Remove single_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
43+
- Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
4444
- update minimum node version to 18 ([#11690](https://github.com/remix-run/react-router/pull/11690))
4545
- Add `exports` field to all packages ([#11675](https://github.com/remix-run/react-router/pull/11675))
4646
- 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.1-pre.0",
3+
"version": "7.1.1",
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.1-pre.0
3+
## 7.1.1
44

55
## 7.1.0
66

@@ -40,7 +40,7 @@
4040
- Collapse `@remix-run/server-runtime` into `react-router`
4141
- Collapse `@remix-run/testing` into `react-router`
4242

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

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

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.1-pre.0",
3+
"version": "7.1.1",
44
"description": "Declarative routing for React",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)