File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed
Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 318318 " great-icons-retire" ,
319319 " great-plums-pretend" ,
320320 " green-baboons-sip" ,
321+ " green-cameras-bake" ,
321322 " green-eggs-approve" ,
322323 " green-fishes-lie" ,
323324 " green-hounds-play" ,
513514 " nervous-dolphins-allow" ,
514515 " nervous-ducks-repeat" ,
515516 " nervous-spoons-relax" ,
517+ " nervous-squids-drop" ,
516518 " nervous-turkeys-end" ,
517519 " new-baboons-fetch" ,
518520 " new-boats-wait" ,
709711 " silent-rocks-yell" ,
710712 " silly-ducks-mix" ,
711713 " silly-fishes-deny" ,
714+ " silly-houses-promise" ,
712715 " silly-laws-happen" ,
713716 " silly-lies-film" ,
714717 " 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: take snippets into account when scoping CSS ([ #13589 ] ( https://github.com/sveltejs/svelte/pull/13589 ) )
8+
9+ - breaking: scope ` :not(...) ` selectors ([ #13568 ] ( https://github.com/sveltejs/svelte/pull/13568 ) )
10+
11+ - breaking: scope ` :has(...) ` selectors ([ #13567 ] ( https://github.com/sveltejs/svelte/pull/13567 ) )
12+
313## 5.0.0-next.265
414
515### 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