From c79eff0e17d405e46c6e6d0e1e4fac8747578d54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 11:53:22 +0200 Subject: [PATCH] Version Packages (#9657) Co-authored-by: github-actions[bot] --- .changeset/shy-avocados-sip.md | 5 ----- .changeset/spotty-parents-run.md | 5 ----- .changeset/swift-ads-itch.md | 5 ----- packages/kit/CHANGELOG.md | 10 ++++++++++ packages/kit/package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/shy-avocados-sip.md delete mode 100644 .changeset/spotty-parents-run.md delete mode 100644 .changeset/swift-ads-itch.md diff --git a/.changeset/shy-avocados-sip.md b/.changeset/shy-avocados-sip.md deleted file mode 100644 index 20b3566767e7..000000000000 --- a/.changeset/shy-avocados-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sveltejs/kit': patch ---- - -fix: correct allow header methods list for 405s diff --git a/.changeset/spotty-parents-run.md b/.changeset/spotty-parents-run.md deleted file mode 100644 index 9fce43dfbc7f..000000000000 --- a/.changeset/spotty-parents-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sveltejs/kit': patch ---- - -fix: prevent routes/layouts from having conflicting files through resets or different extensions diff --git a/.changeset/swift-ads-itch.md b/.changeset/swift-ads-itch.md deleted file mode 100644 index 92e930b903c5..000000000000 --- a/.changeset/swift-ads-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sveltejs/kit': patch ---- - -fix: prevent unhandled exceptions for invalid header values diff --git a/packages/kit/CHANGELOG.md b/packages/kit/CHANGELOG.md index 1f64b5b44559..a806a4c2f575 100644 --- a/packages/kit/CHANGELOG.md +++ b/packages/kit/CHANGELOG.md @@ -1,5 +1,15 @@ # @sveltejs/kit +## 1.15.5 + +### Patch Changes + +- fix: correct allow header methods list for 405s ([#9655](https://github.com/sveltejs/kit/pull/9655)) + +- fix: prevent routes/layouts from having conflicting files through resets or different extensions ([#9590](https://github.com/sveltejs/kit/pull/9590)) + +- fix: prevent unhandled exceptions for invalid header values ([#9638](https://github.com/sveltejs/kit/pull/9638)) + ## 1.15.4 ### Patch Changes diff --git a/packages/kit/package.json b/packages/kit/package.json index 165d65f6437d..00007b5691d9 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -1,6 +1,6 @@ { "name": "@sveltejs/kit", - "version": "1.15.4", + "version": "1.15.5", "description": "The fastest way to build Svelte apps", "repository": { "type": "git",