File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 204
204
" loud-cheetahs-flow" ,
205
205
" loud-mugs-smile" ,
206
206
" loud-ravens-drop" ,
207
+ " loud-socks-look" ,
207
208
" lovely-carpets-lick" ,
208
209
" lovely-houses-own" ,
209
210
" lovely-items-turn" ,
327
328
" silly-ways-wash" ,
328
329
" silver-points-approve" ,
329
330
" sixty-items-crash" ,
331
+ " sixty-numbers-hope" ,
330
332
" slimy-clouds-talk" ,
331
333
" slimy-laws-explode" ,
332
334
" slimy-walls-draw" ,
367
369
" strong-gifts-smoke" ,
368
370
" strong-lemons-provide" ,
369
371
" strong-pans-doubt" ,
372
+ " stupid-parents-crash" ,
370
373
" sweet-mangos-beg" ,
371
374
" sweet-pens-sniff" ,
372
375
" 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: more accurate error message when creating orphan effects ([ #11227 ] ( https://github.com/sveltejs/svelte/pull/11227 ) )
8
+
9
+ - fix: support ` $state.snapshot ` as part of variable declarations ([ #11235 ] ( https://github.com/sveltejs/svelte/pull/11235 ) )
10
+
11
+ - fix: possible name clash in hoisted functions ([ #11237 ] ( https://github.com/sveltejs/svelte/pull/11237 ) )
12
+
3
13
## 5.0.0-next.108
4
14
5
15
### 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