File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 147
147
" fifty-rice-wait" ,
148
148
" fifty-steaks-float" ,
149
149
" five-tigers-search" ,
150
+ " flat-ghosts-fly" ,
150
151
" flat-melons-protect" ,
151
152
" flat-olives-live" ,
152
153
" fluffy-dolls-share" ,
482
483
" sour-rules-march" ,
483
484
" sour-weeks-fix" ,
484
485
" spicy-jeans-deliver" ,
486
+ " spicy-peas-vanish" ,
485
487
" spicy-plums-admire" ,
486
488
" spotty-houses-search" ,
487
489
" spotty-pens-agree" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.152
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: make ` legacy.componentApi ` option more visible ([ #11924 ] ( https://github.com/sveltejs/svelte/pull/11924 ) )
8
+
9
+ - feat: add svelte/events package and export ` on ` function ([ #11912 ] ( https://github.com/sveltejs/svelte/pull/11912 ) )
10
+
3
11
## 5.0.0-next.151
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.151 " ,
5
+ "version" : " 5.0.0-next.152 " ,
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.151 ' ;
9
+ export const VERSION = '5.0.0-next.152 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments