Version Packages

pull/17353/head
github-actions[bot] 1 week ago
parent 00459a1d78
commit 0bd88f706b

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: race condition when importing `AsyncLocalStorage`

@ -1,5 +1,11 @@
# svelte
## 5.45.10
### Patch Changes
- fix: race condition when importing `AsyncLocalStorage` ([#17350](https://github.com/sveltejs/svelte/pull/17350))
## 5.45.9
### Patch Changes

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

Loading…
Cancel
Save