Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 13, 2021
1 parent 4f5441e commit 0aee593
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 13 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Expand Up @@ -105,6 +105,8 @@
"eighty-carrots-heal",
"eighty-waves-obey",
"empty-donuts-smell",
"empty-lamps-matter",
"empty-poets-check",
"famous-rules-sort",
"famous-turtles-appear",
"fast-cameras-bow",
Expand Down Expand Up @@ -165,6 +167,7 @@
"heavy-turkeys-report",
"heavy-ways-agree",
"hip-elephants-judge",
"hip-nails-burn",
"honest-bikes-pull",
"honest-jars-report",
"hot-bags-jump",
Expand Down Expand Up @@ -311,6 +314,7 @@
"rude-olives-wink",
"rude-tomatoes-thank",
"selfish-avocados-develop",
"selfish-dancers-happen",
"selfish-ligers-allow",
"selfish-owls-own",
"serious-books-push",
Expand Down
12 changes: 12 additions & 0 deletions packages/kit/CHANGELOG.md
Expand Up @@ -4,6 +4,18 @@

### Patch Changes

- [chore] upgrade Vite to 2.5.7

* [fix] deeply-nested error components render with correct layout ([#2389](https://github.com/sveltejs/kit/pull/2389))

- Update vite-plugin-svelte to 1.0.0-next.23 ([#2402](https://github.com/sveltejs/kit/pull/2402))

* [fix] pass along set-cookie headers during SSR ([#2362](https://github.com/sveltejs/kit/pull/2362))

## 1.0.0-next.166

### Patch Changes

- [fix] deeply-nested error components render with correct layout ([#2389](https://github.com/sveltejs/kit/pull/2389))

* [fix] pass along set-cookie headers during SSR ([#2362](https://github.com/sveltejs/kit/pull/2362))
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "1.0.0-next.165",
"version": "1.0.0-next.166",
"type": "module",
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.23",
Expand Down
30 changes: 18 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0aee593

Please sign in to comment.