Skip to content

Commit f616c22

Browse files
Version Packages (#14366)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 811c8d3 commit f616c22

File tree

7 files changed

+14
-22
lines changed

7 files changed

+14
-22
lines changed

.changeset/bright-jokes-bow.md

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

.changeset/kind-horses-lay.md

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

.changeset/new-houses-roll.md

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

.changeset/unlucky-icons-sit.md

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

packages/svelte/CHANGELOG.md

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

3+
## 5.2.5
4+
5+
### Patch Changes
6+
7+
- fix: correctly handle srcObject attribute on video elements ([#14369](https://github.com/sveltejs/svelte/pull/14369))
8+
9+
- add `contentvisibilityautostatechange` event to element definitions ([#14373](https://github.com/sveltejs/svelte/pull/14373))
10+
11+
- fix: tighten up `export default` validation ([#14368](https://github.com/sveltejs/svelte/pull/14368))
12+
13+
- fix: include method definitions in class private fields ([#14365](https://github.com/sveltejs/svelte/pull/14365))
14+
315
## 5.2.4
416

517
### Patch Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
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.4",
5+
"version": "5.2.5",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

Lines changed: 1 addition & 1 deletion
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.4';
9+
export const VERSION = '5.2.5';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)