File tree Expand file tree Collapse file tree 5 files changed +34
-2
lines changed Expand file tree Collapse file tree 5 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 59
59
" brave-berries-join" ,
60
60
" brave-clouds-protect" ,
61
61
" brave-falcons-approve" ,
62
+ " brave-jars-smile" ,
62
63
" brave-jobs-occur" ,
63
64
" brave-rabbits-provide" ,
64
65
" brave-seas-invent" ,
425
426
" light-olives-scream" ,
426
427
" light-pumas-appear" ,
427
428
" light-pumas-heal" ,
429
+ " light-rings-trade" ,
428
430
" light-roses-teach" ,
429
431
" little-boats-allow" ,
430
432
" little-candles-trade" ,
509
511
" nasty-waves-kneel" ,
510
512
" neat-cups-begin" ,
511
513
" neat-garlics-buy" ,
514
+ " neat-monkeys-dream" ,
512
515
" neat-olives-hope" ,
513
516
" neat-points-exercise" ,
514
517
" neat-walls-buy" ,
593
596
" poor-goats-cheer" ,
594
597
" poor-horses-return" ,
595
598
" poor-lizards-punch" ,
599
+ " poor-points-live" ,
596
600
" poor-snakes-explode" ,
597
601
" poor-terms-explain" ,
598
602
" poor-years-hear" ,
616
620
" pretty-snakes-burn" ,
617
621
" proud-bananas-love" ,
618
622
" proud-buses-hug" ,
623
+ " proud-chicken-unite" ,
619
624
" proud-cobras-swim" ,
620
625
" proud-cooks-relax" ,
621
626
" proud-goats-hide" ,
723
728
" short-buttons-mix" ,
724
729
" short-emus-juggle" ,
725
730
" short-guests-sort" ,
731
+ " short-lamps-sing" ,
726
732
" shy-bats-move" ,
727
733
" shy-jeans-fly" ,
728
734
" shy-mails-share" ,
757
763
" slow-buses-beam" ,
758
764
" slow-dots-know" ,
759
765
" slow-fans-own" ,
766
+ " slow-shirts-retire" ,
760
767
" slow-suns-reply" ,
761
768
" small-crabs-sparkle" ,
762
769
" small-ligers-wave" ,
938
945
" twelve-goats-knock" ,
939
946
" twelve-onions-burn" ,
940
947
" twelve-snakes-tan" ,
948
+ " twenty-ads-turn" ,
941
949
" twenty-dogs-shout" ,
942
950
" twenty-dryers-hope" ,
943
951
" twenty-hairs-shave" ,
Original file line number Diff line number Diff line change 1
1
# create-svelte
2
2
3
+ ## 2.0.0-next.143
4
+
5
+ ### Patch Changes
6
+
7
+ - Enhance docs on importing types in app.d.ts ([ #5280 ] ( https://github.com/sveltejs/kit/pull/5280 ) )
8
+
9
+ * fix formatting for initial package.json ([ #5271 ] ( https://github.com/sveltejs/kit/pull/5271 ) )
10
+
3
11
## 2.0.0-next.142
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-svelte" ,
3
- "version" : " 2.0.0-next.142 " ,
3
+ "version" : " 2.0.0-next.143 " ,
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
# @sveltejs/kit
2
2
3
+ ## 1.0.0-next.355
4
+
5
+ ### Patch Changes
6
+
7
+ - [ chore] Prerendering URL is now a subclass instead of a proxy ([ #5278 ] ( https://github.com/sveltejs/kit/pull/5278 ) )
8
+
9
+ * [ fix] support vite.config.js on Windows ([ #5265 ] ( https://github.com/sveltejs/kit/pull/5265 ) )
10
+
11
+ - Allow both string and URL as the first argument of ` $app/navigation#goto ` ([ #5282 ] ( https://github.com/sveltejs/kit/pull/5282 ) )
12
+
13
+ * rename ` goto(href) ` to ` goto(url) ` ([ #5286 ] ( https://github.com/sveltejs/kit/pull/5286 ) )
14
+
15
+ - Add types for @sveltejs/kit /experimental/vite ([ #5266 ] ( https://github.com/sveltejs/kit/pull/5266 ) )
16
+
17
+ * fix: port flag doesn't work in preview ([ #5284 ] ( https://github.com/sveltejs/kit/pull/5284 ) )
18
+
3
19
## 1.0.0-next.354
4
20
5
21
### 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.354 " ,
3
+ "version" : " 1.0.0-next.355 " ,
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