Skip to content

Commit e650acf

Browse files
chore: Update version for release (#14431)
1 parent bbc8ba2 commit e650acf

File tree

28 files changed

+74
-202
lines changed

28 files changed

+74
-202
lines changed

.changeset/breezy-planes-roll.md

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

.changeset/green-pens-push.md

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

.changeset/pre.json

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

.changeset/quick-eels-join.md

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

.changeset/six-lobsters-think.md

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

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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# `create-react-router`
22

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

57
## 7.9.3
68

9+
_No changes_
10+
711
## 7.9.2
812

913
_No changes_

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.9.4-pre.0",
3+
"version": "7.9.4",
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.9.4-pre.0
3+
## 7.9.4
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.9.3
1212

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

4141
We have removed the `unstable_` prefix from the following APIs and they are now considered stable and ready for production use:
42+
4243
- [`RouterContextProvider`](https://reactrouter.com/api/utils/RouterContextProvider)
4344
- [`createContext`](https://reactrouter.com/api/utils/createContext)
4445
- `createBrowserRouter` [`getContext`](https://reactrouter.com/api/data-routers/createBrowserRouter#optsgetcontext) option
@@ -262,6 +263,7 @@
262263
### Major Changes
263264

264265
- 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))
266+
265267
- `createCookie`
266268
- `createCookieSessionStorage`
267269
- `createMemorySessionStorage`
@@ -270,6 +272,7 @@
270272
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)
271273

272274
Since platform-specific packages no longer need to implement this API, the following low-level APIs have been removed:
275+
273276
- `createCookieFactory`
274277
- `createSessionStorageFactory`
275278
- `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.9.4-pre.0",
3+
"version": "7.9.4",
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)