Skip to content

Commit

Permalink
Version Packages (#8861)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Feb 6, 2023
1 parent 5564806 commit b108439
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-cycles-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-ants-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-ladybugs-divide.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/lucky-tables-jam.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.

9 changes: 9 additions & 0 deletions packages/adapter-auto/CHANGELOG.md
@@ -1,5 +1,14 @@
# @sveltejs/adapter-auto

## 1.0.3

### Patch Changes

- fix: pin adapter versions ([#8874](https://github.com/sveltejs/kit/pull/8874))

- Updated dependencies [[`f8dd7754`](https://github.com/sveltejs/kit/commit/f8dd7754ea21b11063613aac7d0d6cd98fc28b8e), [`fafe7d5f`](https://github.com/sveltejs/kit/commit/fafe7d5f033b249d554879b5ab7bc641f0ace362), [`e56a13c6`](https://github.com/sveltejs/kit/commit/e56a13c68a7d885f83f519c43f3510f10fee4ca5), [`02bd767d`](https://github.com/sveltejs/kit/commit/02bd767d3277a840b480fe94444cd1c886ef519b), [`97d68b13`](https://github.com/sveltejs/kit/commit/97d68b1381c1e0d052a0978824e96b9f50d248a9), [`2ef9b7d1`](https://github.com/sveltejs/kit/commit/2ef9b7d124809ce6a9804abbeaa4647a99fac97c), [`64a279f7`](https://github.com/sveltejs/kit/commit/64a279f7f92dcd4855af83fcbb09ea5ba1521ee8)]:
- @sveltejs/kit@1.4.0

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-auto/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-auto",
"version": "1.0.2",
"version": "1.0.3",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
20 changes: 20 additions & 0 deletions 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 (`<img src="">`) ([#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
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 b108439

Please sign in to comment.