Version Packages

pull/8911/head
github-actions[bot] 3 years ago
parent 136aebd8eb
commit 9bb9ec2165

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: claim svg tags in raw mustache tags correctly

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: repair invalid raw html content during hydration

@ -1,5 +1,13 @@
# svelte
## 4.0.4
### Patch Changes
- fix: claim svg tags in raw mustache tags correctly ([#8910](https://github.com/sveltejs/svelte/pull/8910))
- fix: repair invalid raw html content during hydration ([#8912](https://github.com/sveltejs/svelte/pull/8912))
## 4.0.3
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "4.0.3",
"version": "4.0.4",
"description": "Cybernetically enhanced web apps",
"type": "module",
"module": "src/runtime/index.js",

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

Loading…
Cancel
Save