File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 265265 " funny-bugs-kiss" ,
266266 " funny-cooks-clean" ,
267267 " funny-dragons-double" ,
268+ " funny-houses-kick" ,
268269 " funny-ties-jump" ,
269270 " funny-trees-cry" ,
270271 " funny-wombats-argue" ,
295296 " good-rice-tap" ,
296297 " good-rivers-yawn" ,
297298 " good-roses-argue" ,
299+ " good-vans-bake" ,
298300 " good-zebras-turn" ,
299301 " gorgeous-boxes-design" ,
300302 " gorgeous-coats-jog" ,
395397 " kind-spoons-return" ,
396398 " large-clouds-carry" ,
397399 " large-emus-cough" ,
400+ " large-rules-hang" ,
398401 " large-turkeys-deny" ,
399402 " large-waves-join" ,
400403 " late-bees-vanish" ,
452455 " lucky-schools-hang" ,
453456 " lucky-teachers-exist" ,
454457 " lucky-toes-begin" ,
458+ " many-fishes-warn" ,
455459 " many-rockets-give" ,
456460 " many-trees-fix" ,
457461 " mean-jokes-exist" ,
605609 " rare-mirrors-act" ,
606610 " rare-pears-whisper" ,
607611 " rare-worms-hunt" ,
612+ " real-camels-pay" ,
608613 " real-guests-do" ,
609614 " real-items-suffer" ,
610615 " real-pandas-brush" ,
616+ " real-timers-complain" ,
611617 " red-cycles-pretend" ,
612618 " red-doors-own" ,
613619 " red-feet-worry" ,
657663 " seven-masks-end" ,
658664 " seven-news-live" ,
659665 " seven-ravens-check" ,
666+ " seven-wombats-retire" ,
660667 " shaggy-cameras-live" ,
661668 " shaggy-comics-jog" ,
662669 " sharp-fishes-serve" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.261
4+
5+ ### Patch Changes
6+
7+ - fix: migrate ` $Props ` without creating non existent props ([ #13484 ] ( https://github.com/sveltejs/svelte/pull/13484 ) )
8+
9+ - feat: support migration of ` svelte:component ` ([ #13437 ] ( https://github.com/sveltejs/svelte/pull/13437 ) )
10+
11+ - feat: fix accessors and support migration of accessors ([ #13456 ] ( https://github.com/sveltejs/svelte/pull/13456 ) )
12+
13+ - fix: move labeled statements that need reordering after props insertion point ([ #13480 ] ( https://github.com/sveltejs/svelte/pull/13480 ) )
14+
15+ - feat: support migration of self closing tags ([ #13479 ] ( https://github.com/sveltejs/svelte/pull/13479 ) )
16+
17+ - fix: various ` svelte:component ` migration bugs ([ #13473 ] ( https://github.com/sveltejs/svelte/pull/13473 ) )
18+
19+ - fix: exclude type-only props from instance exports when migrating ([ #13485 ] ( https://github.com/sveltejs/svelte/pull/13485 ) )
20+
321## 5.0.0-next.260
422
523### 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.260 " ,
5+ "version" : " 5.0.0-next.261 " ,
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.260 ' ;
9+ export const VERSION = '5.0.0-next.261 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments