File tree 5 files changed +25
-2
lines changed
5 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 240
240
" fair-pets-bake" ,
241
241
" famous-birds-boil" ,
242
242
" famous-birds-cheer" ,
243
+ " famous-boxes-tap" ,
243
244
" famous-cameras-cheer" ,
244
245
" famous-crabs-run" ,
245
246
" famous-donuts-whisper" ,
627
628
" ninety-games-flow" ,
628
629
" ninety-glasses-exercise" ,
629
630
" ninety-singers-invite" ,
631
+ " ninety-snakes-melt" ,
630
632
" ninety-suns-relax" ,
633
+ " ninety-vans-talk" ,
631
634
" odd-bottles-drop" ,
632
635
" odd-coats-shake" ,
633
636
" odd-coins-lie" ,
641
644
" odd-pumas-grow" ,
642
645
" odd-trees-visit" ,
643
646
" old-beers-push" ,
647
+ " old-berries-develop" ,
644
648
" old-cars-switch" ,
645
649
" old-comics-happen" ,
646
650
" old-ears-wait" ,
1056
1060
" tiny-humans-yawn" ,
1057
1061
" tiny-kids-sort" ,
1058
1062
" tiny-moles-joke" ,
1063
+ " tiny-pears-check" ,
1059
1064
" tiny-shrimps-call" ,
1060
1065
" tiny-singers-allow" ,
1061
1066
" tiny-socks-sparkle" ,
Original file line number Diff line number Diff line change 1
1
# @sveltejs/kit
2
2
3
+ ## 1.0.0-next.424
4
+
5
+ ### Patch Changes
6
+
7
+ - prevent duplicate module ids by disabling optimizeDeps for @sveltejs/kit ([ #6057 ] ( https://github.com/sveltejs/kit/pull/6057 ) )
8
+
9
+ * Generate types when Svelte file missing, fix layout params ([ #6066 ] ( https://github.com/sveltejs/kit/pull/6066 ) )
10
+
11
+ - Silence unknown prop warnings coming from SvelteKit ([ #6071 ] ( https://github.com/sveltejs/kit/pull/6071 ) )
12
+
3
13
## 1.0.0-next.423
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sveltejs/kit" ,
3
- "version" : " 1.0.0-next.423 " ,
3
+ "version" : " 1.0.0-next.424 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/sveltejs/kit" ,
Original file line number Diff line number Diff line change 1
1
# svelte-migrate
2
2
3
+ ## 1.0.0-next.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Suggest props destructuring if possible ([ #6069 ] ( https://github.com/sveltejs/kit/pull/6069 ) )
8
+
9
+ * Fix typo in migration task ([ #6070 ] ( https://github.com/sveltejs/kit/pull/6070 ) )
10
+
3
11
## 1.0.0-next.7
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte-migrate" ,
3
- "version" : " 1.0.0-next.7 " ,
3
+ "version" : " 1.0.0-next.8 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/sveltejs/kit" ,
You can’t perform that action at this time.
0 commit comments