Version Packages

pull/17029/head
github-actions[bot] 1 week ago
parent d8137b78a5
commit cf9c731b66

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: always allow `setContext` before first await in component

@ -1,5 +0,0 @@
---
"svelte": patch
---
feat: experimental `fork` API

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: less confusing names for inspect errors

@ -1,5 +1,15 @@
# svelte
## 5.41.5
### Patch Changes
- fix: always allow `setContext` before first await in component ([#17031](https://github.com/sveltejs/svelte/pull/17031))
- feat: experimental `fork` API ([#17004](https://github.com/sveltejs/svelte/pull/17004))
- fix: less confusing names for inspect errors ([#17026](https://github.com/sveltejs/svelte/pull/17026))
## 5.41.4
### Patch Changes

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

Loading…
Cancel
Save