Version Packages (#17087)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/16458/merge svelte@5.43.3
github-actions[bot] 2 weeks ago committed by GitHub
parent eea8a18cf2
commit 7a2435471c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: ensure fork always accesses correct values

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: change title only after any pending work has completed

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: preserve symbols when creating derived rest properties

@ -1,5 +1,15 @@
# svelte
## 5.43.3
### Patch Changes
- fix: ensure fork always accesses correct values ([#17098](https://github.com/sveltejs/svelte/pull/17098))
- fix: change title only after any pending work has completed ([#17061](https://github.com/sveltejs/svelte/pull/17061))
- fix: preserve symbols when creating derived rest properties ([#17096](https://github.com/sveltejs/svelte/pull/17096))
## 5.43.2
### Patch Changes

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

Loading…
Cancel
Save