File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 246
246
" fluffy-kings-complain" ,
247
247
" fluffy-ravens-juggle" ,
248
248
" forty-bikes-buy" ,
249
+ " forty-chicken-heal" ,
249
250
" forty-comics-invent" ,
250
251
" forty-dogs-divide" ,
251
252
" forty-dolls-wave" ,
400
401
" khaki-ligers-sing" ,
401
402
" khaki-mails-draw" ,
402
403
" khaki-mails-scream" ,
404
+ " khaki-mirrors-warn" ,
403
405
" khaki-monkeys-cry" ,
404
406
" khaki-moose-arrive" ,
405
407
" khaki-tomatoes-rule" ,
497
499
" moody-houses-argue" ,
498
500
" moody-lions-watch" ,
499
501
" moody-owls-cry" ,
502
+ " moody-pugs-tan" ,
500
503
" moody-sheep-type" ,
501
504
" moody-toys-relax" ,
502
505
" nasty-carrots-develop" ,
606
609
" popular-apes-bathe" ,
607
610
" popular-cameras-tie" ,
608
611
" popular-cups-bathe" ,
612
+ " popular-dolphins-shake" ,
609
613
" popular-feet-rule" ,
610
614
" popular-games-hug" ,
611
615
" popular-ligers-perform" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.269
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: use ` internal_set ` in ` await ` block ([ #13642 ] ( https://github.com/sveltejs/svelte/pull/13642 ) )
8
+
9
+ - fix: ` method ` attribute is case insensitive ([ #13639 ] ( https://github.com/sveltejs/svelte/pull/13639 ) )
10
+
11
+ - fix: ensure legacy run utility does not cause cycles ([ #13643 ] ( https://github.com/sveltejs/svelte/pull/13643 ) )
12
+
13
+ - fix: better migration for leading and trailing comments ([ #13630 ] ( https://github.com/sveltejs/svelte/pull/13630 ) )
14
+
3
15
## 5.0.0-next.268
4
16
5
17
### 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.268 " ,
5
+ "version" : " 5.0.0-next.269 " ,
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.268 ' ;
9
+ export const VERSION = '5.0.0-next.269 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments