File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-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" ,
448449 " loud-penguins-unite" ,
449450 " loud-ravens-drop" ,
450451 " loud-socks-look" ,
452+ " loud-walls-wave" ,
451453 " lovely-bugs-sneeze" ,
452454 " lovely-carpets-lick" ,
453455 " lovely-houses-own" ,
526528 " ninety-days-visit" ,
527529 " ninety-dingos-walk" ,
528530 " ninety-dots-train" ,
531+ " ninety-months-laugh" ,
529532 " ninety-rockets-battle" ,
530533 " odd-buckets-lie" ,
531534 " odd-needles-joke" ,
731734 " slimy-news-help" ,
732735 " slimy-onions-approve" ,
733736 " slimy-walls-draw" ,
737+ " slow-badgers-invite" ,
734738 " slow-beds-shave" ,
735739 " slow-chefs-dream" ,
736740 " slow-gorillas-yawn" ,
764768 " soft-clocks-remember" ,
765769 " soft-geese-learn" ,
766770 " soft-months-grab" ,
771+ " soft-stingrays-attend" ,
767772 " soft-tigers-wink" ,
768773 " sour-bags-fail" ,
769774 " sour-forks-stare" ,
899904 " twelve-bears-worry" ,
900905 " twelve-cows-learn" ,
901906 " twelve-dragons-join" ,
907+ " twelve-mayflies-decide" ,
902908 " twelve-onions-juggle" ,
903909 " twelve-scissors-kneel" ,
904910 " 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: do no rerun the each block when array change from empty to empty ([ #13553 ] ( https://github.com/sveltejs/svelte/pull/13553 ) )
10+
11+ - fix: ensure effects destroy owned deriveds upon teardown ([ #13563 ] ( https://github.com/sveltejs/svelte/pull/13563 ) )
12+
13+ - fix: avoid assigning input.value if the value is the same to fix ` minlength ` ([ #13574 ] ( https://github.com/sveltejs/svelte/pull/13574 ) )
14+
15+ - fix: use ` analysis.name ` when migrating ` <svelte:self> ` ([ #13544 ] ( https://github.com/sveltejs/svelte/pull/13544 ) )
16+
17+ - fix: strip BOM character from input ([ #13548 ] ( https://github.com/sveltejs/svelte/pull/13548 ) )
18+
319## 5.0.0-next.264
420
521### 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