diff --git a/.changeset/breezy-cycles-thank.md b/.changeset/breezy-cycles-thank.md deleted file mode 100644 index 23d8356a9bae..000000000000 --- a/.changeset/breezy-cycles-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sveltejs/kit': patch ---- - -fix: ensure types of all form actions are accessible even if differing diff --git a/.changeset/cyan-ants-float.md b/.changeset/cyan-ants-float.md deleted file mode 100644 index 4a7193bc350e..000000000000 --- a/.changeset/cyan-ants-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sveltejs/kit': minor ---- - -feat: allow $app/paths to be used without an app diff --git a/.changeset/fuzzy-kangaroos-relate.md b/.changeset/fuzzy-kangaroos-relate.md deleted file mode 100644 index 0c27b68dd624..000000000000 --- a/.changeset/fuzzy-kangaroos-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sveltejs/kit': patch ---- - -fix: correctly handle HttpErrors on the client side diff --git a/.changeset/loud-pans-fly.md b/.changeset/loud-pans-fly.md deleted file mode 100644 index 1e595deb3353..000000000000 --- a/.changeset/loud-pans-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sveltejs/kit': patch ---- - -docs: discourage use of `goto` with external URLs diff --git a/.changeset/lucky-tables-jam.md b/.changeset/lucky-tables-jam.md deleted file mode 100644 index 2b334b36f876..000000000000 --- a/.changeset/lucky-tables-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sveltejs/kit': patch ---- - -fix: prevent crawling empty urls (``) diff --git a/.changeset/silent-icons-guess.md b/.changeset/silent-icons-guess.md deleted file mode 100644 index 84f11ea69c0a..000000000000 --- a/.changeset/silent-icons-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sveltejs/kit': patch ---- - -fix: correctly serialize request url when using load `fetch` diff --git a/.changeset/slimy-donkeys-itch.md b/.changeset/slimy-donkeys-itch.md deleted file mode 100644 index 01aa7b70c507..000000000000 --- a/.changeset/slimy-donkeys-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sveltejs/kit': patch ---- - -fix: ensure endpoints can fetch endpoints on the same host but not part of the application diff --git a/packages/kit/CHANGELOG.md b/packages/kit/CHANGELOG.md index 921ee2317f70..71fca7680f79 100644 --- a/packages/kit/CHANGELOG.md +++ b/packages/kit/CHANGELOG.md @@ -1,5 +1,25 @@ # @sveltejs/kit +## 1.4.0 + +### Minor Changes + +- feat: allow $app/paths to be used without an app ([#8838](https://github.com/sveltejs/kit/pull/8838)) + +### Patch Changes + +- fix: ensure types of all form actions are accessible even if differing ([#8877](https://github.com/sveltejs/kit/pull/8877)) + +- fix: correctly handle HttpErrors on the client side ([#8829](https://github.com/sveltejs/kit/pull/8829)) + +- docs: discourage use of `goto` with external URLs ([#8837](https://github.com/sveltejs/kit/pull/8837)) + +- fix: prevent crawling empty urls (``) ([#8883](https://github.com/sveltejs/kit/pull/8883)) + +- fix: correctly serialize request url when using load `fetch` ([#8876](https://github.com/sveltejs/kit/pull/8876)) + +- fix: ensure endpoints can fetch endpoints on the same host but not part of the application ([#8869](https://github.com/sveltejs/kit/pull/8869)) + ## 1.3.10 ### Patch Changes diff --git a/packages/kit/package.json b/packages/kit/package.json index d44fabdd82ca..7a43624d86d3 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -1,6 +1,6 @@ { "name": "@sveltejs/kit", - "version": "1.3.10", + "version": "1.4.0", "repository": { "type": "git", "url": "https://github.com/sveltejs/kit",