Skip to content

Commit 28e24ce

Browse files
Version Packages (#14511)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7e84789 commit 28e24ce

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

.changeset/flat-ducks-attack.md

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

.changeset/large-chicken-obey.md

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

.changeset/sour-bananas-tease.md

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

packages/kit/CHANGELOG.md

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

3+
## 2.43.2
4+
### Patch Changes
5+
6+
7+
- fix: ensure rendering starts off synchronously ([#14517](https://github.com/sveltejs/kit/pull/14517))
8+
9+
10+
- fix: keep serialized remote data alive until navigation ([#14508](https://github.com/sveltejs/kit/pull/14508))
11+
312
## 2.43.1
413
### Patch Changes
514

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

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.5.4
4+
### Patch Changes
5+
6+
7+
- fix: resolve more alias issues ([#14514](https://github.com/sveltejs/kit/pull/14514))
8+
39
## 2.5.3
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.5.3",
3+
"version": "2.5.4",
44
"description": "The fastest way to build Svelte packages",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)