Skip to content

Commit

Permalink
Version Packages (next) (#6118)
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 Aug 20, 2022
1 parent 9b24b9c commit 476f17f
Show file tree
Hide file tree
Showing 11 changed files with 59 additions and 5 deletions.
10 changes: 10 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 @@ -424,6 +425,7 @@
"hot-dogs-fry",
"hot-keys-walk",
"hot-kings-confess",
"hot-lions-cough",
"hot-planes-shout",
"hot-taxis-jam",
"hungry-coats-sort",
Expand All @@ -449,6 +451,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 +636,7 @@
"ninety-snakes-melt",
"ninety-suns-relax",
"ninety-vans-talk",
"ninety-walls-heal",
"odd-bottles-drop",
"odd-coats-shake",
"odd-coins-lie",
Expand All @@ -652,6 +656,7 @@
"old-ears-wait",
"old-files-jump",
"old-years-march",
"olive-ducks-talk",
"olive-frogs-add",
"olive-frogs-drive",
"olive-lies-train",
Expand Down Expand Up @@ -776,6 +781,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 +1055,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 +1087,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 @@ -1138,12 +1146,14 @@
"warm-jars-move",
"warm-knives-swim",
"warm-news-stare",
"warm-pots-melt",
"weak-ladybugs-greet",
"weak-parents-compare",
"weak-parents-guess",
"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
8 changes: 8 additions & 0 deletions packages/create-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# create-svelte

## 2.0.0-next.158

### Patch Changes

- Add notes about includes/excludes and path aliases ([#6085](https://github.com/sveltejs/kit/pull/6085))

* 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
16 changes: 16 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @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))

* Add test folder to generated tsconfig ([#6085](https://github.com/sveltejs/kit/pull/6085))

## 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
6 changes: 6 additions & 0 deletions packages/migrate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# svelte-migrate

## 1.0.0-next.9

### Patch Changes

- Handle Error without message, handle status 200, handle missing body ([#6096](https://github.com/sveltejs/kit/pull/6096))

## 1.0.0-next.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-migrate",
"version": "1.0.0-next.8",
"version": "1.0.0-next.9",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down

0 comments on commit 476f17f

Please sign in to comment.