File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 277277 " honest-icons-change" ,
278278 " honest-nails-share" ,
279279 " honest-pans-kick" ,
280+ " honest-phones-flash" ,
280281 " hot-cooks-repair" ,
281282 " hot-jobs-tap" ,
282283 " hot-rivers-punch" ,
444445 " plenty-elephants-fry" ,
445446 " plenty-items-build" ,
446447 " plenty-starfishes-dress" ,
448+ " plenty-turkeys-raise" ,
447449 " plenty-zoos-fix" ,
448450 " polite-dolphins-care" ,
449451 " polite-peas-mate" ,
467469 " proud-pets-hang" ,
468470 " proud-queens-sniff" ,
469471 " purple-dragons-peel" ,
472+ " quick-pumpkins-study" ,
470473 " quiet-apricots-dream" ,
471474 " quiet-berries-end" ,
472475 " quiet-berries-explode" ,
567570 " slimy-walls-draw" ,
568571 " slow-beds-shave" ,
569572 " slow-chefs-dream" ,
573+ " slow-gorillas-yawn" ,
570574 " slow-kids-sparkle" ,
571575 " slow-ligers-enjoy" ,
572576 " slow-plums-chew" ,
Original file line number Diff line number Diff line change 11# svelte
22
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+
13+ - breaking: avoid flushing queued updates on mount/hydrate ([ #12602 ] ( https://github.com/sveltejs/svelte/pull/12602 ) )
14+
315## 5.0.0-next.198
416
517### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.198 " ,
5+ "version" : " 5.0.0-next.199 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.198 ' ;
9+ export const VERSION = '5.0.0-next.199 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments