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 26
26
" curly-lizards-dream" ,
27
27
" dirty-garlics-design" ,
28
28
" dirty-tips-add" ,
29
+ " dull-mangos-wave" ,
29
30
" early-ads-tie" ,
30
31
" eight-steaks-shout" ,
31
32
" eighty-bikes-camp" ,
38
39
" five-tigers-search" ,
39
40
" flat-melons-protect" ,
40
41
" forty-comics-invent" ,
42
+ " four-flies-hammer" ,
41
43
" fresh-weeks-trade" ,
42
44
" friendly-lies-camp" ,
43
45
" funny-wombats-argue" ,
140
142
" wet-games-fly" ,
141
143
" wicked-clouds-exercise" ,
142
144
" wicked-doors-train" ,
145
+ " wild-foxes-wonder" ,
143
146
" wise-dancers-hang" ,
144
147
" wise-donkeys-marry" ,
145
148
" witty-camels-warn"
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
13
## 5.0.0-next.24
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.24 " ,
5
+ "version" : " 5.0.0-next.25 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.24 ' ;
9
+ export const VERSION = '5.0.0-next.25 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments