File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 272272 " hip-garlics-tap" ,
273273 " hip-months-breathe" ,
274274 " hip-pumpkins-boil" ,
275+ " hip-stingrays-teach" ,
275276 " honest-buses-add" ,
276277 " honest-dragons-turn" ,
277278 " honest-icons-change" ,
278279 " honest-nails-share" ,
279280 " honest-pans-kick" ,
281+ " honest-phones-flash" ,
280282 " hot-cooks-repair" ,
281283 " hot-jobs-tap" ,
282284 " hot-rivers-punch" ,
444446 " plenty-elephants-fry" ,
445447 " plenty-items-build" ,
446448 " plenty-starfishes-dress" ,
449+ " plenty-turkeys-raise" ,
447450 " plenty-zoos-fix" ,
448451 " polite-dolphins-care" ,
449452 " polite-peas-mate" ,
467470 " proud-pets-hang" ,
468471 " proud-queens-sniff" ,
469472 " purple-dragons-peel" ,
473+ " quick-pumpkins-study" ,
470474 " quiet-apricots-dream" ,
471475 " quiet-berries-end" ,
472476 " quiet-berries-explode" ,
567571 " slimy-walls-draw" ,
568572 " slow-beds-shave" ,
569573 " slow-chefs-dream" ,
574+ " slow-gorillas-yawn" ,
570575 " slow-kids-sparkle" ,
571576 " slow-ligers-enjoy" ,
572577 " 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: add missing hydration mismatch call-site ([ #12604 ] ( https://github.com/sveltejs/svelte/pull/12604 ) )
8+
9+ - fix: apply dynamic event fixes to OnDirective ([ #12582 ] ( https://github.com/sveltejs/svelte/pull/12582 ) )
10+
11+ - fix: ensure directives run in sequential order ([ #12591 ] ( https://github.com/sveltejs/svelte/pull/12591 ) )
12+
13+ - fix: tweak element_invalid_self_closing_tag to exclude namespace ([ #12585 ] ( https://github.com/sveltejs/svelte/pull/12585 ) )
14+
15+ - breaking: avoid flushing queued updates on mount/hydrate ([ #12602 ] ( https://github.com/sveltejs/svelte/pull/12602 ) )
16+
317## 5.0.0-next.198
418
519### 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