Version Packages (#17127)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/17132/head svelte@5.43.5
github-actions[bot] 2 weeks ago committed by GitHub
parent 68d4f9c3b6
commit 554202ecf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: ensure async static props/attributes are awaited

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: wait on dependencies of async bindings

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: await dependencies of style directives

@ -1,5 +1,15 @@
# svelte
## 5.43.5
### Patch Changes
- fix: ensure async static props/attributes are awaited ([#17120](https://github.com/sveltejs/svelte/pull/17120))
- fix: wait on dependencies of async bindings ([#17120](https://github.com/sveltejs/svelte/pull/17120))
- fix: await dependencies of style directives ([#17120](https://github.com/sveltejs/svelte/pull/17120))
## 5.43.4
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.43.4",
"version": "5.43.5",
"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.43.4';
export const VERSION = '5.43.5';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save