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 306
306
" gold-tools-nail" ,
307
307
" good-buses-reply" ,
308
308
" good-cars-visit" ,
309
+ " good-kings-try" ,
309
310
" good-pianos-jump" ,
310
311
" good-plums-type" ,
311
312
" good-rice-tap" ,
749
750
" sleepy-cats-eat" ,
750
751
" sleepy-dogs-sit" ,
751
752
" slimy-clouds-talk" ,
753
+ " slimy-garlics-beg" ,
752
754
" slimy-hairs-impress" ,
753
755
" slimy-laws-explode" ,
754
756
" slimy-news-help" ,
803
805
" spicy-plums-admire" ,
804
806
" spotty-crabs-give" ,
805
807
" spotty-houses-search" ,
808
+ " spotty-kings-hug" ,
806
809
" spotty-pens-agree" ,
807
810
" spotty-rocks-destroy" ,
808
811
" spotty-shrimps-hug" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.270
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: add ` migration-task ` for impossible to migrate slots ([ #13658 ] ( https://github.com/sveltejs/svelte/pull/13658 ) )
8
+
9
+ - feat: add ` migration-task ` comment after errors ([ #13659 ] ( https://github.com/sveltejs/svelte/pull/13659 ) )
10
+
11
+ - fix: migrating rest props type includes props types ([ #13632 ] ( https://github.com/sveltejs/svelte/pull/13632 ) )
12
+
3
13
## 5.0.0-next.269
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.269 " ,
5
+ "version" : " 5.0.0-next.270 " ,
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.269 ' ;
9
+ export const VERSION = '5.0.0-next.270 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments