Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 20, 2022
1 parent 4bd84b3 commit c4c6f01
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,7 @@
"rich-pumpkins-applaud",
"rich-seahorses-walk",
"rich-singers-taste",
"rich-walls-doubt",
"rotten-cats-pump",
"rotten-gorillas-sort",
"rotten-rocks-mate",
Expand Down Expand Up @@ -1049,6 +1050,7 @@
"three-windows-push",
"tidy-boats-listen",
"tidy-books-reply",
"tidy-mice-kick",
"tidy-pigs-peel",
"tidy-turkeys-rule",
"tidy-wasps-shave",
Expand Down Expand Up @@ -1144,6 +1146,7 @@
"weak-swans-lie",
"wet-beds-thank",
"wet-bees-exist",
"wet-crews-smoke",
"wet-dingos-perform",
"wet-hairs-wink",
"wet-lemons-cheat",
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.65

### Patch Changes

- Updated dependencies [[`4bd84b32`](https://github.com/sveltejs/kit/commit/4bd84b326889f71c2ebaacfc7f0f1b3a19017a4c)]:
- @sveltejs/adapter-vercel@1.0.0-next.67
- @sveltejs/adapter-netlify@1.0.0-next.71

## 1.0.0-next.64

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

### Patch Changes

- Use `platform: 'browser'` for esbuild in Vercel Edge Functions. ([#6109](https://github.com/sveltejs/kit/pull/6109))

## 1.0.0-next.66

### 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.66",
"version": "1.0.0-next.67",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-svelte/templates/skeleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "skeleton-template",
"version": "0.0.1-next.0",
"devDependencies": {
"@sveltejs/adapter-auto": "workspace:1.0.0-next.64"
"@sveltejs/adapter-auto": "workspace:1.0.0-next.65"
},
"type": "module"
}
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.428

### Patch Changes

- Fix pattern matching for routes starting with an encoded `@` symbol ([#6110](https://github.com/sveltejs/kit/pull/6110))

* Fix typos in generating `LayoutServerLoad.{name}` type ([#6123](https://github.com/sveltejs/kit/pull/6123))

## 1.0.0-next.427

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

0 comments on commit c4c6f01

Please sign in to comment.