Version Packages

github-actions[bot] 5 days ago
parent b1f44c46c3
commit b148ccc543

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: remove `$inspect` calls after await expressions when compiling for production server code

@ -1,5 +1,11 @@
# svelte
## 5.46.2
### Patch Changes
- fix: remove `$inspect` calls after await expressions when compiling for production server code ([#17407](https://github.com/sveltejs/svelte/pull/17407))
## 5.46.1
### Patch Changes

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

Loading…
Cancel
Save