Version Packages (#15118)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/15132/head svelte@5.19.4
github-actions[bot] 8 months ago committed by GitHub
parent fc4dd2dec4
commit b2c8224a73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: Add `bind:focused` property to `HTMLAttributes` type

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: lazily connect derievds (in deriveds) to their parent

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: disallow $state/$derived in const tags

@ -1,5 +1,15 @@
# svelte
## 5.19.4
### Patch Changes
- fix: Add `bind:focused` property to `HTMLAttributes` type ([#15122](https://github.com/sveltejs/svelte/pull/15122))
- fix: lazily connect derievds (in deriveds) to their parent ([#15129](https://github.com/sveltejs/svelte/pull/15129))
- fix: disallow $state/$derived in const tags ([#15115](https://github.com/sveltejs/svelte/pull/15115))
## 5.19.3
### Patch Changes

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

@ -4,5 +4,5 @@
* The current version, as set in package.json.
* @type {string}
*/
export const VERSION = '5.19.3';
export const VERSION = '5.19.4';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save