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 327
327
" silly-ways-wash" ,
328
328
" silver-points-approve" ,
329
329
" sixty-items-crash" ,
330
+ " sixty-numbers-hope" ,
330
331
" slimy-clouds-talk" ,
331
332
" slimy-laws-explode" ,
332
333
" slimy-walls-draw" ,
367
368
" strong-gifts-smoke" ,
368
369
" strong-lemons-provide" ,
369
370
" strong-pans-doubt" ,
371
+ " stupid-parents-crash" ,
370
372
" sweet-mangos-beg" ,
371
373
" sweet-pens-sniff" ,
372
374
" swift-donkeys-perform" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.109
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: support ` $state.snapshot ` as part of variable declarations ([ #11235 ] ( https://github.com/sveltejs/svelte/pull/11235 ) )
8
+
9
+ - fix: possible name clash in hoisted functions ([ #11237 ] ( https://github.com/sveltejs/svelte/pull/11237 ) )
10
+
3
11
## 5.0.0-next.108
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.108 " ,
5
+ "version" : " 5.0.0-next.109 " ,
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.108 ' ;
9
+ export const VERSION = '5.0.0-next.109 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments