Skip to content

Commit 56217a3

Browse files
authored
Merge pull request #268 from solidjs/changeset-release/next
Version Packages (next)
2 parents 7127c8b + 96be864 commit 56217a3

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
},
77
"changesets": [
88
"clean-lazy-entries",
9+
"client-manifest-outdir",
910
"dev-css-and-client-manifest",
1011
"empty-dragons-grow",
1112
"lazy-load-native-compiler",

CHANGELOG.md

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

3+
## 3.0.0-next.9
4+
5+
### Patch Changes
6+
7+
- 7127c8b: Resolve the client build manifest from the client environment's actual output directory in builder-mode builds instead of assuming `dist/client`. Frameworks that relocate the client outDir (e.g. SolidStart's nitro plugin building to `.solid-start/client`) previously got the dev-shaped fallback manifest in their SSR bundle, breaking production asset resolution.
8+
39
## 3.0.0-next.8
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-solid",
3-
"version": "3.0.0-next.8",
3+
"version": "3.0.0-next.9",
44
"description": "solid-js integration plugin for vite 3/4/5/6/7",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)