File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 749
749
" sleepy-cats-eat" ,
750
750
" sleepy-dogs-sit" ,
751
751
" slimy-clouds-talk" ,
752
+ " slimy-garlics-beg" ,
752
753
" slimy-hairs-impress" ,
753
754
" slimy-laws-explode" ,
754
755
" slimy-news-help" ,
803
804
" spicy-plums-admire" ,
804
805
" spotty-crabs-give" ,
805
806
" spotty-houses-search" ,
807
+ " spotty-kings-hug" ,
806
808
" spotty-pens-agree" ,
807
809
" spotty-rocks-destroy" ,
808
810
" 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 ` comment after errors ([ #13659 ] ( https://github.com/sveltejs/svelte/pull/13659 ) )
8
+
9
+ - fix: migrating rest props type includes props types ([ #13632 ] ( https://github.com/sveltejs/svelte/pull/13632 ) )
10
+
3
11
## 5.0.0-next.269
4
12
5
13
### 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