Skip to content

Commit f316be0

Browse files
Version Packages (#14948)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 90eafba commit f316be0

File tree

13 files changed

+33
-43
lines changed

13 files changed

+33
-43
lines changed

.changeset/busy-planes-cover.md

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

.changeset/dull-spies-hammer.md

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

.changeset/flat-steaks-yawn.md

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

.changeset/funny-seas-begin.md

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

.changeset/slick-queens-laugh.md

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

.changeset/spotty-kings-pull.md

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

.changeset/swift-fans-check.md

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

.changeset/upset-tires-retire.md

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

packages/kit/CHANGELOG.md

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

3+
## 2.48.6
4+
### Patch Changes
5+
6+
7+
- fix: clear issues upon passing validation ([#14683](https://github.com/sveltejs/kit/pull/14683))
8+
9+
10+
- fix: don't use fork of unrelated route ([#14947](https://github.com/sveltejs/kit/pull/14947))
11+
12+
13+
- fix: prevent type errors when optional `@opentelemetry/api` dependency isn't installed ([#14949](https://github.com/sveltejs/kit/pull/14949))
14+
15+
16+
- fix: preserve `this` when invoking standard validator ([#14943](https://github.com/sveltejs/kit/pull/14943))
17+
18+
19+
- fix: treat client/universal hooks as entrypoints for illegal server import detection ([#14876](https://github.com/sveltejs/kit/pull/14876))
20+
21+
22+
- fix: correct query `.set` and `.refresh` behavior in commands ([#14877](https://github.com/sveltejs/kit/pull/14877))
23+
24+
25+
- fix: improved the accuracy of the types of the output of `field.as('...')` ([#14908](https://github.com/sveltejs/kit/pull/14908))
26+
327
## 2.48.5
428
### Patch Changes
529

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.48.5",
3+
"version": "2.48.6",
44
"description": "SvelteKit is the fastest way to build Svelte apps",
55
"keywords": [
66
"framework",

0 commit comments

Comments
 (0)