Version Packages (#15756)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/15763/head svelte@5.26.3
github-actions[bot] 5 months ago committed by GitHub
parent db111f61ea
commit 7aed6beeaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: correctly validate head snippets on the server

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: ignore mutation validation for props that are not proxies in more cases

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: allow self-closing tags within math namespace

@ -1,5 +1,15 @@
# svelte
## 5.26.3
### Patch Changes
- fix: correctly validate head snippets on the server ([#15755](https://github.com/sveltejs/svelte/pull/15755))
- fix: ignore mutation validation for props that are not proxies in more cases ([#15759](https://github.com/sveltejs/svelte/pull/15759))
- fix: allow self-closing tags within math namespace ([#15761](https://github.com/sveltejs/svelte/pull/15761))
## 5.26.2
### Patch Changes

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

Loading…
Cancel
Save