File tree 4 files changed +12
-2
lines changed
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 141
141
" light-days-clean" ,
142
142
" light-humans-hang" ,
143
143
" light-pens-watch" ,
144
+ " little-pans-jog" ,
144
145
" long-buckets-lay" ,
145
146
" long-crews-return" ,
146
147
" long-lobsters-mate" ,
163
164
" neat-dingos-clap" ,
164
165
" nervous-spoons-relax" ,
165
166
" new-boats-wait" ,
167
+ " new-rabbits-flow" ,
166
168
" ninety-dingos-walk" ,
167
169
" odd-buckets-lie" ,
168
170
" odd-needles-joke" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
11
## 5.0.0-next.66
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.66 " ,
5
+ "version" : " 5.0.0-next.67 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.66 ' ;
9
+ export const VERSION = '5.0.0-next.67 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments