Version Packages

pull/15118/head
github-actions[bot] 2 years ago
parent fc4dd2dec4
commit 981effacc5

@ -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