Skip to content

Commit c85c9be

Browse files
chore: Update version for release (#8666)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Brophy <matt@brophy.org>
1 parent 25c4a98 commit c85c9be

File tree

12 files changed

+49
-157
lines changed

12 files changed

+49
-157
lines changed

packages/remix-dev/CHANGELOG.md

Lines changed: 20 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,6 @@
11
# `@remix-run/dev`
22

3-
## 2.6.0-pre.3
4-
5-
### Patch Changes
6-
7-
- Updated dependencies:
8-
- `@remix-run/node@2.6.0-pre.3`
9-
- `@remix-run/server-runtime@2.6.0-pre.3`
10-
11-
## 2.6.0-pre.2
12-
13-
### Patch Changes
14-
15-
- Vite: Provide `Unstable_ServerBundlesFunction` and `Unstable_VitePluginConfig` types ([#8654](https://github.com/remix-run/remix/pull/8654))
16-
- Updated dependencies:
17-
- `@remix-run/node@2.6.0-pre.2`
18-
- `@remix-run/server-runtime@2.6.0-pre.2`
19-
20-
## 2.6.0-pre.1
21-
22-
### Patch Changes
23-
24-
- Vite: add dev load context option to Cloudflare preset ([#8649](https://github.com/remix-run/remix/pull/8649))
25-
- Updated dependencies:
26-
- `@remix-run/node@2.6.0-pre.1`
27-
- `@remix-run/server-runtime@2.6.0-pre.1`
28-
29-
## 2.6.0-pre.0
3+
## 2.6.0
304

315
### Minor Changes
326

@@ -40,19 +14,26 @@
4014

4115
The `build/server/bundles.json` file has been superseded by the more general `build/.remix/manifest.json`. While the old server bundles manifest was always written to disk when generating server bundles, the build manifest file must be explicitly enabled via the `manifest` option.
4216

17+
- Vite: Provide `Unstable_ServerBundlesFunction` and `Unstable_VitePluginConfig` types ([#8654](https://github.com/remix-run/remix/pull/8654))
18+
4319
- Vite: add `--sourcemapClient` and `--sourcemapServer` flags to `remix vite:build` ([#8613](https://github.com/remix-run/remix/pull/8613))
4420

4521
- `--sourcemapClient`
22+
4623
- `--sourcemapClient=inline`
24+
4725
- `--sourcemapClient=hidden`
4826

4927
- `--sourcemapServer`
28+
5029
- `--sourcemapServer=inline`
30+
5131
- `--sourcemapServer=hidden`
5232

53-
See https://vitejs.dev/config/build-options.html#build-sourcemap
33+
See <https://vitejs.dev/config/build-options.html#build-sourcemap>
5434

5535
- Vite: Validate IDs returned from the `serverBundles` function to ensure they only contain alphanumeric characters, hyphens and underscores ([#8598](https://github.com/remix-run/remix/pull/8598))
36+
5637
- Vite: fix "could not fast refresh" false alarm ([#8580](https://github.com/remix-run/remix/pull/8580))
5738

5839
HMR is already functioning correctly but was incorrectly logging that it "could not fast refresh" on internal client routes.
@@ -61,7 +42,7 @@
6142

6243
- Vite: Cloudflare Pages support ([#8531](https://github.com/remix-run/remix/pull/8531))
6344

64-
To get started with Cloudflare, you can use the [`unstable-vite-cloudflare`][template-vite-cloudflare] template:
45+
To get started with Cloudflare, you can use the \[`unstable-vite-cloudflare`]\[template-vite-cloudflare] template:
6546

6647
```shellscript nonumber
6748
npx create-remix@latest --template remix-run/remix/templates/unstable-vite-cloudflare
@@ -71,6 +52,7 @@
7152
[Future > Vite > Migrating > Migrating Cloudflare Functions](https://remix.run/docs/en/main/future/vite#migrating-cloudflare-functions).
7253

7354
- Vite: Remove undocumented backwards compatibility layer for Vite v4 ([#8581](https://github.com/remix-run/remix/pull/8581))
55+
7456
- Vite: rely on Vite plugin ordering ([#8627](https://github.com/remix-run/remix/pull/8627))
7557

7658
**This is a breaking change for projects using the unstable Vite plugin.**
@@ -99,6 +81,7 @@
9981
The official [Vite React SWC plugin](https://github.com/vitejs/vite-plugin-react-swc/blob/main/src/index.ts#L97-L116) also relies on plugin ordering for MDX.
10082

10183
- Vite: Add `presets` option to ease integration with different platforms and tools. ([#8514](https://github.com/remix-run/remix/pull/8514))
84+
10285
- Vite: Remove interop with `<LiveReload />`, rely on `<Scripts />` instead ([#8636](https://github.com/remix-run/remix/pull/8636))
10386

10487
**This is a breaking change for projects using the unstable Vite plugin.**
@@ -136,7 +119,11 @@
136119
```
137120

138121
- Vite: Add `buildEnd` hook ([#8620](https://github.com/remix-run/remix/pull/8620))
122+
123+
- Vite: add dev load context option to Cloudflare preset ([#8649](https://github.com/remix-run/remix/pull/8649))
124+
139125
- Vite: Add `mode` field into generated server build ([#8539](https://github.com/remix-run/remix/pull/8539))
126+
140127
- Vite: Only write Vite manifest files if `build.manifest` is enabled within the Vite config ([#8599](https://github.com/remix-run/remix/pull/8599))
141128

142129
**This is a breaking change for consumers of Vite's `manifest.json` files.**
@@ -151,6 +138,7 @@
151138
```
152139

153140
- Vite: reduce network calls for route modules during HMR ([#8591](https://github.com/remix-run/remix/pull/8591))
141+
154142
- Vite: Add new `buildDirectory` option with a default value of `"build"`. This replaces the old `assetsBuildDirectory` and `serverBuildDirectory` options which defaulted to `"build/client"` and `"build/server"` respectively. ([#8575](https://github.com/remix-run/remix/pull/8575))
155143

156144
**This is a breaking change for consumers of the Vite plugin that were using the `assetsBuildDirectory` and `serverBuildDirectory` options.**
@@ -173,16 +161,16 @@
173161
```
174162

175163
- Vite: Remove `unstable` prefix from `serverBundles` option. ([#8596](https://github.com/remix-run/remix/pull/8596))
164+
176165
- Vite: Write Vite manifest files to `build/.vite` directory rather than being nested within `build/client` and `build/server` directories. ([#8599](https://github.com/remix-run/remix/pull/8599))
177166

178167
**This is a breaking change for consumers of Vite's `manifest.json` files.**
179168

180169
Vite manifest files are now written to the Remix build directory. Since all Vite manifests are now in the same directory, they're no longer named `manifest.json`. Instead, they're named `build/.vite/client-manifest.json` and `build/.vite/server-manifest.json`, or `build/.vite/server-{BUNDLE_ID}-manifest.json` when using server bundles.
181170

182171
- Updated dependencies:
183-
- `@remix-run/server-runtime@2.6.0-pre.0`
184-
- `@remix-run/node@2.6.0-pre.0`
185-
- `@remix-run/serve@2.6.0-pre.0`
172+
- `@remix-run/server-runtime@2.6.0`
173+
- `@remix-run/node@2.6.0`
186174

187175
## 2.5.1
188176

packages/remix-dev/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/dev",
3-
"version": "2.6.0-pre.3",
3+
"version": "2.6.0",
44
"description": "Dev tools and CLI for Remix",
55
"homepage": "https://remix.run",
66
"bugs": {
@@ -28,9 +28,9 @@
2828
"@babel/types": "^7.22.5",
2929
"@mdx-js/mdx": "^2.3.0",
3030
"@npmcli/package-json": "^4.0.1",
31-
"@remix-run/node": "2.6.0-pre.3",
31+
"@remix-run/node": "2.6.0",
3232
"@remix-run/router": "1.15.0",
33-
"@remix-run/server-runtime": "2.6.0-pre.3",
33+
"@remix-run/server-runtime": "2.6.0",
3434
"@types/mdx": "^2.0.5",
3535
"@vanilla-extract/integration": "^6.2.0",
3636
"arg": "^5.0.1",
@@ -73,7 +73,7 @@
7373
"ws": "^7.4.5"
7474
},
7575
"devDependencies": {
76-
"@remix-run/serve": "2.6.0-pre.3",
76+
"@remix-run/serve": "2.6.0",
7777
"@types/cacache": "^17.0.0",
7878
"@types/cross-spawn": "^6.0.2",
7979
"@types/gunzip-maybe": "^1.4.0",
@@ -95,7 +95,7 @@
9595
"wrangler": "^3.24.0"
9696
},
9797
"peerDependencies": {
98-
"@remix-run/serve": "^2.6.0-pre.3",
98+
"@remix-run/serve": "^2.6.0",
9999
"typescript": "^5.1.0",
100100
"vite": "^5.0.0",
101101
"wrangler": "^3.24.0"

packages/remix-express/CHANGELOG.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,11 @@
11
# `@remix-run/express`
22

3-
## 2.6.0-pre.3
3+
## 2.6.0
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `@remix-run/node@2.6.0-pre.3`
9-
10-
## 2.6.0-pre.2
11-
12-
### Patch Changes
13-
14-
- Updated dependencies:
15-
- `@remix-run/node@2.6.0-pre.2`
16-
17-
## 2.6.0-pre.1
18-
19-
### Patch Changes
20-
21-
- Updated dependencies:
22-
- `@remix-run/node@2.6.0-pre.1`
23-
24-
## 2.6.0-pre.0
25-
26-
### Patch Changes
27-
28-
- Updated dependencies:
29-
- `@remix-run/node@2.6.0-pre.0`
8+
- `@remix-run/node@2.6.0`
309

3110
## 2.5.1
3211

packages/remix-express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/express",
3-
"version": "2.6.0-pre.3",
3+
"version": "2.6.0",
44
"description": "Express server request handler for Remix",
55
"bugs": {
66
"url": "https://github.com/remix-run/remix/issues"
@@ -14,7 +14,7 @@
1414
"main": "dist/index.js",
1515
"typings": "dist/index.d.ts",
1616
"dependencies": {
17-
"@remix-run/node": "2.6.0-pre.3"
17+
"@remix-run/node": "2.6.0"
1818
},
1919
"devDependencies": {
2020
"@types/express": "^4.17.9",

packages/remix-node/CHANGELOG.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,11 @@
11
# `@remix-run/node`
22

3-
## 2.6.0-pre.3
3+
## 2.6.0
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `@remix-run/server-runtime@2.6.0-pre.3`
9-
10-
## 2.6.0-pre.2
11-
12-
### Patch Changes
13-
14-
- Updated dependencies:
15-
- `@remix-run/server-runtime@2.6.0-pre.2`
16-
17-
## 2.6.0-pre.1
18-
19-
### Patch Changes
20-
21-
- Updated dependencies:
22-
- `@remix-run/server-runtime@2.6.0-pre.1`
23-
24-
## 2.6.0-pre.0
25-
26-
### Patch Changes
27-
28-
- Updated dependencies:
29-
- `@remix-run/server-runtime@2.6.0-pre.0`
8+
- `@remix-run/server-runtime@2.6.0`
309

3110
## 2.5.1
3211

packages/remix-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/node",
3-
"version": "2.6.0-pre.3",
3+
"version": "2.6.0",
44
"description": "Node.js platform abstractions for Remix",
55
"bugs": {
66
"url": "https://github.com/remix-run/remix/issues"
@@ -17,7 +17,7 @@
1717
"./install.js"
1818
],
1919
"dependencies": {
20-
"@remix-run/server-runtime": "2.6.0-pre.3",
20+
"@remix-run/server-runtime": "2.6.0",
2121
"@remix-run/web-fetch": "^4.4.2",
2222
"@remix-run/web-file": "^3.1.0",
2323
"@remix-run/web-stream": "^1.1.0",

packages/remix-serve/CHANGELOG.md

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,12 @@
11
# `@remix-run/serve`
22

3-
## 2.6.0-pre.3
3+
## 2.6.0
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `@remix-run/express@2.6.0-pre.3`
9-
- `@remix-run/node@2.6.0-pre.3`
10-
11-
## 2.6.0-pre.2
12-
13-
### Patch Changes
14-
15-
- Updated dependencies:
16-
- `@remix-run/express@2.6.0-pre.2`
17-
- `@remix-run/node@2.6.0-pre.2`
18-
19-
## 2.6.0-pre.1
20-
21-
### Patch Changes
22-
23-
- Updated dependencies:
24-
- `@remix-run/express@2.6.0-pre.1`
25-
- `@remix-run/node@2.6.0-pre.1`
26-
27-
## 2.6.0-pre.0
28-
29-
### Patch Changes
30-
31-
- Updated dependencies:
32-
- `@remix-run/node@2.6.0-pre.0`
33-
- `@remix-run/express@2.6.0-pre.0`
8+
- `@remix-run/node@2.6.0`
9+
- `@remix-run/express@2.6.0`
3410

3511
## 2.5.1
3612

packages/remix-serve/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/serve",
3-
"version": "2.6.0-pre.3",
3+
"version": "2.6.0",
44
"description": "Production application server for Remix",
55
"bugs": {
66
"url": "https://github.com/remix-run/remix/issues"
@@ -15,8 +15,8 @@
1515
"remix-serve": "dist/cli.js"
1616
},
1717
"dependencies": {
18-
"@remix-run/express": "2.6.0-pre.3",
19-
"@remix-run/node": "2.6.0-pre.3",
18+
"@remix-run/express": "2.6.0",
19+
"@remix-run/node": "2.6.0",
2020
"chokidar": "^3.5.3",
2121
"compression": "^1.7.4",
2222
"express": "^4.17.1",

packages/remix-server-runtime/CHANGELOG.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# `@remix-run/server-runtime`
22

3-
## 2.6.0-pre.3
4-
5-
## 2.6.0-pre.2
6-
7-
## 2.6.0-pre.1
8-
9-
## 2.6.0-pre.0
3+
## 2.6.0
104

115
### Minor Changes
126

@@ -16,7 +10,7 @@
1610

1711
- Vite: Cloudflare Pages support ([#8531](https://github.com/remix-run/remix/pull/8531))
1812

19-
To get started with Cloudflare, you can use the [`unstable-vite-cloudflare`][template-vite-cloudflare] template:
13+
To get started with Cloudflare, you can use the \[`unstable-vite-cloudflare`]\[template-vite-cloudflare] template:
2014

2115
```shellscript nonumber
2216
npx create-remix@latest --template remix-run/remix/templates/unstable-vite-cloudflare
@@ -25,7 +19,7 @@
2519
Or read the new docs at [Future > Vite > Cloudflare](https://remix.run/docs/en/main/future/vite#cloudflare) and
2620
[Future > Vite > Migrating > Migrating Cloudflare Functions](https://remix.run/docs/en/main/future/vite#migrating-cloudflare-functions).
2721

28-
- Unwrap thrown `Response`'s from `entry.server` into `ErrorResponse`s and preserve the status code ([#8577](https://github.com/remix-run/remix/pull/8577))
22+
- Unwrap thrown `Response`'s from `entry.server` into `ErrorResponse`'s and preserve the status code ([#8577](https://github.com/remix-run/remix/pull/8577))
2923

3024
## 2.5.1
3125

packages/remix-server-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/server-runtime",
3-
"version": "2.6.0-pre.3",
3+
"version": "2.6.0",
44
"description": "Server runtime for Remix",
55
"bugs": {
66
"url": "https://github.com/remix-run/remix/issues"

0 commit comments

Comments
 (0)