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

Merged
merged 1 commit into from
Apr 25, 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
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@
"odd-islands-heal",
"odd-ligers-march",
"odd-ligers-swim",
"old-cars-switch",
"old-ears-wait",
"old-files-jump",
"old-years-march",
Expand Down Expand Up @@ -640,7 +641,9 @@
"sharp-olives-sparkle",
"sharp-pigs-study",
"sharp-pillows-warn",
"shiny-birds-ring",
"shiny-books-try",
"shiny-needles-divide",
"shiny-teachers-nail",
"short-beds-punch",
"short-buttons-mix",
Expand Down Expand Up @@ -777,6 +780,7 @@
"tasty-donkeys-wait",
"tasty-islands-drive",
"tasty-squids-share",
"ten-apricots-admire",
"ten-hairs-perform",
"ten-mice-kneel",
"ten-plants-sleep",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-auto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sveltejs/adapter-auto

## 1.0.0-next.39

### Patch Changes

- Updated dependencies [[`6821d642`](https://github.com/sveltejs/kit/commit/6821d642478c692ed028e91d8d08c9754aa1db2f)]:
- @sveltejs/adapter-vercel@1.0.0-next.50
- @sveltejs/adapter-netlify@1.0.0-next.55

## 1.0.0-next.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-auto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-auto",
"version": "1.0.0-next.38",
"version": "1.0.0-next.39",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/adapter-vercel

## 1.0.0-next.50

### Patch Changes

- Fix `edge: true, split: true` build error for root routes when deploying to Vercel ([#4731](https://github.com/sveltejs/kit/pull/4731))

## 1.0.0-next.49

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-vercel",
"version": "1.0.0-next.49",
"version": "1.0.0-next.50",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
10 changes: 10 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sveltejs/kit

## 1.0.0-next.321

### Patch Changes

- Tweak error message for non-validating base paths ([#4713](https://github.com/sveltejs/kit/pull/4713))

* [breaking] Supplying an empty `--host` option to `preview` exposes the server to both ipv4 and ipv6 networks ([#4729](https://github.com/sveltejs/kit/pull/4729))

- throw error on encountering infinite layout loop ([#4730](https://github.com/sveltejs/kit/pull/4730))

## 1.0.0-next.320

### 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.320",
"version": "1.0.0-next.321",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down