Version Packages

pull/16314/head
github-actions[bot] 2 months ago
parent 9d176b5008
commit 71fff95011

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: associate sources in Spring/Tween/SvelteMap/SvelteSet with correct reaction

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: re-evaluate derived props during teardown

@ -1,5 +1,13 @@
# svelte
## 5.35.5
### Patch Changes
- fix: associate sources in Spring/Tween/SvelteMap/SvelteSet with correct reaction ([#16325](https://github.com/sveltejs/svelte/pull/16325))
- fix: re-evaluate derived props during teardown ([#16278](https://github.com/sveltejs/svelte/pull/16278))
## 5.35.4
### Patch Changes

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

Loading…
Cancel
Save