File tree 4 files changed +15
-2
lines changed
4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 29
29
" fresh-weeks-trade" ,
30
30
" funny-wombats-argue" ,
31
31
" good-pianos-jump" ,
32
+ " green-eggs-approve" ,
32
33
" green-hounds-play" ,
33
34
" honest-icons-change" ,
34
35
" hungry-dots-fry" ,
59
60
" sour-rules-march" ,
60
61
" strong-lemons-provide" ,
61
62
" tall-shrimps-worry" ,
63
+ " ten-worms-reflect" ,
62
64
" thirty-flowers-sit" ,
63
65
" thirty-ghosts-fix" ,
64
66
" thirty-impalas-repair" ,
65
67
" tiny-kings-whisper" ,
66
68
" two-falcons-buy" ,
69
+ " wet-games-fly" ,
67
70
" wicked-clouds-exercise" ,
68
71
" wicked-doors-train"
69
72
]
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
13
## 5.0.0-next.11
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.11 " ,
5
+ "version" : " 5.0.0-next.12 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.11 ' ;
9
+ export const VERSION = '5.0.0-next.12 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments