File tree 5 files changed +41
-2
lines changed
5 files changed +41
-2
lines changed Original file line number Diff line number Diff line change 189
189
" fifty-turtles-joke" ,
190
190
" five-bags-prove" ,
191
191
" five-oranges-melt" ,
192
+ " five-poems-pretend" ,
192
193
" five-shirts-allow" ,
193
194
" flat-cameras-build" ,
194
195
" flat-ducks-impress" ,
241
242
" good-beans-invite" ,
242
243
" good-keys-argue" ,
243
244
" good-monkeys-reflect" ,
245
+ " gorgeous-beans-glow" ,
244
246
" gorgeous-carrots-do" ,
245
247
" gorgeous-donkeys-admire" ,
246
248
" gorgeous-hounds-peel" ,
305
307
" itchy-lobsters-tie" ,
306
308
" khaki-bears-film" ,
307
309
" khaki-brooms-notice" ,
310
+ " khaki-dolls-cough" ,
308
311
" khaki-ears-repeat" ,
309
312
" khaki-lions-sell" ,
310
313
" khaki-plants-compare" ,
311
314
" khaki-socks-tan" ,
312
315
" khaki-wolves-shout" ,
313
316
" kind-steaks-bake" ,
314
317
" kind-wolves-yawn" ,
318
+ " large-berries-exercise" ,
315
319
" large-carrots-visit" ,
316
320
" large-cats-press" ,
317
321
" large-elephants-sniff" ,
392
396
" modern-news-rhyme" ,
393
397
" modern-pillows-beam" ,
394
398
" modern-sloths-greet" ,
399
+ " modern-toys-appear" ,
395
400
" moody-dingos-happen" ,
396
401
" moody-laws-draw" ,
397
402
" moody-queens-sell" ,
425
430
" nine-rats-heal" ,
426
431
" nine-starfishes-destroy" ,
427
432
" nine-tomatoes-poke" ,
433
+ " nine-walls-shake" ,
428
434
" ninety-dolls-sniff" ,
429
435
" ninety-games-flow" ,
430
436
" ninety-singers-invite" ,
458
464
" polite-donkeys-learn" ,
459
465
" polite-ducks-notice" ,
460
466
" polite-elephants-care" ,
467
+ " polite-laws-cheat" ,
461
468
" polite-masks-dress" ,
462
469
" polite-worms-happen" ,
463
470
" poor-apricots-juggle" ,
553
560
" seven-impalas-march" ,
554
561
" seven-jars-argue" ,
555
562
" seven-planes-fly" ,
563
+ " shaggy-days-cheat" ,
556
564
" shaggy-donkeys-run" ,
557
565
" shaggy-elephants-sell" ,
558
566
" shaggy-peaches-fry" ,
635
643
" spicy-kings-perform" ,
636
644
" spicy-moose-relate" ,
637
645
" spotty-cooks-happen" ,
646
+ " spotty-dancers-clean" ,
638
647
" spotty-dragons-wait" ,
639
648
" spotty-parents-love" ,
640
649
" spotty-ties-love" ,
Original file line number Diff line number Diff line change 1
1
# create-svelte
2
2
3
+ ## 2.0.0-next.124
4
+
5
+ ### Patch Changes
6
+
7
+ - Add sync CLI command ([ #4182 ] ( https://github.com/sveltejs/kit/pull/4182 ) )
8
+
9
+ * Upgrade to TypeScript 4.6 ([ #4190 ] ( https://github.com/sveltejs/kit/pull/4190 ) )
10
+
3
11
## 2.0.0-next.123
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.123 " ,
3
+ "version" : " 2.0.0-next.124 " ,
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.292
4
+
5
+ ### Patch Changes
6
+
7
+ - Add sync CLI command ([ #4182 ] ( https://github.com/sveltejs/kit/pull/4182 ) )
8
+
9
+ * [ breaking] expose entire config to adapters, rather than just appDir and trailingSlash ([ #4192 ] ( https://github.com/sveltejs/kit/pull/4192 ) )
10
+
11
+ - [ breaking] replace builder.prerender() with builder.writePrerendered() and builder.prerendered ([ #4192 ] ( https://github.com/sveltejs/kit/pull/4192 ) )
12
+
13
+ * [ breaking] prerender pages during build, regardless of adapter ([ #4192 ] ( https://github.com/sveltejs/kit/pull/4192 ) )
14
+
15
+ - Add config.kit.prerender.default option ([ #4192 ] ( https://github.com/sveltejs/kit/pull/4192 ) )
16
+
17
+ * Use prerendered pages in svelte-kit preview ([ #4192 ] ( https://github.com/sveltejs/kit/pull/4192 ) )
18
+
19
+ - Upgrade to TypeScript 4.6 ([ #4190 ] ( https://github.com/sveltejs/kit/pull/4190 ) )
20
+
21
+ * Make prerendered paths available to service workers ([ #4192 ] ( https://github.com/sveltejs/kit/pull/4192 ) )
22
+
23
+ - Add config.kit.endpointExtensions option ([ #4197 ] ( https://github.com/sveltejs/kit/pull/4197 ) )
24
+
3
25
## 1.0.0-next.291
4
26
5
27
### 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.291 " ,
3
+ "version" : " 1.0.0-next.292 " ,
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