Skip to content

Commit 8049627

Browse files
chore: release (alpha) (#2046)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Atila Fassina <atila@fassina.eu>
1 parent 9c479ee commit 8049627

File tree

9 files changed

+36
-7
lines changed

9 files changed

+36
-7
lines changed

.changeset/chilled-turkeys-leave.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"@solidjs/start": patch
33
---
44

5-
Fix multiple Set-Cookie headers being lost on redirect responses
5+
Fix multiple `Set-Cookie` headers being lost on redirect responses

.changeset/eager-wings-crash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"@solidjs/start": minor
33
---
44

5-
fix onBeforeResponse
5+
fix `body` being `undefined` for `onBeforeResponse` middlewares

.changeset/nasty-ladybugs-trade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"@solidjs/start": patch
33
---
44

5-
Handle base url in api routes
5+
Handle base url in API routes

.changeset/pre.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,17 @@
77
},
88
"changesets": [
99
"brave-baboons-talk",
10+
"calm-paths-pull",
1011
"chilled-turkeys-leave",
12+
"eager-wings-crash",
13+
"eight-months-camp",
14+
"fifty-flies-yell",
15+
"fresh-eyes-bet",
1116
"little-gifts-wave",
17+
"moody-hands-check",
1218
"nasty-ladybugs-trade",
13-
"sharp-llamas-grab"
19+
"sharp-llamas-grab",
20+
"tricky-hounds-relate",
21+
"wicked-laws-bake"
1422
]
1523
}

.changeset/sharp-llamas-grab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"@solidjs/start": patch
33
---
44

5-
export server types from /server
5+
export server types from `/server`

packages/start-nitro-v2-vite-plugin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @solidjs/vite-plugin-nitro-2
22

3+
## 0.2.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- 9c1c936: fix edge presets like netlify and cloudflare
8+
- 64b0c2c: needed to avoid weird issues like Cannot resolve "@tailwindcss/oxide-android-arm64/package.json"
9+
310
## 0.1.0
411

512
### Minor Changes

packages/start-nitro-v2-vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@solidjs/vite-plugin-nitro-2",
33
"description": "Nitro v2 plugin for development with SolidStart 2.0",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"type": "module",
66
"scripts": {
77
"build": "tsc",

packages/start/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @solidjs/start
22

3+
## 2.0.0-alpha.2
4+
5+
### Minor Changes
6+
7+
- 10bf932: Fix path resolution on Windows
8+
- 40d5a27: fix onBeforeResponse
9+
- 9201e71: fix text/html missing when ssr is false
10+
- a9cd2cc: add `vite preview` support
11+
12+
### Patch Changes
13+
14+
- 7077a49: Fixed CSS from shared chunks not being collected via the chunk name.
15+
- a620eeb: Fixed virtual module CSS not being collected in vite dev.
16+
317
## 2.0.0-alpha.1
418

519
### Patch Changes

packages/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidjs/start",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"type": "module",
55
"scripts": {
66
"build": "pnpm validate-imports && tsc && node scripts/build.js",

0 commit comments

Comments
 (0)