File tree 4 files changed +12
-2
lines changed
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 38
38
" itchy-lions-wash" ,
39
39
" khaki-mails-draw" ,
40
40
" kind-deers-lay" ,
41
+ " kind-eagles-join" ,
41
42
" lazy-spiders-think" ,
42
43
" light-pens-watch" ,
43
44
" long-crews-return" ,
76
77
" thirty-impalas-repair" ,
77
78
" thirty-wombats-relax" ,
78
79
" tiny-kings-whisper" ,
80
+ " twelve-onions-juggle" ,
79
81
" two-falcons-buy" ,
80
82
" wet-games-fly" ,
81
83
" wicked-clouds-exercise" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.15
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: add children to element typings ([ #9679 ] ( https://github.com/sveltejs/svelte/pull/9679 ) )
8
+
9
+ - fix: handle ts expressions when dealing with runes ([ #9681 ] ( https://github.com/sveltejs/svelte/pull/9681 ) )
10
+
3
11
## 5.0.0-next.14
4
12
5
13
### 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.14 " ,
5
+ "version" : " 5.0.0-next.15 " ,
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.14 ' ;
9
+ export const VERSION = '5.0.0-next.15 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments