Skip to content

Commit 3c1a6bb

Browse files
chore: Update version for release (pre) (#12880)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a039471 commit 3c1a6bb

File tree

23 files changed

+112
-12
lines changed

23 files changed

+112
-12
lines changed

.changeset/pre.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,15 @@
2121
"@playground/framework-express": "0.0.0",
2222
"@playground/framework-spa": "0.0.0"
2323
},
24-
"changesets": []
24+
"changesets": [
25+
"eight-monkeys-type",
26+
"fifty-eagles-love",
27+
"gentle-carrots-appear",
28+
"kind-hats-greet",
29+
"loud-masks-battle",
30+
"moody-comics-exist",
31+
"rich-pans-fail",
32+
"smooth-mangos-act",
33+
"twenty-llamas-lick"
34+
]
2535
}

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.1.4-pre.0
4+
35
## 7.1.3
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.1.3",
3+
"version": "7.1.4-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.1.4-pre.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- `react-router@7.1.4-pre.0`
9+
- `@react-router/node@7.1.4-pre.0`
10+
311
## 7.1.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.1.3",
3+
"version": "7.1.4-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.1.4-pre.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- `react-router@7.1.4-pre.0`
9+
310
## 7.1.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.1.3",
3+
"version": "7.1.4-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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# `@react-router/dev`
22

3+
## 7.1.4-pre.0
4+
5+
### Patch Changes
6+
7+
- Properly resolve Windows file paths to scan for Vite's dependency optimization when using the `unstable_optimizeDeps` future flag. ([#12637](https://github.com/remix-run/react-router/pull/12637))
8+
- Fix prerendering when using a custom server - previously we ended up trying to import the users custom server when we actually want to import the virtual server build module ([#12759](https://github.com/remix-run/react-router/pull/12759))
9+
- Updated dependencies:
10+
- `react-router@7.1.4-pre.0`
11+
- `@react-router/node@7.1.4-pre.0`
12+
- `@react-router/serve@7.1.4-pre.0`
13+
314
## 7.1.3
415

516
### 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.1.3",
3+
"version": "7.1.4-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.1.4-pre.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- `react-router@7.1.4-pre.0`
9+
310
## 7.1.3
411

512
### Patch Changes

0 commit comments

Comments
 (0)