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 2626 " curly-lizards-dream" ,
2727 " dirty-garlics-design" ,
2828 " dirty-tips-add" ,
29+ " dull-mangos-wave" ,
2930 " early-ads-tie" ,
3031 " eight-steaks-shout" ,
3132 " eighty-bikes-camp" ,
3839 " five-tigers-search" ,
3940 " flat-melons-protect" ,
4041 " forty-comics-invent" ,
42+ " four-flies-hammer" ,
4143 " fresh-weeks-trade" ,
4244 " friendly-lies-camp" ,
4345 " funny-wombats-argue" ,
140142 " wet-games-fly" ,
141143 " wicked-clouds-exercise" ,
142144 " wicked-doors-train" ,
145+ " wild-foxes-wonder" ,
143146 " wise-dancers-hang" ,
144147 " wise-donkeys-marry" ,
145148 " witty-camels-warn"
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.25
4+
5+ ### Patch Changes
6+
7+ - fix: improve whitespace handling ([ #9912 ] ( https://github.com/sveltejs/svelte/pull/9912 ) )
8+
9+ - fix: improve each block fallback handling ([ #9914 ] ( https://github.com/sveltejs/svelte/pull/9914 ) )
10+
11+ - fix: cleanup each block animations on destroy ([ #9917 ] ( https://github.com/sveltejs/svelte/pull/9917 ) )
12+
313## 5.0.0-next.24
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.24 " ,
5+ "version" : " 5.0.0-next.25 " ,
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.24 ' ;
9+ export const VERSION = '5.0.0-next.25 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments