Skip to content

Commit e117fa0

Browse files
chore: release (alpha)
1 parent 2885905 commit e117fa0

File tree

5 files changed

+24
-2
lines changed

5 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,17 @@
99
"brave-baboons-talk",
1010
"calm-paths-pull",
1111
"chilled-turkeys-leave",
12+
"clean-actors-jam",
13+
"curly-waves-search",
1214
"eager-wings-crash",
1315
"eight-months-camp",
1416
"fifty-flies-yell",
1517
"fresh-eyes-bet",
18+
"funny-pandas-clean",
1619
"little-gifts-wave",
1720
"moody-hands-check",
1821
"nasty-ladybugs-trade",
22+
"plenty-geese-enter",
1923
"sharp-llamas-grab",
2024
"tricky-hounds-relate",
2125
"wicked-laws-bake"

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

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

3+
## 0.3.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- 798b285: Updated dependencies.
8+
39
## 0.2.0-alpha.0
410

511
### 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.2.0",
4+
"version": "0.3.0-alpha.0",
55
"type": "module",
66
"scripts": {
77
"build": "tsc",

packages/start/CHANGELOG.md

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

3+
## 2.0.0-alpha.3
4+
5+
### Minor Changes
6+
7+
- 798b285: Updated dependencies.
8+
- f6f0452: seroval json mode
9+
10+
### Patch Changes
11+
12+
- ff9607c: import DevEnvironment and Rollup as type from vite
13+
- 2885905: fix: clone request headers in single-flight to avoid mutating immutable headers
14+
315
## 2.0.0-alpha.2
416

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

0 commit comments

Comments
 (0)