Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jul 8, 2022
2 parents c1ec536 + 82c57b4 commit 56ee890
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/forty-points-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sveltejs/kit": patch
---

Updated undici to fix #5383
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@
"forty-cycles-punch",
"forty-lions-give",
"forty-months-prove",
"forty-points-try",
"forty-seahorses-rest",
"forty-terms-peel",
"forty-worms-deliver",
Expand Down
6 changes: 6 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/kit

## 1.0.0-next.362

### Patch Changes

- Updated undici to fix #5383 ([#5420](https://github.com/sveltejs/kit/pull/5420))

## 1.0.0-next.361

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.361",
"version": "1.0.0-next.362",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down Expand Up @@ -44,7 +44,7 @@
"svelte2tsx": "~0.5.10",
"tiny-glob": "^0.2.9",
"typescript": "^4.7.4",
"undici": "^5.6.0",
"undici": "^5.6.1",
"uvu": "^0.5.3",
"vite": "^2.9.13"
},
Expand Down
8 changes: 4 additions & 4 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 56ee890

Please sign in to comment.