Skip to content

Commit 202825c

Browse files
chore: Update version for release (#12347)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 32b0a84 commit 202825c

File tree

24 files changed

+91
-46
lines changed

24 files changed

+91
-46
lines changed

.changeset/nice-cobras-sparkle.md

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

.changeset/pre.json

Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# `create-react-router`
22

3+
## 7.0.1
4+
35
## 7.0.0
46

57
Initial release.

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.0.0",
3+
"version": "7.0.1",
44
"description": "Create a new React Router app",
55
"homepage": "https://reactrouter.com",
66
"bugs": {

packages/react-router-architect/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# `@react-router/architect`
22

3+
## 7.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
9+
- `@react-router/[email protected]`
10+
311
## 7.0.0
412

513
### Major Changes

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.0.0",
3+
"version": "7.0.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# `@react-router/cloudflare`
22

3+
## 7.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
9+
310
## 7.0.0
411

512
### Major Changes

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.0.0",
3+
"version": "7.0.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: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# `@react-router/dev`
22

3+
## 7.0.1
4+
5+
### Patch Changes
6+
7+
- Ensure typegen file watcher is cleaned up when Vite dev server restarts ([#12331](https://github.com/remix-run/react-router/pull/12331))
8+
- Updated dependencies:
9+
10+
- `@react-router/[email protected]`
11+
- `@react-router/[email protected]`
12+
313
## 7.0.0
414

515
### Major Changes
@@ -16,7 +26,7 @@
1626
+import { cloudflareDevProxy } from "@react-router/dev/vite/cloudflare";
1727
```
1828

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

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

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.0.0",
3+
"version": "7.0.1",
44
"description": "Dev tools and CLI for React Router",
55
"homepage": "https://reactrouter.com",
66
"bugs": {

0 commit comments

Comments
 (0)