Version Packages

changeset-release/main
github-actions[bot] 4 days ago
parent 26786e9298
commit f0767a75c7

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: skip controlled each fast path while another batch is pending

@ -1,5 +1,11 @@
# svelte
## 5.56.9
### Patch Changes
- fix: skip controlled each fast path while another batch is pending ([#18625](https://github.com/sveltejs/svelte/pull/18625))
## 5.56.8
### Patch Changes

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

Loading…
Cancel
Save