File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 6666 " forty-comics-invent" ,
6767 " forty-dolls-wave" ,
6868 " forty-peaches-unite" ,
69+ " forty-suns-smile" ,
6970 " four-flies-hammer" ,
7071 " fresh-weeks-trade" ,
7172 " friendly-candles-relate" ,
115116 " long-buckets-lay" ,
116117 " long-crews-return" ,
117118 " loud-cheetahs-flow" ,
119+ " loud-ravens-drop" ,
118120 " lovely-carpets-lick" ,
119121 " lovely-items-turn" ,
120122 " lovely-rules-eat" ,
207209 " sweet-pens-sniff" ,
208210 " swift-donkeys-perform" ,
209211 " swift-fans-stare" ,
212+ " swift-feet-juggle" ,
210213 " swift-ravens-hunt" ,
211214 " swift-seahorses-deliver" ,
212215 " tall-books-grin" ,
230233 " thirty-pears-hug" ,
231234 " thirty-wombats-relax" ,
232235 " three-camels-sell" ,
236+ " three-icons-trade" ,
233237 " three-suits-grin" ,
234238 " tidy-buses-whisper" ,
235239 " tidy-starfishes-allow" ,
Original file line number Diff line number Diff line change 11# svelte
22
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: handle nested script tags ([ #10416 ] ( https://github.com/sveltejs/svelte/pull/10416 ) )
10+
11+ - fix: correctly determine binding scope of ` let: ` directives ([ #10395 ] ( https://github.com/sveltejs/svelte/pull/10395 ) )
12+
13+ - fix: run ` onDestroy ` callbacks during SSR ([ #10297 ] ( https://github.com/sveltejs/svelte/pull/10297 ) )
14+
315## 5.0.0-next.48
416
517### 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.48 " ,
5+ "version" : " 5.0.0-next.49 " ,
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.48 ' ;
9+ export const VERSION = '5.0.0-next.49 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments