Skip to content

Commit 0b22145

Browse files
chore: release (alpha)
1 parent d4be1b6 commit 0b22145

File tree

5 files changed

+28
-2
lines changed

5 files changed

+28
-2
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,20 @@
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",
23+
"rare-canyons-travel",
1924
"sharp-llamas-grab",
25+
"smooth-foxes-taste",
2026
"tricky-hounds-relate",
2127
"wicked-laws-bake"
2228
]

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: 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.3
4+
5+
### Minor Changes
6+
7+
- 798b285: Updated dependencies.
8+
- f6f0452: seroval json mode
9+
- d4be1b6: Add new directives plugin with shorter function IDs and inner declaration support
10+
- b9c4ade: feat: add `env:*` runtime environment variables support
11+
12+
### Patch Changes
13+
14+
- ff9607c: import DevEnvironment and Rollup as type from vite
15+
- 2885905: fix: clone request headers in single-flight to avoid mutating immutable headers
16+
317
## 2.0.0-alpha.2
418

519
### 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)