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 9898 " cool-poems-watch" ,
9999 " cool-rabbits-tickle" ,
100100 " cool-roses-trade" ,
101+ " cool-turtles-travel" ,
101102 " cuddly-pianos-drop" ,
102103 " cuddly-points-tickle" ,
103104 " curly-cooks-cheer" ,
618619 " smooth-pens-exist" ,
619620 " smooth-pens-protect" ,
620621 " smooth-rings-rush" ,
622+ " smooth-windows-explain" ,
621623 " soft-clocks-remember" ,
622624 " soft-geese-learn" ,
623625 " soft-months-grab" ,
653655 " strong-pans-doubt" ,
654656 " stupid-bottles-lay" ,
655657 " stupid-parents-crash" ,
658+ " stupid-rivers-stare" ,
656659 " sweet-bottles-check" ,
657660 " sweet-mangos-beg" ,
658661 " sweet-pens-sniff" ,
785788 " wise-ties-clap" ,
786789 " witty-bikes-shave" ,
787790 " witty-camels-warn" ,
791+ " witty-frogs-cheat" ,
788792 " witty-hornets-think" ,
789793 " witty-phones-retire" ,
790794 " witty-readers-provide" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.213
4+
5+ ### Patch Changes
6+
7+ - fix: ensure custom elements do not sync flush on mount ([ #12787 ] ( https://github.com/sveltejs/svelte/pull/12787 ) )
8+
9+ - fix: ensure event handlers referencing $host are not hoisted ([ #12775 ] ( https://github.com/sveltejs/svelte/pull/12775 ) )
10+
11+ - fix: provide more hydration mismatch coverage ([ #12755 ] ( https://github.com/sveltejs/svelte/pull/12755 ) )
12+
13+ - chore: simpler fallback values ([ #12788 ] ( https://github.com/sveltejs/svelte/pull/12788 ) )
14+
315## 5.0.0-next.212
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.212 " ,
5+ "version" : " 5.0.0-next.213 " ,
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.212 ' ;
9+ export const VERSION = '5.0.0-next.213 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments