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

-5
This file was deleted.

.changeset/pre.json

-24
This file was deleted.
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

+1-1
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

+8
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

+1-1
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

+7
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

+1-1
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

+11-1
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

+1-1
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": {

packages/react-router-dom/CHANGELOG.md

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

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

512
### Major Changes
@@ -14,7 +21,7 @@
1421

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

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

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

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.0.0",
3+
"version": "7.0.1",
44
"description": "Declarative routing for React web applications",
55
"keywords": [
66
"react",

packages/react-router-express/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# `@react-router/express`
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
614

7-
- Remove single_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
15+
- Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
816
- update minimum node version to 18 ([#11690](https://github.com/remix-run/react-router/pull/11690))
917
- Add `exports` field to all packages ([#11675](https://github.com/remix-run/react-router/pull/11675))
1018
- 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.0.0",
3+
"version": "7.0.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

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

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

512
Initial release.

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.0.0",
3+
"version": "7.0.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

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

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

512
### Major Changes
613

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

916
- 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))
1017

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.0.0",
3+
"version": "7.0.1",
44
"description": "Node.js platform abstractions for React Router",
55
"bugs": {
66
"url": "https://github.com/remix-run/react-router/issues"
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# `@react-router/remix-config-routes-adapter`
22

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

512
Initial release.

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.0.0",
3+
"version": "7.0.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

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

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

514
### Major Changes
615

7-
- Remove single_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
16+
- Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
817
- update minimum node version to 18 ([#11690](https://github.com/remix-run/react-router/pull/11690))
918
- Add `exports` field to all packages ([#11675](https://github.com/remix-run/react-router/pull/11675))
1019
- 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.0.0",
3+
"version": "7.0.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

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

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

57
### Major Changes
@@ -17,7 +19,7 @@
1719
- Collapse `@remix-run/server-runtime` into `react-router`
1820
- Collapse `@remix-run/testing` into `react-router`
1921

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

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

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

0 commit comments

Comments
 (0)