Skip to content

Commit 88e3ced

Browse files
committedMar 4, 2022
Version Packages (next)
1 parent 7f958dd commit 88e3ced

File tree

5 files changed

+41
-2
lines changed

5 files changed

+41
-2
lines changed
 

‎.changeset/pre.json

+9
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@
189189
"fifty-turtles-joke",
190190
"five-bags-prove",
191191
"five-oranges-melt",
192+
"five-poems-pretend",
192193
"five-shirts-allow",
193194
"flat-cameras-build",
194195
"flat-ducks-impress",
@@ -241,6 +242,7 @@
241242
"good-beans-invite",
242243
"good-keys-argue",
243244
"good-monkeys-reflect",
245+
"gorgeous-beans-glow",
244246
"gorgeous-carrots-do",
245247
"gorgeous-donkeys-admire",
246248
"gorgeous-hounds-peel",
@@ -305,13 +307,15 @@
305307
"itchy-lobsters-tie",
306308
"khaki-bears-film",
307309
"khaki-brooms-notice",
310+
"khaki-dolls-cough",
308311
"khaki-ears-repeat",
309312
"khaki-lions-sell",
310313
"khaki-plants-compare",
311314
"khaki-socks-tan",
312315
"khaki-wolves-shout",
313316
"kind-steaks-bake",
314317
"kind-wolves-yawn",
318+
"large-berries-exercise",
315319
"large-carrots-visit",
316320
"large-cats-press",
317321
"large-elephants-sniff",
@@ -392,6 +396,7 @@
392396
"modern-news-rhyme",
393397
"modern-pillows-beam",
394398
"modern-sloths-greet",
399+
"modern-toys-appear",
395400
"moody-dingos-happen",
396401
"moody-laws-draw",
397402
"moody-queens-sell",
@@ -425,6 +430,7 @@
425430
"nine-rats-heal",
426431
"nine-starfishes-destroy",
427432
"nine-tomatoes-poke",
433+
"nine-walls-shake",
428434
"ninety-dolls-sniff",
429435
"ninety-games-flow",
430436
"ninety-singers-invite",
@@ -458,6 +464,7 @@
458464
"polite-donkeys-learn",
459465
"polite-ducks-notice",
460466
"polite-elephants-care",
467+
"polite-laws-cheat",
461468
"polite-masks-dress",
462469
"polite-worms-happen",
463470
"poor-apricots-juggle",
@@ -553,6 +560,7 @@
553560
"seven-impalas-march",
554561
"seven-jars-argue",
555562
"seven-planes-fly",
563+
"shaggy-days-cheat",
556564
"shaggy-donkeys-run",
557565
"shaggy-elephants-sell",
558566
"shaggy-peaches-fry",
@@ -635,6 +643,7 @@
635643
"spicy-kings-perform",
636644
"spicy-moose-relate",
637645
"spotty-cooks-happen",
646+
"spotty-dancers-clean",
638647
"spotty-dragons-wait",
639648
"spotty-parents-love",
640649
"spotty-ties-love",

‎packages/create-svelte/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# create-svelte
22

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+
311
## 2.0.0-next.123
412

513
### Patch Changes

‎packages/create-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-svelte",
3-
"version": "2.0.0-next.123",
3+
"version": "2.0.0-next.124",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

‎packages/kit/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @sveltejs/kit
22

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+
325
## 1.0.0-next.291
426

527
### Patch Changes

‎packages/kit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/kit",
3-
"version": "1.0.0-next.291",
3+
"version": "1.0.0-next.292",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)