File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-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" ,
467468 " proud-pets-hang" ,
468469 " proud-queens-sniff" ,
469470 " purple-dragons-peel" ,
471+ " quick-pumpkins-study" ,
470472 " quiet-apricots-dream" ,
471473 " quiet-berries-end" ,
472474 " quiet-berries-explode" ,
567569 " slimy-walls-draw" ,
568570 " slow-beds-shave" ,
569571 " slow-chefs-dream" ,
572+ " slow-gorillas-yawn" ,
570573 " slow-kids-sparkle" ,
571574 " slow-ligers-enjoy" ,
572575 " 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: 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+
313## 5.0.0-next.198
414
515### 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