Skip to content

Commit e85e02e

Browse files
chore: Update version for release (pre)
1 parent fde6951 commit e85e02e

File tree

21 files changed

+148
-11
lines changed

21 files changed

+148
-11
lines changed

.changeset/pre.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"lemon-files-care",
4343
"link-prefetching",
4444
"little-cooks-pull",
45+
"long-peas-doubt",
4546
"moody-kids-count",
4647
"nice-pillows-hunt",
4748
"nine-ravens-work",
@@ -58,12 +59,16 @@
5859
"route-component-export-props",
5960
"router-provider-hydration",
6061
"silly-papayas-trade",
62+
"silver-cats-shave",
63+
"sour-cycles-lie",
64+
"strange-jeans-give",
6165
"stupid-days-heal",
6266
"tall-mangos-add",
6367
"tasty-penguins-live",
6468
"thin-nails-turn",
6569
"three-seals-play",
6670
"tidy-clouds-lay",
71+
"tidy-pens-help",
6772
"tough-pens-brush",
6873
"twelve-cheetahs-pretend",
6974
"twenty-carrots-yawn",
@@ -73,6 +78,7 @@
7378
"vite-manifest-location",
7479
"warm-melons-shop",
7580
"weak-goats-cross",
76-
"weak-otters-dance"
81+
"weak-otters-dance",
82+
"wet-actors-act"
7783
]
7884
}

packages/react-router-architect/CHANGELOG.md

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

3+
## 7.0.0-pre.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
9+
- `@react-router/[email protected]`
10+
311
## 7.0.0-pre.1
412

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

3+
## 7.0.0-pre.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
9+
310
## 7.0.0-pre.1
411

512
### 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.0.0-pre.1",
3+
"version": "7.0.0-pre.2",
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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# `@remix-run/dev`
22

3+
## 7.0.0-pre.2
4+
5+
### Major Changes
6+
7+
- - Consolidate types previously duplicated across `@remix-run/router`, `@remix-run/server-runtime`, and `@remix-run/react` now that they all live in `react-router` ([#12177](https://github.com/remix-run/react-router/pull/12177))
8+
- Examples: `LoaderFunction`, `LoaderFunctionArgs`, `ActionFunction`, `ActionFunctionArgs`, `DataFunctionArgs`, `RouteManifest`, `LinksFunction`, `Route`, `EntryRoute`
9+
- The `RouteManifest` type used by the "remix" code is now slightly stricter because it is using the former `@remix-run/router` `RouteManifest`
10+
- `Record<string, Route> -> Record<string, Route | undefined>`
11+
- Removed `AppData` type in favor of inlining `unknown` in the few locations it was used
12+
- Removed `ServerRuntimeMeta*` types in favor of the `Meta*` types they were duplicated from
13+
- Drop support for Node 18, update minimum Node vestion to 20 ([#12171](https://github.com/remix-run/react-router/pull/12171))
14+
15+
- Remove `installGlobals()` as this should no longer be necessary
16+
17+
### Patch Changes
18+
19+
- Updated dependencies:
20+
21+
- `@react-router/[email protected]`
22+
- `@react-router/[email protected]`
23+
324
## 7.0.0-pre.1
425

526
### Minor 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.0.0-pre.1",
3+
"version": "7.0.0-pre.2",
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.0.0-pre.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
9+
310
## 7.0.0-pre.1
411

512
### Patch Changes

packages/react-router-dom/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-dom",
3-
"version": "7.0.0-pre.1",
3+
"version": "7.0.0-pre.2",
44
"description": "Declarative routing for React web applications",
55
"keywords": [
66
"react",

packages/react-router-express/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# `@remix-run/express`
22

3+
## 7.0.0-pre.2
4+
5+
### Major Changes
6+
7+
- Drop support for Node 18, update minimum Node vestion to 20 ([#12171](https://github.com/remix-run/react-router/pull/12171))
8+
9+
- Remove `installGlobals()` as this should no longer be necessary
10+
11+
### Patch Changes
12+
13+
- Updated dependencies:
14+
15+
- `@react-router/[email protected]`
16+
317
## 7.0.0-pre.1
418

519
### Patch Changes

0 commit comments

Comments
 (0)