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 215
215
" five-suns-roll" ,
216
216
" five-tigers-search" ,
217
217
" flat-feet-visit" ,
218
+ " flat-flies-know" ,
218
219
" flat-ghosts-fly" ,
219
220
" flat-melons-protect" ,
220
221
" flat-olives-live" ,
336
337
" hot-cooks-repair" ,
337
338
" hot-jobs-tap" ,
338
339
" hot-kangaroos-invite" ,
340
+ " hot-peaches-clean" ,
339
341
" hot-rivers-punch" ,
340
342
" hot-sloths-clap" ,
341
343
" hot-tips-appear" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.246
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: allow custom element events on slot to bubble inside custom element ([ #13222 ] ( https://github.com/sveltejs/svelte/pull/13222 ) )
8
+
9
+ - fix: add missing ` autocomplete ` attribute tokens ([ #13229 ] ( https://github.com/sveltejs/svelte/pull/13229 ) )
10
+
3
11
## 5.0.0-next.245
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.245 " ,
5
+ "version" : " 5.0.0-next.246 " ,
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.245 ' ;
9
+ export const VERSION = '5.0.0-next.246 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments