Version Packages

pull/16397/head
github-actions[bot] 2 months ago
parent ee1ef6083a
commit b9c7e4394a

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: avoid microtask in flushSync

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: ensure compiler state is reset before compilation

@ -1,5 +1,13 @@
# svelte
## 5.36.4
### Patch Changes
- fix: avoid microtask in flushSync ([#16394](https://github.com/sveltejs/svelte/pull/16394))
- fix: ensure compiler state is reset before compilation ([#16396](https://github.com/sveltejs/svelte/pull/16396))
## 5.36.3
### Patch Changes

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

Loading…
Cancel
Save