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 5656 " kind-deers-lay" ,
5757 " kind-eagles-join" ,
5858 " large-clouds-carry" ,
59+ " late-crabs-lay" ,
5960 " lazy-masks-sit" ,
6061 " lazy-months-knock" ,
6162 " lazy-spiders-think" ,
9697 " shiny-baboons-play" ,
9798 " shiny-shrimps-march" ,
9899 " slimy-clouds-talk" ,
100+ " slow-chefs-dream" ,
99101 " small-papayas-laugh" ,
100102 " smart-parents-swim" ,
101103 " soft-clocks-remember" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.23
4+
5+ ### Patch Changes
6+
7+ - feat: add ` gamepadconnected ` and ` gamepaddisconnected ` events ([ #9861 ] ( https://github.com/sveltejs/svelte/pull/9861 ) )
8+
9+ - chore: improve each block fast-path heuristic ([ #9855 ] ( https://github.com/sveltejs/svelte/pull/9855 ) )
10+
311## 5.0.0-next.22
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.22 " ,
5+ "version" : " 5.0.0-next.23 " ,
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.22 ' ;
9+ export const VERSION = '5.0.0-next.23 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments