Version Packages

pull/16121/head
github-actions[bot] 3 months ago
parent fd08cb03de
commit f3c83e537e

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: reset `is_flushing` if `flushSync` is called and there's no scheduled effect

@ -1,5 +1,11 @@
# svelte
## 5.33.19
### Patch Changes
- fix: reset `is_flushing` if `flushSync` is called and there's no scheduled effect ([#16119](https://github.com/sveltejs/svelte/pull/16119))
## 5.33.18
### Patch Changes

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

Loading…
Cancel
Save