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 # 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 ## 5.35.3
### Patch Changes ### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte", "name": "svelte",
"description": "Cybernetically enhanced web apps", "description": "Cybernetically enhanced web apps",
"license": "MIT", "license": "MIT",
"version": "5.35.3", "version": "5.35.4",
"type": "module", "type": "module",
"types": "./types/index.d.ts", "types": "./types/index.d.ts",
"engines": { "engines": {

@ -4,5 +4,5 @@
* The current version, as set in package.json. * The current version, as set in package.json.
* @type {string} * @type {string}
*/ */
export const VERSION = '5.35.3'; export const VERSION = '5.35.4';
export const PUBLIC_VERSION = '5'; export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save