Skip to content

Commit

Permalink
Version Packages (#12777)
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] authored Oct 9, 2024
1 parent dde7c60 commit 16568c2
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-fireants-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-rabbits-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-planes-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-games-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-bananas-act.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @sveltejs/kit

## 2.6.4
### Patch Changes


- fix: only preload links that have a different URL than the current page ([#12773](https://github.com/sveltejs/kit/pull/12773))


- fix: revert change to replace version in generateBundle ([#12779](https://github.com/sveltejs/kit/pull/12779))


- fix: catch stack trace fixing errors thrown in web containers ([#12775](https://github.com/sveltejs/kit/pull/12775))


- fix: use absolute links in JSDoc comments ([#12772](https://github.com/sveltejs/kit/pull/12772))

## 2.6.3
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "2.6.3",
"version": "2.6.4",
"description": "SvelteKit is the fastest way to build Svelte apps",
"keywords": [
"framework",
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/src/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// generated during release, do not modify

/** @type {string} */
export const VERSION = '2.6.3';
export const VERSION = '2.6.4';
6 changes: 6 additions & 0 deletions packages/migrate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# svelte-migrate

## 1.6.1
### Patch Changes


- chore: upgrade to ts-morph 23 ([#12607](https://github.com/sveltejs/kit/pull/12607))

## 1.6.0
### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-migrate",
"version": "1.6.0",
"version": "1.6.1",
"description": "A CLI for migrating Svelte(Kit) codebases",
"keywords": [
"migration",
Expand Down

0 comments on commit 16568c2

Please sign in to comment.