Version Packages

pull/16133/head
github-actions[bot] 3 months ago
parent f5a020d56b
commit 4ed20a4995

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: correctly tag private class state fields

@ -1,5 +1,11 @@
# svelte
## 5.34.1
### Patch Changes
- fix: correctly tag private class state fields ([#16132](https://github.com/sveltejs/svelte/pull/16132))
## 5.34.0
### Minor Changes

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

Loading…
Cancel
Save