Skip to content

Commit 1499f3e

Browse files
chore: Update version for release (pre) (#12315)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 764ae7c commit 1499f3e

File tree

23 files changed

+104
-11
lines changed

23 files changed

+104
-11
lines changed

.changeset/pre.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,15 @@
3131
"early-beds-obey",
3232
"eighty-boats-vanish",
3333
"eighty-dolls-juggle",
34+
"empty-glasses-dream",
3435
"expose-promises",
3536
"fair-beans-design",
3637
"fair-cheetahs-hope",
3738
"fast-plums-peel",
3839
"few-stingrays-explain",
40+
"five-cheetahs-press",
3941
"fluffy-ducks-try",
42+
"four-needles-search",
4043
"fuzzy-worms-applaud",
4144
"gold-suns-march",
4245
"kind-mirrors-hang",
@@ -48,6 +51,7 @@
4851
"long-peas-doubt",
4952
"moody-kids-count",
5053
"nice-pillows-hunt",
54+
"nine-peas-change",
5155
"nine-ravens-work",
5256
"odd-beds-behave",
5357
"prerendering",
@@ -62,6 +66,8 @@
6266
"route-component-export-props",
6367
"router-provider-hydration",
6468
"serious-beds-approve",
69+
"serious-ravens-appear",
70+
"shiny-cameras-try",
6571
"silly-papayas-trade",
6672
"silver-cats-shave",
6773
"sour-cycles-lie",
@@ -74,6 +80,7 @@
7480
"tidy-clouds-lay",
7581
"tidy-pens-help",
7682
"tough-pens-brush",
83+
"twelve-bees-sin",
7784
"twelve-cheetahs-pretend",
7885
"twenty-carrots-yawn",
7986
"two-countries-yell",
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# create-react-router
22

3+
## 7.0.0-pre.6
4+
35
## 7.0.0-pre.5

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

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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- `@react-router/[email protected]`
9+
10+
311
## 7.0.0-pre.5
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.5",
3+
"version": "7.0.0-pre.6",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
9+
310
## 7.0.0-pre.5
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.5",
3+
"version": "7.0.0-pre.6",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# `@remix-run/dev`
22

3+
## 7.0.0-pre.6
4+
5+
### Patch Changes
6+
7+
- chore: warn instead of error for min node version in CLI ([#12270](https://github.com/remix-run/react-router/pull/12270))
8+
- chore: re-enable development warnings through a `development` exports condition. ([#12269](https://github.com/remix-run/react-router/pull/12269))
9+
- if we are in SAP mode, always render the `index.html` for hydration ([#12268](https://github.com/remix-run/react-router/pull/12268))
10+
- fix(react-router): (v7) fix static prerender of non-ascii characters ([#12161](https://github.com/remix-run/react-router/pull/12161))
11+
- Updated dependencies:
12+
- `@react-router/[email protected]`
13+
14+
- `@react-router/[email protected]`
15+
316
## 7.0.0-pre.5
417

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

512
### Patch Changes

0 commit comments

Comments
 (0)