Skip to content

Commit

Permalink
Version Packages (next) (#5569)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 18, 2022
1 parent e146ec2 commit 3506dec
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@
"eighty-waves-obey",
"eleven-buckets-deny",
"eleven-bugs-fail",
"eleven-bulldogs-fetch",
"eleven-dots-reply",
"empty-donuts-smell",
"empty-doors-count",
Expand Down Expand Up @@ -671,6 +672,7 @@
"purple-readers-build",
"purple-windows-wink",
"quick-balloons-invite",
"quick-boxes-reflect",
"quick-chicken-hide",
"quick-maps-remain",
"quick-pets-turn",
Expand Down Expand Up @@ -1004,6 +1006,7 @@
"twenty-papayas-compare",
"twenty-pigs-attend",
"twenty-turkeys-promise",
"twenty-vans-divide",
"twenty-windows-build",
"two-buttons-eat",
"two-crabs-tease",
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.62

### Patch Changes

- Updated dependencies [[`2a9c1925`](https://github.com/sveltejs/kit/commit/2a9c19252912d61bd840441fe80dc13366af41f7)]:
- @sveltejs/adapter-vercel@1.0.0-next.64
- @sveltejs/adapter-netlify@1.0.0-next.69

## 1.0.0-next.61

### 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.61",
"version": "1.0.0-next.62",
"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.64

### Patch Changes

- Don't remove .vercel/output directory ([#5555](https://github.com/sveltejs/kit/pull/5555))

## 1.0.0-next.63

### 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.63",
"version": "1.0.0-next.64",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
8 changes: 8 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sveltejs/kit

## 1.0.0-next.378

### Patch Changes

- Pause Node streams as necessary when converting to ReadableStream ([#5587](https://github.com/sveltejs/kit/pull/5587))

* improve vite version check to work with custom resolutions, eg. pnpm overrides ([#5586](https://github.com/sveltejs/kit/pull/5586))

## 1.0.0-next.377

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

0 comments on commit 3506dec

Please sign in to comment.