Skip to content

Commit 7204a29

Browse files
chore: Update version for release (pre) (#13980)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent da8b142 commit 7204a29

File tree

23 files changed

+160
-12
lines changed

23 files changed

+160
-12
lines changed

.changeset/pre.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,26 @@
3535
"@playground/split-route-modules-spa": "0.0.0",
3636
"@playground/vite-plugin-cloudflare": "0.0.0"
3737
},
38-
"changesets": []
38+
"changesets": [
39+
"blue-cups-perform",
40+
"blue-owls-deliver",
41+
"brave-buttons-build",
42+
"bright-cougars-buy",
43+
"calm-swans-tap",
44+
"curly-sloths-end",
45+
"cyan-bags-thank",
46+
"dirty-dolls-pay",
47+
"eight-cherries-lick",
48+
"great-lobsters-raise",
49+
"honest-socks-fail",
50+
"kind-paws-try",
51+
"late-lobsters-check",
52+
"light-pens-approve",
53+
"nine-eyes-beam",
54+
"polite-fans-rhyme",
55+
"proud-scissors-tickle",
56+
"rare-tables-smile",
57+
"strong-parrots-jog",
58+
"twelve-seas-end"
59+
]
3960
}

packages/create-react-router/CHANGELOG.md

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

3+
## 7.7.0-pre.0
4+
5+
### Minor Changes
6+
7+
- Add Deno as a supported and detectable package manager. Note that this detection will only work with Deno versions 2.0.5 and above. If you are using an older version version of Deno then you must specify the --package-manager CLI flag set to `deno`. ([#12327](https://github.com/remix-run/react-router/pull/12327))
8+
39
## 7.6.3
410

511
_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.6.3",
3+
"version": "7.7.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# `@react-router/architect`
22

3+
## 7.7.0-pre.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
9+
- `@react-router/[email protected]`
10+
311
## 7.6.3
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.6.3",
3+
"version": "7.7.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# `@react-router/cloudflare`
22

3+
## 7.7.0-pre.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
9+
310
## 7.6.3
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.6.3",
3+
"version": "7.7.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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# `@react-router/dev`
22

3+
## 7.7.0-pre.0
4+
5+
### Patch Changes
6+
7+
- Update `vite-node` to `^3.2.2` to support Vite 7 ([#13781](https://github.com/remix-run/react-router/pull/13781))
8+
- Properly handle `https` protocol in dev mode ([#13746](https://github.com/remix-run/react-router/pull/13746))
9+
- Fix missing styles when Vite's `build.cssCodeSplit` option is disabled ([#13943](https://github.com/remix-run/react-router/pull/13943))
10+
- Allow `.mts` and `.mjs` extensions for route config file ([#13931](https://github.com/remix-run/react-router/pull/13931))
11+
- Fix prerender file locations when `cwd` differs from project root ([#13824](https://github.com/remix-run/react-router/pull/13824))
12+
- Improve chunk error logging when a chunk cannot be found during the build ([#13799](https://github.com/remix-run/react-router/pull/13799))
13+
- Fix incorrectly configured `externalConditions` which had enabled `module` condition for externals and broke builds with certain packages, like Emotion. ([#13871](https://github.com/remix-run/react-router/pull/13871))
14+
- Updated dependencies:
15+
16+
- `@react-router/[email protected]`
17+
- `@react-router/[email protected]`
18+
319
## 7.6.3
420

521
### 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.6.3",
3+
"version": "7.7.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.7.0-pre.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
9+
310
## 7.6.3
411

512
### Patch Changes

0 commit comments

Comments
 (0)