Skip to content

Commit

Permalink
Version Packages (next) (#6638)
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 8, 2022
1 parent c9626a0 commit e20425f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
"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"
"server-only-module": "0.0.1",
"server-only-folder": "0.0.1",
"server-only-folder-dynamic-import": "0.0.1",
"server-only-module-dynamic-import": "0.0.1"
},
"changesets": [
"afraid-eels-tease",
Expand Down Expand Up @@ -68,6 +71,7 @@
"blue-apes-type",
"blue-bees-jump",
"blue-bulldogs-visit",
"blue-buttons-march",
"blue-cats-mate",
"blue-jobs-laugh",
"blue-llamas-exist",
Expand Down Expand Up @@ -320,6 +324,7 @@
"forty-cycles-punch",
"forty-lions-give",
"forty-months-prove",
"forty-news-kiss",
"forty-points-try",
"forty-seahorses-rest",
"forty-terms-peel",
Expand Down Expand Up @@ -899,6 +904,7 @@
"seven-jars-argue",
"seven-planes-fly",
"shaggy-bugs-move",
"shaggy-cameras-sip",
"shaggy-days-cheat",
"shaggy-donkeys-run",
"shaggy-elephants-sell",
Expand Down
10 changes: 10 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sveltejs/kit

## 1.0.0-next.477

### Patch Changes

- [breaking] prevent import of `$lib/server` modules in client-facing code ([#6623](https://github.com/sveltejs/kit/pull/6623))

* [breaking] change sveltekit.message to sveltekit.error.message ([#6659](https://github.com/sveltejs/kit/pull/6659))

- [breaking] apply 304 logic after handle, so handle receives original response from resolve ([#6639](https://github.com/sveltejs/kit/pull/6639))

## 1.0.0-next.476

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

0 comments on commit e20425f

Please sign in to comment.