Skip to content

Commit

Permalink
Version Packages (next) (#5924)
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 16, 2022
1 parent 4ebfc9d commit ee6b50e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"afraid-oranges-doubt",
"angry-crabs-walk",
"angry-maps-divide",
"angry-peaches-warn",
"angry-pugs-play",
"angry-tigers-prove",
"beige-bananas-press",
Expand All @@ -65,6 +66,7 @@
"blue-poets-jam",
"blue-squids-march",
"blue-teachers-allow",
"brave-apricots-approve",
"brave-avocados-relax",
"brave-berries-join",
"brave-clouds-protect",
Expand Down Expand Up @@ -454,6 +456,7 @@
"lazy-berries-decide",
"lazy-carpets-join",
"lazy-mice-smile",
"lazy-owls-run",
"lazy-spies-wash",
"lazy-ways-swim",
"lemon-camels-brush",
Expand Down Expand Up @@ -850,6 +853,7 @@
"slow-dots-know",
"slow-fans-own",
"slow-shirts-retire",
"slow-spiders-agree",
"slow-suns-reply",
"small-crabs-sparkle",
"small-laws-cheat",
Expand Down
12 changes: 12 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sveltejs/kit

## 1.0.0-next.411

### Patch Changes

- Hydration validation errors ([#5918](https://github.com/sveltejs/kit/pull/5918))

* Handle function without params when writing TS proxy ([#5928](https://github.com/sveltejs/kit/pull/5928))

- [fix] prevent `Content-Length` header from being incorrectly inherited by requests made from `load`'s `fetch` during SSR ([#5922](https://github.com/sveltejs/kit/pull/5922))

* Provide helpful error message on invalid named layout reference ([#5912](https://github.com/sveltejs/kit/pull/5912))

## 1.0.0-next.410

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

0 comments on commit ee6b50e

Please sign in to comment.