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 Oct 9, 2024
1 parent 571f731 commit 6531a80
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-fireants-hug.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';

0 comments on commit 6531a80

Please sign in to comment.