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

Lines changed: 0 additions & 27 deletions
This file was deleted.

.changeset/process-argv-crash.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/create-react-router/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 5 additions & 5 deletions
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

Lines changed: 1 addition & 1 deletion
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": {

0 commit comments

Comments
 (0)