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 277
277
" honest-icons-change" ,
278
278
" honest-nails-share" ,
279
279
" honest-pans-kick" ,
280
+ " honest-phones-flash" ,
280
281
" hot-cooks-repair" ,
281
282
" hot-jobs-tap" ,
282
283
" hot-rivers-punch" ,
467
468
" proud-pets-hang" ,
468
469
" proud-queens-sniff" ,
469
470
" purple-dragons-peel" ,
471
+ " quick-pumpkins-study" ,
470
472
" quiet-apricots-dream" ,
471
473
" quiet-berries-end" ,
472
474
" quiet-berries-explode" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.199
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: apply dynamic event fixes to OnDirective ([ #12582 ] ( https://github.com/sveltejs/svelte/pull/12582 ) )
8
+
9
+ - fix: tweak element_invalid_self_closing_tag to exclude namespace ([ #12585 ] ( https://github.com/sveltejs/svelte/pull/12585 ) )
10
+
3
11
## 5.0.0-next.198
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.198 " ,
5
+ "version" : " 5.0.0-next.199 " ,
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.198 ' ;
9
+ export const VERSION = '5.0.0-next.199 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments