Skip to content

Commit 9aedf8c

Browse files
chore: Update version for release (pre) (#14127)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2b8400e commit 9aedf8c

File tree

23 files changed

+201
-12
lines changed

23 files changed

+201
-12
lines changed

.changeset/pre.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,25 @@
3737
"@playground/split-route-modules-spa": "0.0.0",
3838
"@playground/vite-plugin-cloudflare": "0.0.0"
3939
},
40-
"changesets": []
40+
"changesets": [
41+
"cool-pigs-cheer",
42+
"famous-laws-happen",
43+
"giant-ligers-mix",
44+
"good-months-hope",
45+
"grumpy-frogs-greet",
46+
"neat-dolls-join",
47+
"olive-bugs-sing",
48+
"plenty-cycles-whisper",
49+
"polite-vans-travel",
50+
"rare-mice-report",
51+
"rare-mice-report2",
52+
"rare-pears-walk",
53+
"rotten-foxes-deliver",
54+
"shiny-ghosts-happen",
55+
"shiny-owls-glow",
56+
"thick-snails-compete",
57+
"thin-tables-reply",
58+
"tiny-turtles-compete",
59+
"young-beans-sneeze"
60+
]
4161
}

packages/create-react-router/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# `create-react-router`
22

3+
## 7.8.0-pre.0
4+
35
## 7.7.1
46

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

packages/react-router-architect/CHANGELOG.md

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

3+
## 7.8.0-pre.0
4+
5+
### Patch Changes
6+
7+
- [UNSTABLE] Change `getLoadContext` signature (`type GetLoadContextFunction`) when `future.unstable_middleware` is enabled so that it returns an `unstable_RouterContextProvider` instance instead of a `Map` used to contruct the instance internally ([#14097](https://github.com/remix-run/react-router/pull/14097))
8+
- This also removes the `type unstable_InitialContext` export
9+
- ⚠️ This is a breaking change if you have adopted middleware and are using a custom server with a `getLoadContext` function
10+
11+
- Updated dependencies:
12+
13+
- `@react-router/[email protected]`
14+
315
## 7.7.1
416

517
### Patch Changes

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",
3+
"version": "7.8.0-pre.0",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# `@react-router/cloudflare`
22

3+
## 7.8.0-pre.0
4+
5+
### Patch Changes
6+
7+
- [UNSTABLE] Change `getLoadContext` signature (`type GetLoadContextFunction`) when `future.unstable_middleware` is enabled so that it returns an `unstable_RouterContextProvider` instance instead of a `Map` used to contruct the instance internally ([#14097](https://github.com/remix-run/react-router/pull/14097))
8+
- This also removes the `type unstable_InitialContext` export
9+
- ⚠️ This is a breaking change if you have adopted middleware and are using a custom server with a `getLoadContext` function
10+
11+
- Updated dependencies:
12+
13+
314
## 7.7.1
415

516
### Patch Changes

packages/react-router-cloudflare/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/cloudflare",
3-
"version": "7.7.1",
3+
"version": "7.8.0-pre.0",
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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# `@react-router/dev`
22

3+
## 7.8.0-pre.0
4+
5+
### Patch Changes
6+
7+
- Fix rename without mkdir in Vite plugin ([#14105](https://github.com/remix-run/react-router/pull/14105))
8+
- Updated dependencies:
9+
10+
- `@react-router/[email protected]`
11+
- `@react-router/[email protected]`
12+
313
## 7.7.1
414

515
### Patch Changes

packages/react-router-dev/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/dev",
3-
"version": "7.7.1",
3+
"version": "7.8.0-pre.0",
44
"description": "Dev tools and CLI for React Router",
55
"homepage": "https://reactrouter.com",
66
"bugs": {

packages/react-router-dom/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# react-router-dom
22

3+
## 7.8.0-pre.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
9+
310
## 7.7.1
411

512
### Patch Changes

0 commit comments

Comments
 (0)