Version Packages (#14764)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/14774/head svelte@5.14.5
github-actions[bot] 9 months ago committed by GitHub
parent 7c6379a260
commit 69d198eb44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: bump esrap dependency

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: ensure svg namespace for `<a>` elements is correct

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: treeshake `$inspect.trace` code if unused

@ -1,5 +1,15 @@
# svelte
## 5.14.5
### Patch Changes
- fix: bump esrap dependency ([#14765](https://github.com/sveltejs/svelte/pull/14765))
- fix: ensure svg namespace for `<a>` elements is correct ([#14756](https://github.com/sveltejs/svelte/pull/14756))
- fix: treeshake `$inspect.trace` code if unused ([#14770](https://github.com/sveltejs/svelte/pull/14770))
## 5.14.4
### Patch Changes

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

Loading…
Cancel
Save