File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-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" ,
511
512
" nasty-lions-double" ,
512
513
" nasty-mayflies-smoke" ,
513
514
" nasty-penguins-pump" ,
515
+ " nasty-teachers-end" ,
514
516
" nasty-yaks-peel" ,
515
517
" neat-boats-shake" ,
516
518
" neat-boxes-chew" ,
749
751
" sleepy-cats-eat" ,
750
752
" sleepy-dogs-sit" ,
751
753
" slimy-clouds-talk" ,
754
+ " slimy-garlics-beg" ,
752
755
" slimy-hairs-impress" ,
753
756
" slimy-laws-explode" ,
754
757
" slimy-news-help" ,
803
806
" spicy-plums-admire" ,
804
807
" spotty-crabs-give" ,
805
808
" spotty-houses-search" ,
809
+ " spotty-kings-hug" ,
806
810
" spotty-pens-agree" ,
807
811
" spotty-rocks-destroy" ,
808
812
" spotty-shrimps-hug" ,
995
999
" witty-hornets-think" ,
996
1000
" witty-phones-retire" ,
997
1001
" witty-readers-provide" ,
1002
+ " witty-shirts-confess" ,
998
1003
" witty-sloths-impress" ,
999
1004
" witty-steaks-dream" ,
1000
1005
" witty-tomatoes-care" ,
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: tell users of ` @migration-task ` ([ #13668 ] ( https://github.com/sveltejs/svelte/pull/13668 ) )
10
+
11
+ - feat: add ` migration-task ` comment after errors ([ #13659 ] ( https://github.com/sveltejs/svelte/pull/13659 ) )
12
+
13
+ - fix: migrating rest props type includes props types ([ #13632 ] ( https://github.com/sveltejs/svelte/pull/13632 ) )
14
+
15
+ - fix: reset ` reset_element ` in ` render ` to prevent runtime error ([ #13669 ] ( https://github.com/sveltejs/svelte/pull/13669 ) )
16
+
3
17
## 5.0.0-next.269
4
18
5
19
### 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