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 1717 " chilled-pumas-invite" ,
1818 " chilly-dolphins-lick" ,
1919 " clean-eels-beg" ,
20+ " clever-rockets-burn" ,
2021 " cold-birds-own" ,
2122 " cool-ants-leave" ,
2223 " cuddly-pianos-drop" ,
3940 " friendly-lies-camp" ,
4041 " funny-wombats-argue" ,
4142 " gentle-sheep-hug" ,
43+ " giant-roses-press" ,
4244 " good-pianos-jump" ,
4345 " great-icons-retire" ,
4446 " green-eggs-approve" ,
7274 " odd-schools-wait" ,
7375 " odd-shoes-cheat" ,
7476 " old-flies-jog" ,
77+ " old-mails-sneeze" ,
7578 " polite-dolphins-care" ,
7679 " polite-pumpkins-guess" ,
7780 " polite-ravens-study" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.22
4+
5+ ### Patch Changes
6+
7+ - fix: handle event hoisting props referencing ([ #9846 ] ( https://github.com/sveltejs/svelte/pull/9846 ) )
8+
9+ - fix: support dynamic transition functions ([ #9844 ] ( https://github.com/sveltejs/svelte/pull/9844 ) )
10+
11+ - fix: ensure action function returns object ([ #9848 ] ( https://github.com/sveltejs/svelte/pull/9848 ) )
12+
313## 5.0.0-next.21
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.21 " ,
5+ "version" : " 5.0.0-next.22 " ,
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.21 ' ;
9+ export const VERSION = '5.0.0-next.22 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments