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" ,
444
445
" plenty-elephants-fry" ,
445
446
" plenty-items-build" ,
446
447
" plenty-starfishes-dress" ,
448
+ " plenty-turkeys-raise" ,
447
449
" plenty-zoos-fix" ,
448
450
" polite-dolphins-care" ,
449
451
" polite-peas-mate" ,
467
469
" proud-pets-hang" ,
468
470
" proud-queens-sniff" ,
469
471
" purple-dragons-peel" ,
472
+ " quick-pumpkins-study" ,
470
473
" quiet-apricots-dream" ,
471
474
" quiet-berries-end" ,
472
475
" 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: ensure directives run in sequential order ([ #12591 ] ( https://github.com/sveltejs/svelte/pull/12591 ) )
10
+
11
+ - fix: tweak element_invalid_self_closing_tag to exclude namespace ([ #12585 ] ( https://github.com/sveltejs/svelte/pull/12585 ) )
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