Skip to content

Commit 7c81ac9

Browse files
Version Packages (#13353)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ab58c22 commit 7c81ac9

File tree

9 files changed

+21
-23
lines changed

9 files changed

+21
-23
lines changed

.changeset/bright-scissors-grow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cyan-dancers-tap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/forty-houses-collect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/many-gorillas-shout.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/kit/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @sveltejs/kit
22

3+
## 2.16.1
4+
### Patch Changes
5+
6+
7+
- fix: avoid overwriting headers for sub-requests made while loading the error page ([#13341](https://github.com/sveltejs/kit/pull/13341))
8+
9+
10+
- fix: correctly resolve index file entrypoints such as `src/service-worker/index.js` ([#13354](https://github.com/sveltejs/kit/pull/13354))
11+
12+
13+
- fix: correctly handle relative anchors when using the hash router ([#13356](https://github.com/sveltejs/kit/pull/13356))
14+
315
## 2.16.0
416
### Minor Changes
517

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/kit",
3-
"version": "2.16.0",
3+
"version": "2.16.1",
44
"description": "SvelteKit is the fastest way to build Svelte apps",
55
"keywords": [
66
"framework",

packages/kit/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// generated during release, do not modify
22

33
/** @type {string} */
4-
export const VERSION = '2.16.0';
4+
export const VERSION = '2.16.1';

packages/package/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sveltejs/package
22

3+
## 2.3.8
4+
### Patch Changes
5+
6+
7+
- fix: resolve aliases more robustly ([#13351](https://github.com/sveltejs/kit/pull/13351))
8+
39
## 2.3.7
410
### Patch Changes
511

packages/package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/package",
3-
"version": "2.3.7",
3+
"version": "2.3.8",
44
"description": "The fastest way to build Svelte packages",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)