Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 3, 2023
1 parent 2ef9b7d commit 122a87c
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-ants-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-kangaroos-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-pans-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-icons-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-donkeys-itch.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/kit/CHANGELOG.md
@@ -1,5 +1,21 @@
# @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: 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: 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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 122a87c

Please sign in to comment.