Version Packages

pull/16054/head
github-actions[bot] 4 months ago
parent b5fcd112c6
commit 5c7a495a79

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: correctly transform reassignments to class fields in SSR mode

@ -1,5 +1,11 @@
# svelte
## 5.33.12
### Patch Changes
- fix: correctly transform reassignments to class fields in SSR mode ([#16051](https://github.com/sveltejs/svelte/pull/16051))
## 5.33.11
### Patch Changes

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

Loading…
Cancel
Save