Skip to content

Commit 4eb1fd1

Browse files
chore: Update version for release (#14068)
* 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 223e3ae commit 4eb1fd1

File tree

27 files changed

+62
-95
lines changed

27 files changed

+62
-95
lines changed

.changeset/kind-ways-notice.md

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

.changeset/pre.json

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

.changeset/proud-dingos-nail.md

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

.changeset/strong-grapes-accept.md

Lines changed: 0 additions & 5 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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# `create-react-router`
22

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

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

packages/react-router-architect/CHANGELOG.md

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

3-
## 7.7.1-pre.0
3+
## 7.7.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.7.0
1212

@@ -182,6 +182,7 @@
182182
### Major Changes
183183

184184
- 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))
185+
185186
- `createCookie`
186187
- `createCookieSessionStorage`
187188
- `createMemorySessionStorage`
@@ -190,6 +191,7 @@
190191
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)
191192

192193
Since platform-specific packages no longer need to implement this API, the following low-level APIs have been removed:
194+
193195
- `createCookieFactory`
194196
- `createSessionStorageFactory`
195197
- `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.7.1-pre.0",
3+
"version": "7.7.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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# `@react-router/cloudflare`
22

3-
## 7.7.1-pre.0
3+
## 7.7.1
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
8+
99

1010
## 7.7.0
1111

@@ -161,6 +161,7 @@
161161

162162
- For Remix consumers migrating to React Router, all exports from `@remix-run/cloudflare-pages` are now provided for React Router consumers in the `@react-router/cloudflare` package. There is no longer a separate package for Cloudflare Pages. ([#11801](https://github.com/remix-run/react-router/pull/11801))
163163
- 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))
164+
164165
- `createCookie`
165166
- `createCookieSessionStorage`
166167
- `createMemorySessionStorage`
@@ -169,6 +170,7 @@
169170
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)
170171

171172
Since platform-specific packages no longer need to implement this API, the following low-level APIs have been removed:
173+
172174
- `createCookieFactory`
173175
- `createSessionStorageFactory`
174176
- `createCookieSessionStorageFactory`

0 commit comments

Comments
 (0)