Skip to content

Commit 4a8d415

Browse files
chore: release (alpha) (#2031)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d4cc548 commit 4a8d415

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.changeset/pre.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,11 @@
55
"@solidjs/start": "2.0.0-alpha.0",
66
"@solidjs/vite-plugin-nitro-2": "0.1.0"
77
},
8-
"changesets": []
8+
"changesets": [
9+
"brave-baboons-talk",
10+
"chilled-turkeys-leave",
11+
"little-gifts-wave",
12+
"nasty-ladybugs-trade",
13+
"sharp-llamas-grab"
14+
]
915
}

packages/start/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# @solidjs/start
2+
3+
## 2.0.0-alpha.1
4+
5+
### Patch Changes
6+
7+
- 8256190: Rework `@solidjs/start/env`
8+
- 6cbba24: Fix multiple Set-Cookie headers being lost on redirect responses
9+
- d4cc548: ## Bump Seroval
10+
11+
- version `1.4.1`
12+
13+
- dd40610: Handle base url in api routes
14+
- 0c8a5e2: export server types from /server

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.0",
3+
"version": "2.0.0-alpha.1",
44
"type": "module",
55
"scripts": {
66
"build": "pnpm validate-imports && tsc && node scripts/build.js",

0 commit comments

Comments
 (0)