Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (next) #4199

Merged
merged 1 commit into from
Mar 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"brave-clouds-protect",
"brave-falcons-approve",
"brave-seas-invent",
"brave-toys-joke",
"brave-turkeys-bathe",
"brave-weeks-allow",
"breezy-games-count",
Expand Down Expand Up @@ -189,6 +190,7 @@
"fifty-turtles-joke",
"five-bags-prove",
"five-oranges-melt",
"five-poems-pretend",
"five-shirts-allow",
"flat-cameras-build",
"flat-ducks-impress",
Expand Down Expand Up @@ -241,6 +243,7 @@
"good-beans-invite",
"good-keys-argue",
"good-monkeys-reflect",
"gorgeous-beans-glow",
"gorgeous-carrots-do",
"gorgeous-donkeys-admire",
"gorgeous-hounds-peel",
Expand Down Expand Up @@ -305,13 +308,15 @@
"itchy-lobsters-tie",
"khaki-bears-film",
"khaki-brooms-notice",
"khaki-dolls-cough",
"khaki-ears-repeat",
"khaki-lions-sell",
"khaki-plants-compare",
"khaki-socks-tan",
"khaki-wolves-shout",
"kind-steaks-bake",
"kind-wolves-yawn",
"large-berries-exercise",
"large-carrots-visit",
"large-cats-press",
"large-elephants-sniff",
Expand Down Expand Up @@ -392,13 +397,15 @@
"modern-news-rhyme",
"modern-pillows-beam",
"modern-sloths-greet",
"modern-toys-appear",
"moody-dingos-happen",
"moody-laws-draw",
"moody-queens-sell",
"moody-scissors-love",
"moody-sheep-wash",
"moody-students-report",
"nasty-boats-bathe",
"nasty-buttons-invent",
"nasty-llamas-lay",
"nasty-seas-reflect",
"nasty-waves-kneel",
Expand All @@ -425,6 +432,7 @@
"nine-rats-heal",
"nine-starfishes-destroy",
"nine-tomatoes-poke",
"nine-walls-shake",
"ninety-dolls-sniff",
"ninety-games-flow",
"ninety-singers-invite",
Expand Down Expand Up @@ -458,6 +466,7 @@
"polite-donkeys-learn",
"polite-ducks-notice",
"polite-elephants-care",
"polite-laws-cheat",
"polite-masks-dress",
"polite-worms-happen",
"poor-apricots-juggle",
Expand Down Expand Up @@ -502,6 +511,7 @@
"quiet-cherries-smile",
"quiet-crews-hunt",
"quiet-items-behave",
"quiet-knives-refuse",
"quiet-mangos-shop",
"quiet-mugs-matter",
"quiet-singers-fly",
Expand Down Expand Up @@ -553,6 +563,7 @@
"seven-impalas-march",
"seven-jars-argue",
"seven-planes-fly",
"shaggy-days-cheat",
"shaggy-donkeys-run",
"shaggy-elephants-sell",
"shaggy-peaches-fry",
Expand Down Expand Up @@ -625,6 +636,7 @@
"soft-houses-pump",
"soft-news-teach",
"soft-students-cover",
"sour-needles-compete",
"sour-shirts-camp",
"sour-taxis-laugh",
"sour-waves-return",
Expand All @@ -635,6 +647,7 @@
"spicy-kings-perform",
"spicy-moose-relate",
"spotty-cooks-happen",
"spotty-dancers-clean",
"spotty-dragons-wait",
"spotty-parents-love",
"spotty-ties-love",
Expand Down
8 changes: 8 additions & 0 deletions packages/create-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# create-svelte

## 2.0.0-next.124

### Patch Changes

- Add sync CLI command ([#4182](https://github.com/sveltejs/kit/pull/4182))

* Upgrade to TypeScript 4.6 ([#4190](https://github.com/sveltejs/kit/pull/4190))

## 2.0.0-next.123

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-svelte",
"version": "2.0.0-next.123",
"version": "2.0.0-next.124",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
30 changes: 30 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @sveltejs/kit

## 1.0.0-next.292

### Patch Changes

- Prevent Vite from copying static assets if directory is called "public" ([#4214](https://github.com/sveltejs/kit/pull/4214))

* Add sync CLI command ([#4182](https://github.com/sveltejs/kit/pull/4182))

- [breaking] expose entire config to adapters, rather than just appDir and trailingSlash ([#4192](https://github.com/sveltejs/kit/pull/4192))

* [breaking] replace builder.prerender() with builder.writePrerendered() and builder.prerendered ([#4192](https://github.com/sveltejs/kit/pull/4192))

- [breaking] prerender pages during build, regardless of adapter ([#4192](https://github.com/sveltejs/kit/pull/4192))

* Add config.kit.prerender.default option ([#4192](https://github.com/sveltejs/kit/pull/4192))

- Ensure props are loaded from matching endpoint during client-side navigation ([#4203](https://github.com/sveltejs/kit/pull/4203))

* Use prerendered pages in svelte-kit preview ([#4192](https://github.com/sveltejs/kit/pull/4192))

- Upgrade to TypeScript 4.6 ([#4190](https://github.com/sveltejs/kit/pull/4190))

* Fix `svelte-kit preview` ([#4207](https://github.com/sveltejs/kit/pull/4207))

- Make prerendered paths available to service workers ([#4192](https://github.com/sveltejs/kit/pull/4192))

* Update history immediately before updating DOM ([#4191](https://github.com/sveltejs/kit/pull/4191))

- Add config.kit.endpointExtensions option ([#4197](https://github.com/sveltejs/kit/pull/4197))

## 1.0.0-next.291

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "1.0.0-next.291",
"version": "1.0.0-next.292",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down