File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-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" ,
332
+ " sixty-pandas-rush" ,
330
333
" slimy-clouds-talk" ,
331
334
" slimy-laws-explode" ,
332
335
" slimy-walls-draw" ,
343
346
" smart-parents-swim" ,
344
347
" smart-turkeys-tell" ,
345
348
" smart-zebras-pay" ,
349
+ " smooth-kids-protect" ,
346
350
" smooth-rings-rush" ,
347
351
" soft-clocks-remember" ,
348
352
" soft-geese-learn" ,
367
371
" strong-gifts-smoke" ,
368
372
" strong-lemons-provide" ,
369
373
" strong-pans-doubt" ,
374
+ " stupid-parents-crash" ,
370
375
" sweet-mangos-beg" ,
371
376
" sweet-pens-sniff" ,
372
377
" swift-donkeys-perform" ,
392
397
" ten-singers-cough" ,
393
398
" ten-ties-repair" ,
394
399
" ten-worms-reflect" ,
400
+ " tender-rocks-walk" ,
395
401
" thick-cycles-rule" ,
396
402
" thick-pans-tell" ,
397
403
" thick-shirts-deliver" ,
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: optimize object property mutations in compilation ([ #11243 ] ( https://github.com/sveltejs/svelte/pull/11243 ) )
12
+
13
+ - breaking: don't allow children in svelte: options ([ #11250 ] ( https://github.com/sveltejs/svelte/pull/11250 ) )
14
+
15
+ - fix: possible name clash in hoisted functions ([ #11237 ] ( https://github.com/sveltejs/svelte/pull/11237 ) )
16
+
17
+ - fix: preserve getters/setters in HMR mode ([ #11231 ] ( https://github.com/sveltejs/svelte/pull/11231 ) )
18
+
3
19
## 5.0.0-next.108
4
20
5
21
### 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