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 141141 " light-days-clean" ,
142142 " light-humans-hang" ,
143143 " light-pens-watch" ,
144+ " little-pans-jog" ,
144145 " long-buckets-lay" ,
145146 " long-crews-return" ,
146147 " long-lobsters-mate" ,
163164 " neat-dingos-clap" ,
164165 " nervous-spoons-relax" ,
165166 " new-boats-wait" ,
167+ " new-rabbits-flow" ,
166168 " ninety-dingos-walk" ,
167169 " odd-buckets-lie" ,
168170 " odd-needles-joke" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.67
4+
5+ ### Patch Changes
6+
7+ - fix: improve event delegation with shadowed bindings ([ #10620 ] ( https://github.com/sveltejs/svelte/pull/10620 ) )
8+
9+ - feat: add reactive Date object to svelte/reactivity ([ #10622 ] ( https://github.com/sveltejs/svelte/pull/10622 ) )
10+
311## 5.0.0-next.66
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.66 " ,
5+ "version" : " 5.0.0-next.67 " ,
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.66 ' ;
9+ export const VERSION = '5.0.0-next.67 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments