Skip to content

Commit 2b5c0e7

Browse files
Version Packages (#14383)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 63484af commit 2b5c0e7

8 files changed

+16
-27
lines changed

.changeset/fuzzy-lies-battle.md

-5
This file was deleted.

.changeset/lovely-mayflies-sing.md

-5
This file was deleted.

.changeset/rich-worms-burn.md

-5
This file was deleted.

.changeset/short-chicken-compare.md

-5
This file was deleted.

.changeset/wicked-buses-work.md

-5
This file was deleted.

packages/svelte/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# svelte
22

3+
## 5.2.8
4+
5+
### Patch Changes
6+
7+
- fix: correctly prune each blocks ([#14403](https://github.com/sveltejs/svelte/pull/14403))
8+
9+
- fix: provide temporary `LegacyComponentType` ([#14257](https://github.com/sveltejs/svelte/pull/14257))
10+
11+
- fix: attach spread attribute events synchronously ([#14387](https://github.com/sveltejs/svelte/pull/14387))
12+
13+
- fix: ensure last empty text node correctly hydrates ([#14425](https://github.com/sveltejs/svelte/pull/14425))
14+
15+
- fix: correctly prune key blocks ([#14403](https://github.com/sveltejs/svelte/pull/14403))
16+
317
## 5.2.7
418

519
### Patch Changes

packages/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svelte",
33
"description": "Cybernetically enhanced web apps",
44
"license": "MIT",
5-
"version": "5.2.7",
5+
"version": "5.2.8",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* https://svelte.dev/docs/svelte-compiler#svelte-version
77
* @type {string}
88
*/
9-
export const VERSION = '5.2.7';
9+
export const VERSION = '5.2.8';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)