File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 9494 " clean-eels-beg" ,
9595 " clean-melons-wash" ,
9696 " clean-shirts-yawn" ,
97+ " clean-sloths-nail" ,
9798 " clever-chefs-relate" ,
9899 " clever-maps-travel" ,
99100 " clever-rockets-burn" ,
318319 " great-icons-retire" ,
319320 " great-plums-pretend" ,
320321 " green-baboons-sip" ,
322+ " green-cameras-bake" ,
321323 " green-eggs-approve" ,
322324 " green-fishes-lie" ,
323325 " green-hounds-play" ,
513515 " nervous-dolphins-allow" ,
514516 " nervous-ducks-repeat" ,
515517 " nervous-spoons-relax" ,
518+ " nervous-squids-drop" ,
516519 " nervous-turkeys-end" ,
517520 " new-baboons-fetch" ,
518521 " new-boats-wait" ,
709712 " silent-rocks-yell" ,
710713 " silly-ducks-mix" ,
711714 " silly-fishes-deny" ,
715+ " silly-houses-promise" ,
712716 " silly-laws-happen" ,
713717 " silly-lies-film" ,
714718 " silly-masks-exist" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.266
4+
5+ ### Patch Changes
6+
7+ - fix: ensure local prop value is read during teardown ([ #13611 ] ( https://github.com/sveltejs/svelte/pull/13611 ) )
8+
9+ - fix: take snippets into account when scoping CSS ([ #13589 ] ( https://github.com/sveltejs/svelte/pull/13589 ) )
10+
11+ - breaking: scope ` :not(...) ` selectors ([ #13568 ] ( https://github.com/sveltejs/svelte/pull/13568 ) )
12+
13+ - breaking: scope ` :has(...) ` selectors ([ #13567 ] ( https://github.com/sveltejs/svelte/pull/13567 ) )
14+
315## 5.0.0-next.265
416
517### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.265 " ,
5+ "version" : " 5.0.0-next.266 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.265 ' ;
9+ export const VERSION = '5.0.0-next.266 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments