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 9494 " giant-roses-press" ,
9595 " good-cars-visit" ,
9696 " good-pianos-jump" ,
97+ " good-rivers-yawn" ,
9798 " gorgeous-singers-rest" ,
9899 " great-fans-unite" ,
99100 " great-icons-retire" ,
120121 " khaki-moose-arrive" ,
121122 " kind-baboons-approve" ,
122123 " kind-deers-lay" ,
124+ " kind-dots-sort" ,
123125 " kind-eagles-join" ,
124126 " kind-rings-flash" ,
125127 " large-clouds-carry" ,
188190 " rare-worms-hunt" ,
189191 " real-guests-do" ,
190192 " real-items-suffer" ,
193+ " real-pandas-brush" ,
191194 " red-doors-own" ,
192195 " red-feet-worry" ,
193196 " rich-cobras-exist" ,
275278 " thirty-wombats-relax" ,
276279 " three-camels-sell" ,
277280 " three-icons-trade" ,
281+ " three-papayas-buy" ,
278282 " three-suits-grin" ,
279283 " tidy-buses-whisper" ,
280284 " tidy-starfishes-allow" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.63
4+
5+ ### Patch Changes
6+
7+ - fix: handle member expressions in directives ([ #10576 ] ( https://github.com/sveltejs/svelte/pull/10576 ) )
8+
9+ - fix: remove memory leak ([ #10570 ] ( https://github.com/sveltejs/svelte/pull/10570 ) )
10+
11+ - fix: call beforeUpdate/afterUpdate callbacks when props are mutated ([ #10570 ] ( https://github.com/sveltejs/svelte/pull/10570 ) )
12+
13+ - fix: improve props spreading logic ([ #10574 ] ( https://github.com/sveltejs/svelte/pull/10574 ) )
14+
315## 5.0.0-next.62
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.62 " ,
5+ "version" : " 5.0.0-next.63 " ,
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.62 ' ;
9+ export const VERSION = '5.0.0-next.63 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments