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) #4300

Merged
merged 1 commit into from Mar 14, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/pre.json
Expand Up @@ -114,6 +114,7 @@
"cold-pants-unite",
"cold-tables-shake",
"cool-bananas-share",
"cool-crabs-listen",
"cool-ducks-cheat",
"cool-hounds-divide",
"cool-spoons-dress",
Expand Down Expand Up @@ -149,6 +150,7 @@
"early-clocks-sneeze",
"early-lemons-collect",
"early-news-taste",
"early-pants-unite",
"early-snakes-peel",
"early-wasps-obey",
"eight-birds-run",
Expand Down Expand Up @@ -660,6 +662,7 @@
"spotty-parents-love",
"spotty-ties-love",
"spotty-timers-fix",
"stale-crabs-carry",
"stale-dodos-type",
"stale-geckos-call",
"stale-glasses-brake",
Expand Down Expand Up @@ -704,6 +707,7 @@
"tasty-cars-love",
"tasty-donkeys-wait",
"tasty-islands-drive",
"tasty-squids-share",
"ten-hairs-perform",
"ten-mice-kneel",
"ten-plants-sleep",
Expand Down
10 changes: 10 additions & 0 deletions packages/adapter-auto/CHANGELOG.md
@@ -1,5 +1,15 @@
# @sveltejs/adapter-auto

## 1.0.0-next.32

### Patch Changes

- Select adapter immediately ([#4299](https://github.com/sveltejs/kit/pull/4299))

- Updated dependencies []:
- @sveltejs/adapter-netlify@1.0.0-next.50
- @sveltejs/adapter-vercel@1.0.0-next.46

## 1.0.0-next.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-auto/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-auto",
"version": "1.0.0-next.31",
"version": "1.0.0-next.32",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
10 changes: 10 additions & 0 deletions packages/kit/CHANGELOG.md
@@ -1,5 +1,15 @@
# @sveltejs/kit

## 1.0.0-next.296

### Patch Changes

- Allow adapter.adapt to be synchronous ([#4299](https://github.com/sveltejs/kit/pull/4299))

* Make `manifest.mimeTypes` part of the public API ([#4302](https://github.com/sveltejs/kit/pull/4302))

- load hooks after server initialisation, to ensure `prerendering` is correct ([#4322](https://github.com/sveltejs/kit/pull/4322))

## 1.0.0-next.295

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "1.0.0-next.295",
"version": "1.0.0-next.296",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down