Skip to content

Commit 77d22fa

Browse files
chore: Update version for release (#14634)
* chore: Update version for release * Update release notes --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Brophy <[email protected]>
1 parent eb96ac0 commit 77d22fa

File tree

28 files changed

+77
-101
lines changed

28 files changed

+77
-101
lines changed

.changeset/bright-cougars-think.md

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

.changeset/polite-garlics-report.md

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

.changeset/pre.json

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

.changeset/silent-shirts-retire.md

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

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ Date: YYYY-MM-DD
395395

396396
## v7.10.1
397397

398-
Date: 2025-12-03
398+
Date: 2025-12-04
399399

400400
### Patch Changes
401401

integration/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Minor Changes
66

77
- Unstable Vite support for Node-based Remix apps ([#7590](https://github.com/remix-run/remix/pull/7590))
8+
89
- `remix build` 👉 `vite build && vite build --ssr`
910
- `remix dev` 👉 `vite dev`
1011

packages/create-react-router/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# `create-react-router`
22

3-
## 7.10.1-pre.0
3+
## 7.10.1
4+
5+
_No changes_
46

57
## 7.10.0
68

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

packages/react-router-architect/CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# `@react-router/architect`
22

3-
## 7.10.1-pre.0
3+
## 7.10.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.10.0
1212

@@ -71,6 +71,7 @@
7171
- Stabilize middleware and context APIs. ([#14215](https://github.com/remix-run/react-router/pull/14215))
7272

7373
We have removed the `unstable_` prefix from the following APIs and they are now considered stable and ready for production use:
74+
7475
- [`RouterContextProvider`](https://reactrouter.com/api/utils/RouterContextProvider)
7576
- [`createContext`](https://reactrouter.com/api/utils/createContext)
7677
- `createBrowserRouter` [`getContext`](https://reactrouter.com/api/data-routers/createBrowserRouter#optsgetcontext) option
@@ -294,6 +295,7 @@
294295
### Major Changes
295296

296297
- 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))
298+
297299
- `createCookie`
298300
- `createCookieSessionStorage`
299301
- `createMemorySessionStorage`
@@ -302,6 +304,7 @@
302304
For consumers running older versions of Node, the `installGlobals` function from `@remix-run/node` has been updated to define `globalThis.crypto`, using [Node's `require('node:crypto').webcrypto` implementation.](https://nodejs.org/api/webcrypto.html)
303305

304306
Since platform-specific packages no longer need to implement this API, the following low-level APIs have been removed:
307+
305308
- `createCookieFactory`
306309
- `createSessionStorageFactory`
307310
- `createCookieSessionStorageFactory`

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.10.1-pre.0",
3+
"version": "7.10.1",
44
"description": "Architect server request handler for React Router",
55
"bugs": {
66
"url": "https://github.com/remix-run/react-router/issues"

0 commit comments

Comments
 (0)