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 b9d709a commit 4810087
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@
"gentle-dogs-heal",
"gentle-news-shout",
"gentle-rules-camp",
"gentle-years-leave",
"giant-ants-hang",
"giant-ghosts-give",
"giant-rice-notice",
Expand Down Expand Up @@ -449,6 +450,7 @@
"khaki-wolves-shout",
"kind-ducks-relate",
"kind-steaks-bake",
"kind-tools-shop",
"kind-wolves-yawn",
"large-berries-exercise",
"large-carrots-visit",
Expand Down Expand Up @@ -633,6 +635,7 @@
"ninety-snakes-melt",
"ninety-suns-relax",
"ninety-vans-talk",
"ninety-walls-heal",
"odd-bottles-drop",
"odd-coats-shake",
"odd-coins-lie",
Expand Down Expand Up @@ -776,6 +779,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 +1053,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 @@ -1080,6 +1085,7 @@
"tricky-beers-unite",
"tricky-bees-yell",
"tricky-buses-punch",
"tricky-cheetahs-warn",
"tricky-maps-know",
"tricky-moose-sip",
"tricky-news-smash",
Expand Down Expand Up @@ -1144,6 +1150,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
6 changes: 6 additions & 0 deletions packages/create-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-svelte

## 2.0.0-next.158

### Patch Changes

- setup prettier plugin-search-dirs to enable use with pnpm ([#6101](https://github.com/sveltejs/kit/pull/6101))

## 2.0.0-next.157

### 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.157",
"version": "2.0.0-next.158",
"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"
}
14 changes: 14 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @sveltejs/kit

## 1.0.0-next.428

### Patch Changes

- Allow `$app/stores` to be used from anywhere on the browser ([#6100](https://github.com/sveltejs/kit/pull/6100))

* use `enumerable: false` on "[x] no longer exists" getters so that they are not triggered by spreading ([#6105](https://github.com/sveltejs/kit/pull/6105))

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

- Fix sorting of files into +layout, +error, everything else. ([#6108](https://github.com/sveltejs/kit/pull/6108))

## 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 4810087

Please sign in to comment.