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 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" ,
606
608
" popular-apes-bathe" ,
607
609
" popular-cameras-tie" ,
608
610
" popular-cups-bathe" ,
611
+ " popular-dolphins-shake" ,
609
612
" popular-feet-rule" ,
610
613
" popular-games-hug" ,
611
614
" 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: better migration for leading and trailing comments ([ #13630 ] ( https://github.com/sveltejs/svelte/pull/13630 ) )
12
+
3
13
## 5.0.0-next.268
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.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