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 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" ,
764766 " soft-clocks-remember" ,
765767 " soft-geese-learn" ,
766768 " soft-months-grab" ,
769+ " soft-stingrays-attend" ,
767770 " soft-tigers-wink" ,
768771 " sour-bags-fail" ,
769772 " sour-forks-stare" ,
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: use ` analysis.name ` when migrating ` <svelte:self> ` ([ #13544 ] ( https://github.com/sveltejs/svelte/pull/13544 ) )
12+
313## 5.0.0-next.264
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.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