We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8705d44 commit c6340b8Copy full SHA for c6340b8
.changeset/nine-buses-own.md
packages/svelte/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# svelte
2
3
+## 5.14.5
4
+
5
+### Patch Changes
6
7
+- fix: ensure svg namespace for `<a>` elements is correct ([#14756](https://github.com/sveltejs/svelte/pull/14756))
8
9
## 5.14.4
10
11
### Patch Changes
packages/svelte/package.json
@@ -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": {
packages/svelte/src/version.js
@@ -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';
0 commit comments