Skip to content

Commit 84b8c26

Browse files
Version Packages (#14492)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f3b5bfb commit 84b8c26

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

.changeset/full-bats-itch.md

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

.changeset/late-dodos-move.md

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

.changeset/soft-emus-fry.md

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

packages/kit/CHANGELOG.md

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

3+
## 2.43.0
4+
### Minor Changes
5+
6+
7+
- feat: experimental async SSR ([#14447](https://github.com/sveltejs/kit/pull/14447))
8+
9+
10+
### Patch Changes
11+
12+
13+
- fix: ensure `__SVELTEKIT_PAYLOAD__.data` is accessed safely ([#14491](https://github.com/sveltejs/kit/pull/14491))
14+
15+
16+
- fix: create separate cache entries for non-exported remote function queries ([#14499](https://github.com/sveltejs/kit/pull/14499))
17+
318
## 2.42.2
419
### Patch Changes
520

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.42.2",
3+
"version": "2.43.0",
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.42.2';
4+
export const VERSION = '2.43.0';

0 commit comments

Comments
 (0)