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 181
181
" famous-falcons-melt" ,
182
182
" famous-kiwis-thank" ,
183
183
" famous-knives-sneeze" ,
184
+ " famous-mirrors-count" ,
184
185
" famous-pants-pay" ,
185
186
" fast-donkeys-pay" ,
186
187
" fast-penguins-matter" ,
517
518
" popular-games-hug" ,
518
519
" popular-ligers-perform" ,
519
520
" popular-mangos-rest" ,
521
+ " popular-news-happen" ,
520
522
" popular-roses-teach" ,
521
523
" popular-walls-hunt" ,
522
524
" pretty-ties-help" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.230
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: align list of passive events with browser defaults ([ #12933 ] ( https://github.com/sveltejs/svelte/pull/12933 ) )
8
+
9
+ - fix: ensure ` {#await} ` scope shadowing is computed in the correct order ([ #12945 ] ( https://github.com/sveltejs/svelte/pull/12945 ) )
10
+
3
11
## 5.0.0-next.229
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.229 " ,
5
+ "version" : " 5.0.0-next.230 " ,
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.229 ' ;
9
+ export const VERSION = '5.0.0-next.230 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments