File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-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" ,
154156 " quiet-crabs-nail" ,
155157 " quiet-timers-speak" ,
156158 " rare-pears-whisper" ,
159+ " rare-worms-hunt" ,
157160 " real-guests-do" ,
158161 " real-items-suffer" ,
159162 " red-doors-own" ,
207210 " sweet-pens-sniff" ,
208211 " swift-donkeys-perform" ,
209212 " swift-fans-stare" ,
213+ " swift-feet-juggle" ,
210214 " swift-ravens-hunt" ,
211215 " swift-seahorses-deliver" ,
212216 " tall-books-grin" ,
230234 " thirty-pears-hug" ,
231235 " thirty-wombats-relax" ,
232236 " three-camels-sell" ,
237+ " three-icons-trade" ,
233238 " three-suits-grin" ,
234239 " tidy-buses-whisper" ,
235240 " 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: only update lazy properties that have actually changed ([ #10415 ] ( https://github.com/sveltejs/svelte/pull/10415 ) )
12+
13+ - fix: correctly determine binding scope of ` let: ` directives ([ #10395 ] ( https://github.com/sveltejs/svelte/pull/10395 ) )
14+
15+ - fix: run ` onDestroy ` callbacks during SSR ([ #10297 ] ( https://github.com/sveltejs/svelte/pull/10297 ) )
16+
317## 5.0.0-next.48
418
519### 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