Skip to content

Commit 6224cac

Browse files
chore: release (alpha)
1 parent 9c1c936 commit 6224cac

5 files changed

Lines changed: 30 additions & 3 deletions

File tree

.changeset/pre.json

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

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-alpha.0",
55
"type": "module",
66
"scripts": {
77
"build": "tsc",

packages/start/CHANGELOG.md

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

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

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