Skip to content

Commit 796ab56

Browse files
chore: release (alpha)
1 parent 7077a49 commit 796ab56

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
"changesets": [
99
"brave-baboons-talk",
1010
"chilled-turkeys-leave",
11+
"eight-months-camp",
1112
"little-gifts-wave",
1213
"nasty-ladybugs-trade",
13-
"sharp-llamas-grab"
14+
"sharp-llamas-grab",
15+
"wicked-laws-bake"
1416
]
1517
}

packages/start/CHANGELOG.md

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

3+
## 2.0.0-alpha.2
4+
5+
### Patch Changes
6+
7+
- 7077a49: Fixed CSS from shared chunks not being collected via the chunk name.
8+
- a620eeb: Fixed virtual module CSS not being collected in vite dev.
9+
310
## 2.0.0-alpha.1
411

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