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 43
43
" chatty-taxis-juggle" ,
44
44
" chilled-pumas-invite" ,
45
45
" chilly-dolphins-lick" ,
46
+ " chilly-rocks-hug" ,
46
47
" chilly-snakes-scream" ,
47
48
" clean-eels-beg" ,
48
49
" clever-chefs-relate" ,
74
75
" dull-pots-add" ,
75
76
" dull-roses-relate" ,
76
77
" early-ads-tie" ,
78
+ " eight-hornets-punch" ,
77
79
" eight-steaks-shout" ,
78
80
" eighty-bikes-camp" ,
79
81
" eighty-days-cheat" ,
191
193
" metal-lobsters-burn" ,
192
194
" mighty-cooks-scream" ,
193
195
" mighty-files-hammer" ,
196
+ " mighty-frogs-obey" ,
194
197
" moody-carrots-lay" ,
195
198
" moody-frogs-exist" ,
196
199
" moody-houses-argue" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.96
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: introduce ` $host ` rune, deprecate ` createEventDispatcher ` ([ #11059 ] ( https://github.com/sveltejs/svelte/pull/11059 ) )
8
+
9
+ - fix: make static ` element ` property available for the SvelteComponent type ([ #11079 ] ( https://github.com/sveltejs/svelte/pull/11079 ) )
10
+
11
+ - fix: ensure deep mutation ownership widening ([ #11094 ] ( https://github.com/sveltejs/svelte/pull/11094 ) )
12
+
3
13
## 5.0.0-next.95
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.95 " ,
5
+ "version" : " 5.0.0-next.96 " ,
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.95 ' ;
9
+ export const VERSION = '5.0.0-next.96 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments