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 436436 " lovely-rules-eat" ,
437437 " lovely-zebras-own" ,
438438 " lucky-colts-remember" ,
439+ " lucky-drinks-push" ,
439440 " lucky-experts-float" ,
440441 " lucky-geckos-swim" ,
441442 " lucky-panthers-chew" ,
543544 " plenty-clouds-reply" ,
544545 " plenty-elephants-fry" ,
545546 " plenty-items-build" ,
547+ " plenty-rings-stare" ,
546548 " plenty-starfishes-dress" ,
547549 " plenty-turkeys-raise" ,
548550 " plenty-zoos-fix" ,
663665 " shy-fishes-drive" ,
664666 " shy-scissors-smile" ,
665667 " silent-apes-report" ,
668+ " silent-elephants-film" ,
666669 " silent-hats-stare" ,
667670 " silent-rabbits-join" ,
668671 " silent-rocks-yell" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.252
4+
5+ ### Patch Changes
6+
7+ - fix: handle ` $Props ` interface during migration ([ #13305 ] ( https://github.com/sveltejs/svelte/pull/13305 ) )
8+
9+ - fix: attach effects-inside-deriveds to the parent of the derived ([ #13309 ] ( https://github.com/sveltejs/svelte/pull/13309 ) )
10+
11+ - fix: simplify and robustify appending styles ([ #13303 ] ( https://github.com/sveltejs/svelte/pull/13303 ) )
12+
313## 5.0.0-next.251
414
515### 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.251 " ,
5+ "version" : " 5.0.0-next.252 " ,
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.251 ' ;
9+ export const VERSION = '5.0.0-next.252 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments