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 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" ,
567
569
" slimy-walls-draw" ,
568
570
" slow-beds-shave" ,
569
571
" slow-chefs-dream" ,
572
+ " slow-gorillas-yawn" ,
570
573
" slow-kids-sparkle" ,
571
574
" slow-ligers-enjoy" ,
572
575
" slow-plums-chew" ,
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
+
11
+ - breaking: avoid flushing queued updates on mount/hydrate ([ #12587 ] ( https://github.com/sveltejs/svelte/pull/12587 ) )
12
+
3
13
## 5.0.0-next.198
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.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