Skip to content

Commit

Permalink
Version Packages (next) (#6591)
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] committed Sep 5, 2022
1 parent 0032048 commit a4eb945
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .changeset/pre.json
Expand Up @@ -31,7 +31,12 @@
"test-writes": "0.0.2-next.0",
"svelte-migrate": "1.0.0-next.0",
"skeleton-template": "0.0.1-next.0",
"@sveltejs/package": "1.0.0-next.1"
"@sveltejs/package": "1.0.0-next.1",
"private-dynamic-env": "0.0.1",
"private-dynamic-env-dynamic-import": "0.0.1",
"private-static-env": "0.0.1",
"private-static-env-dynamic-import": "0.0.1",
"server-only-module": "0.0.1"
},
"changesets": [
"afraid-eels-tease",
Expand Down Expand Up @@ -723,6 +728,7 @@
"perfect-ghosts-shake",
"perfect-kiwis-sneeze",
"perfect-mayflies-sneeze",
"perfect-rules-burn",
"perfect-socks-sparkle",
"pink-ducks-press",
"pink-flies-mix",
Expand Down Expand Up @@ -924,6 +930,7 @@
"shy-oranges-sin",
"shy-toes-punch",
"silent-crews-change",
"silent-cycles-reply",
"silly-ants-battle",
"silly-grapes-cover",
"silly-jokes-hug",
Expand Down
8 changes: 8 additions & 0 deletions packages/kit/CHANGELOG.md
@@ -1,5 +1,13 @@
# @sveltejs/kit

## 1.0.0-next.471

### Patch Changes

- [breaking] Allow users to designate modules as server-only ([#6422](https://github.com/sveltejs/kit/pull/6422))

* [breaking] exclude headers from serialized responses by default, add `filterSerializedResponseHeaders` `resolve` option ([#6569](https://github.com/sveltejs/kit/pull/6569))

## 1.0.0-next.470

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

0 comments on commit a4eb945

Please sign in to comment.