Skip to content

Commit

Permalink
Version Packages (next) (#6946)
Browse files Browse the repository at this point in the history
* Version Packages (next)

* Update packages/kit/CHANGELOG.md

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
  • Loading branch information
3 people committed Sep 21, 2022
1 parent 778078b commit fb3d202
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Expand Up @@ -45,6 +45,7 @@
"afraid-eels-tease",
"afraid-flowers-train",
"afraid-games-jog",
"afraid-gifts-act",
"afraid-kings-mix",
"afraid-llamas-matter",
"afraid-oranges-doubt",
Expand Down Expand Up @@ -218,6 +219,7 @@
"cyan-seals-trade",
"cyan-years-live",
"dirty-bikes-join",
"dirty-candles-peel",
"dirty-ligers-protect",
"dry-baboons-turn",
"dry-cars-dance",
Expand Down Expand Up @@ -1354,6 +1356,7 @@
"witty-maps-pull",
"witty-meals-tie",
"witty-news-dress",
"witty-shoes-know",
"yellow-apricots-stare",
"yellow-coins-wash",
"yellow-eagles-carry",
Expand Down
9 changes: 9 additions & 0 deletions packages/adapter-auto/CHANGELOG.md
@@ -1,5 +1,14 @@
# @sveltejs/adapter-auto

## 1.0.0-next.79

### Patch Changes

- Updated dependencies [[`ae8225d4`](https://github.com/sveltejs/kit/commit/ae8225d4e547c8bc07d82e516dd49315eddb56c3)]:
- @sveltejs/adapter-cloudflare@1.0.0-next.37
- @sveltejs/adapter-netlify@1.0.0-next.78
- @sveltejs/adapter-vercel@1.0.0-next.77

## 1.0.0-next.78

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-auto/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-auto",
"version": "1.0.0-next.78",
"version": "1.0.0-next.79",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-cloudflare/CHANGELOG.md
@@ -1,5 +1,11 @@
# @sveltejs/adapter-cloudflare

## 1.0.0-next.37

### Patch Changes

- Support Cloudflare Pages `_routes.json` specification ([#6530](https://github.com/sveltejs/kit/pull/6530))

## 1.0.0-next.36

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-cloudflare",
"version": "1.0.0-next.36",
"version": "1.0.0-next.37",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
8 changes: 8 additions & 0 deletions packages/kit/CHANGELOG.md
@@ -1,5 +1,13 @@
# @sveltejs/kit

## 1.0.0-next.493

### Patch Changes

* [fix] allow missing routes folder ([#6944](https://github.com/sveltejs/kit/pull/6944))

- Only forward set-cookie headers for internal fetches ([#6923](https://github.com/sveltejs/kit/pull/6923))

## 1.0.0-next.492

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "1.0.0-next.492",
"version": "1.0.0-next.493",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down

0 comments on commit fb3d202

Please sign in to comment.