Skip to content

Commit fc85143

Browse files
committed
Update release notes
1 parent b8074e6 commit fc85143

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/create-react-router/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 7.3.0
44

5+
_No changes_
6+
57
## 7.2.0
68

79
_No changes_

packages/react-router/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
- Skip resource route flow in dev server in SPA mode ([#13113](https://github.com/remix-run/react-router/pull/13113))
1616

17-
- Fix jsdoc types for `context` ([#13170](https://github.com/remix-run/react-router/pull/13170))
18-
1917
- Support middleware on routes (unstable) ([#12941](https://github.com/remix-run/react-router/pull/12941))
2018

2119
Middleware is implemented behind a `future.unstable_middleware` flag. To enable, you must enable the flag and the types in your `react-router-config.ts` file:
@@ -422,7 +420,7 @@ _No changes_
422420
- Collapse `@remix-run/server-runtime` into `react-router`
423421
- Collapse `@remix-run/testing` into `react-router`
424422

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

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

0 commit comments

Comments
 (0)