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 2929 " fresh-weeks-trade" ,
3030 " funny-wombats-argue" ,
3131 " good-pianos-jump" ,
32+ " green-eggs-approve" ,
3233 " green-hounds-play" ,
3334 " honest-icons-change" ,
3435 " hungry-dots-fry" ,
5960 " sour-rules-march" ,
6061 " strong-lemons-provide" ,
6162 " tall-shrimps-worry" ,
63+ " ten-worms-reflect" ,
6264 " thirty-flowers-sit" ,
6365 " thirty-ghosts-fix" ,
6466 " thirty-impalas-repair" ,
6567 " tiny-kings-whisper" ,
6668 " two-falcons-buy" ,
69+ " wet-games-fly" ,
6770 " wicked-clouds-exercise" ,
6871 " wicked-doors-train"
6972 ]
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.12
4+
5+ ### Patch Changes
6+
7+ - fix: adjust mount and createRoot types ([ ` 63e583184 ` ] ( https://github.com/sveltejs/svelte/commit/63e58318460dbb3485df93d15beb2779a86d2c9a ) )
8+
9+ - fix: remove constructor overload ([ ` cb4b1f0a1 ` ] ( https://github.com/sveltejs/svelte/commit/cb4b1f0a189803bed04adcb90fbd4334782e8469 ) )
10+
11+ - fix: type-level back-compat for default slot and children prop ([ ` a3bc7d569 ` ] ( https://github.com/sveltejs/svelte/commit/a3bc7d5698425ec9dde86eb302f2fd56d9da8f96 ) )
12+
313## 5.0.0-next.11
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.11 " ,
5+ "version" : " 5.0.0-next.12 " ,
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.11 ' ;
9+ export const VERSION = '5.0.0-next.12 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments