Skip to content

Commit d1504ac

Browse files
Version Packages (next)
1 parent 5605e8c commit d1504ac

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

.changeset/pre.json

+7
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
1414
"angry-books-jam",
1515
"angry-plums-punch",
1616
"beige-flies-wash",
17+
"beige-mirrors-listen",
1718
"beige-rabbits-shave",
1819
"big-cars-serve",
20+
"big-eggs-flash",
1921
"big-eyes-carry",
2022
"big-geese-act",
2123
"blue-timers-film",
@@ -24,16 +26,19 @@
2426
"breezy-carrots-flash",
2527
"bright-peas-juggle",
2628
"bright-snakes-sing",
29+
"brown-months-fry",
2730
"brown-spoons-boil",
2831
"chatty-cups-drop",
2932
"chatty-taxis-juggle",
3033
"chilled-pumas-invite",
3134
"chilly-dolphins-lick",
35+
"chilly-snakes-scream",
3236
"clean-eels-beg",
3337
"clever-chefs-relate",
3438
"clever-rockets-burn",
3539
"cold-birds-own",
3640
"cool-ants-leave",
41+
"cool-rabbits-tickle",
3742
"cuddly-pianos-drop",
3843
"curly-lizards-dream",
3944
"curvy-cups-cough",
@@ -67,6 +72,7 @@
6772
"fifty-steaks-float",
6873
"five-tigers-search",
6974
"flat-melons-protect",
75+
"fluffy-dolls-share",
7076
"fluffy-humans-worry",
7177
"forty-comics-invent",
7278
"forty-dolls-wave",
@@ -247,6 +253,7 @@
247253
"ten-worms-reflect",
248254
"thick-cycles-rule",
249255
"thick-pans-tell",
256+
"thick-shirts-deliver",
250257
"thin-foxes-lick",
251258
"thirty-flowers-sit",
252259
"thirty-ghosts-fix",

packages/svelte/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# svelte
22

3+
## 5.0.0-next.57
4+
5+
### Patch Changes
6+
7+
- fix: correctly scope CSS selectors with descendant combinators ([#10490](https://github.com/sveltejs/svelte/pull/10490))
8+
9+
- feat: implement support for `:is(...)` and `:where(...)` ([#10490](https://github.com/sveltejs/svelte/pull/10490))
10+
11+
- chore: treeshake unused store subscriptions in SSR mode ([#10506](https://github.com/sveltejs/svelte/pull/10506))
12+
13+
- fix: warn against accidental global event referenced ([#10442](https://github.com/sveltejs/svelte/pull/10442))
14+
15+
- fix: improve bind:this support for each blocks ([#10510](https://github.com/sveltejs/svelte/pull/10510))
16+
17+
- feat: implement nested CSS support ([#10490](https://github.com/sveltejs/svelte/pull/10490))
18+
19+
- breaking: encapsulate/remove selectors inside `:is(...)` and `:where(...)` ([#10490](https://github.com/sveltejs/svelte/pull/10490))
20+
321
## 5.0.0-next.56
422

523
### Patch Changes

packages/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svelte",
33
"description": "Cybernetically enhanced web apps",
44
"license": "MIT",
5-
"version": "5.0.0-next.56",
5+
"version": "5.0.0-next.57",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* https://svelte.dev/docs/svelte-compiler#svelte-version
77
* @type {string}
88
*/
9-
export const VERSION = '5.0.0-next.56';
9+
export const VERSION = '5.0.0-next.57';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)