Version Packages

pull/16313/head
github-actions[bot] 3 months ago
parent cf2ff5e8dc
commit 2fadd457af

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: abort and reschedule effect processing after state change in user effect

@ -1,5 +1,11 @@
# svelte
## 5.35.4
### Patch Changes
- fix: abort and reschedule effect processing after state change in user effect ([#16280](https://github.com/sveltejs/svelte/pull/16280))
## 5.35.3
### Patch Changes

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

Loading…
Cancel
Save