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 66
66
" forty-comics-invent" ,
67
67
" forty-dolls-wave" ,
68
68
" forty-peaches-unite" ,
69
+ " forty-suns-smile" ,
69
70
" four-flies-hammer" ,
70
71
" fresh-weeks-trade" ,
71
72
" friendly-candles-relate" ,
207
208
" sweet-pens-sniff" ,
208
209
" swift-donkeys-perform" ,
209
210
" swift-fans-stare" ,
211
+ " swift-feet-juggle" ,
210
212
" swift-ravens-hunt" ,
211
213
" swift-seahorses-deliver" ,
212
214
" tall-books-grin" ,
230
232
" thirty-pears-hug" ,
231
233
" thirty-wombats-relax" ,
232
234
" three-camels-sell" ,
235
+ " three-icons-trade" ,
233
236
" three-suits-grin" ,
234
237
" tidy-buses-whisper" ,
235
238
" tidy-starfishes-allow" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.49
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: properly analyze group expressions ([ #10410 ] ( https://github.com/sveltejs/svelte/pull/10410 ) )
8
+
9
+ - fix: correctly determine binding scope of ` let: ` directives ([ #10395 ] ( https://github.com/sveltejs/svelte/pull/10395 ) )
10
+
11
+ - fix: run ` onDestroy ` callbacks during SSR ([ #10297 ] ( https://github.com/sveltejs/svelte/pull/10297 ) )
12
+
3
13
## 5.0.0-next.48
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.48 " ,
5
+ "version" : " 5.0.0-next.49 " ,
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.48 ' ;
9
+ export const VERSION = '5.0.0-next.49 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments