Skip to content

Commit

Permalink
Version Packages (#13277)
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 Jan 7, 2025
1 parent 80a9e83 commit 3c31092
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-bees-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-tips-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-rabbits-smell.md

This file was deleted.

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

## 2.15.2
### Patch Changes


- fix: correctly notify page store subscribers ([#13205](https://github.com/sveltejs/kit/pull/13205))


- fix: prerender data when there is no server load but the `trailingSlash` option is set from the server ([#13262](https://github.com/sveltejs/kit/pull/13262))


- fix: correctly remove navigation callbacks when returning function in onNavigate ([#13241](https://github.com/sveltejs/kit/pull/13241))

## 2.15.1
### 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.15.1",
"version": "2.15.2",
"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.15.1';
export const VERSION = '2.15.2';

0 comments on commit 3c31092

Please sign in to comment.