File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed
Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 382382 " mighty-shoes-nail" ,
383383 " modern-apricots-promise" ,
384384 " modern-fishes-double" ,
385+ " modern-peaches-cheer" ,
385386 " moody-carrots-lay" ,
386387 " moody-frogs-exist" ,
387388 " moody-ghosts-buy" ,
747748 " wild-cows-chew" ,
748749 " wild-foxes-wonder" ,
749750 " wild-moose-compare" ,
751+ " wild-poems-design" ,
750752 " wise-apples-care" ,
751753 " wise-dancers-hang" ,
752754 " wise-dodos-tell" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.202
4+
5+ ### Patch Changes
6+
7+ - fix: remove implicit passive behavior from OnDirective events ([ #12645 ] ( https://github.com/sveltejs/svelte/pull/12645 ) )
8+
9+ - fix: always set draggable through ` setAttribute ` to avoid weird behavior ([ #12649 ] ( https://github.com/sveltejs/svelte/pull/12649 ) )
10+
311## 5.0.0-next.201
412
513### 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.201 " ,
5+ "version" : " 5.0.0-next.202 " ,
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.201 ' ;
9+ export const VERSION = '5.0.0-next.202 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments