Version Packages (#14745)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/14758/head svelte@5.14.4
github-actions[bot] 7 days ago committed by GitHub
parent c79b909458
commit 2bfdd1b436
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: remove implements from class declarations

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: remove unwanted properties from both replaced and unreplaced nodes

@ -1,5 +1,13 @@
# svelte
## 5.14.4
### Patch Changes
- fix: remove implements from class declarations ([#14749](https://github.com/sveltejs/svelte/pull/14749))
- fix: remove unwanted properties from both replaced and unreplaced nodes ([#14744](https://github.com/sveltejs/svelte/pull/14744))
## 5.14.3
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.14.3",
"version": "5.14.4",
"type": "module",
"types": "./types/index.d.ts",
"engines": {

@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.14.3';
export const VERSION = '5.14.4';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save