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 343
343
" honest-phones-flash" ,
344
344
" hot-cooks-repair" ,
345
345
" hot-glasses-roll" ,
346
+ " hot-grapes-destroy" ,
346
347
" hot-jobs-tap" ,
347
348
" hot-kangaroos-invite" ,
348
349
" hot-peaches-clean" ,
488
489
" nervous-ducks-repeat" ,
489
490
" nervous-spoons-relax" ,
490
491
" nervous-turkeys-end" ,
492
+ " new-baboons-fetch" ,
491
493
" new-boats-wait" ,
492
494
" new-brooms-grin" ,
493
495
" new-cooks-roll" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.253
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: delete transformers shadowed by unreassigned state ([ #13316 ] ( https://github.com/sveltejs/svelte/pull/13316 ) )
8
+
9
+ - fix: don't make wheel events passive by default ([ #13322 ] ( https://github.com/sveltejs/svelte/pull/13322 ) )
10
+
3
11
## 5.0.0-next.252
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.252 " ,
5
+ "version" : " 5.0.0-next.253 " ,
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.252 ' ;
9
+ export const VERSION = '5.0.0-next.253 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments