File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 2222 " angry-weeks-design" ,
2323 " beige-clocks-notice" ,
2424 " beige-cobras-smoke" ,
25+ " beige-donkeys-exercise" ,
2526 " beige-flies-wash" ,
2627 " beige-gifts-appear" ,
2728 " beige-lamps-ring" ,
184185 " eleven-cycles-applaud" ,
185186 " eleven-donuts-sit" ,
186187 " eleven-hounds-pump" ,
188+ " eleven-humans-kneel" ,
187189 " eleven-icons-sniff" ,
188190 " eleven-peaches-tap" ,
189191 " eleven-teachers-drive" ,
448450 " loud-penguins-unite" ,
449451 " loud-ravens-drop" ,
450452 " loud-socks-look" ,
453+ " loud-walls-wave" ,
451454 " lovely-bugs-sneeze" ,
452455 " lovely-carpets-lick" ,
453456 " lovely-houses-own" ,
526529 " ninety-days-visit" ,
527530 " ninety-dingos-walk" ,
528531 " ninety-dots-train" ,
532+ " ninety-months-laugh" ,
529533 " ninety-rockets-battle" ,
530534 " odd-buckets-lie" ,
531535 " odd-needles-joke" ,
731735 " slimy-news-help" ,
732736 " slimy-onions-approve" ,
733737 " slimy-walls-draw" ,
738+ " slow-badgers-invite" ,
734739 " slow-beds-shave" ,
735740 " slow-chefs-dream" ,
736741 " slow-gorillas-yawn" ,
764769 " soft-clocks-remember" ,
765770 " soft-geese-learn" ,
766771 " soft-months-grab" ,
772+ " soft-stingrays-attend" ,
767773 " soft-tigers-wink" ,
768774 " sour-bags-fail" ,
769775 " sour-forks-stare" ,
899905 " twelve-bears-worry" ,
900906 " twelve-cows-learn" ,
901907 " twelve-dragons-join" ,
908+ " twelve-mayflies-decide" ,
902909 " twelve-onions-juggle" ,
903910 " twelve-scissors-kneel" ,
904911 " twelve-shrimps-run" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.265
4+
5+ ### Patch Changes
6+
7+ - fix: ensure source and filename are known to compileModule's source map ([ #13546 ] ( https://github.com/sveltejs/svelte/pull/13546 ) )
8+
9+ - fix: cleanup non-branch effects created inside block effects ([ #13600 ] ( https://github.com/sveltejs/svelte/pull/13600 ) )
10+
11+ - fix: do no rerun the each block when array change from empty to empty ([ #13553 ] ( https://github.com/sveltejs/svelte/pull/13553 ) )
12+
13+ - fix: ensure effects destroy owned deriveds upon teardown ([ #13563 ] ( https://github.com/sveltejs/svelte/pull/13563 ) )
14+
15+ - fix: avoid assigning input.value if the value is the same to fix ` minlength ` ([ #13574 ] ( https://github.com/sveltejs/svelte/pull/13574 ) )
16+
17+ - fix: use ` analysis.name ` when migrating ` <svelte:self> ` ([ #13544 ] ( https://github.com/sveltejs/svelte/pull/13544 ) )
18+
19+ - fix: strip BOM character from input ([ #13548 ] ( https://github.com/sveltejs/svelte/pull/13548 ) )
20+
321## 5.0.0-next.264
422
523### 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.264 " ,
5+ "version" : " 5.0.0-next.265 " ,
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.264 ' ;
9+ export const VERSION = '5.0.0-next.265 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments