Version Packages (#14366)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/14375/head svelte@5.2.5
github-actions[bot] 1 month ago committed by GitHub
parent 811c8d32eb
commit f616c22053
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: correctly handle srcObject attribute on video elements

@ -1,5 +0,0 @@
---
'svelte': patch
---
add `contentvisibilityautostatechange` event to element definitions

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: tighten up `export default` validation

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: include method definitions in class private fields

@ -1,5 +1,17 @@
# svelte
## 5.2.5
### Patch Changes
- fix: correctly handle srcObject attribute on video elements ([#14369](https://github.com/sveltejs/svelte/pull/14369))
- add `contentvisibilityautostatechange` event to element definitions ([#14373](https://github.com/sveltejs/svelte/pull/14373))
- fix: tighten up `export default` validation ([#14368](https://github.com/sveltejs/svelte/pull/14368))
- fix: include method definitions in class private fields ([#14365](https://github.com/sveltejs/svelte/pull/14365))
## 5.2.4
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.2.4",
"version": "5.2.5",
"type": "module",
"types": "./types/index.d.ts",
"engines": {

@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.2.4';
export const VERSION = '5.2.5';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save