Version Packages (#8877)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/8901/head svelte@4.0.2
github-actions[bot] 1 year ago committed by GitHub
parent 0aa03df086
commit ae752c9693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: reflect all custom element prop updates back to attribute

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: shrink custom element baseline a bit

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: use non-destructive hydration for all `@html` tags

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: align `disclose-version` exports specification

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: check srcset when hydrating to prevent needless requests

@ -1,5 +1,19 @@
# svelte
## 4.0.2
### Patch Changes
- fix: reflect all custom element prop updates back to attribute ([#8898](https://github.com/sveltejs/svelte/pull/8898))
- fix: shrink custom element baseline a bit ([#8858](https://github.com/sveltejs/svelte/pull/8858))
- fix: use non-destructive hydration for all `@html` tags ([#8880](https://github.com/sveltejs/svelte/pull/8880))
- fix: align `disclose-version` exports specification ([#8874](https://github.com/sveltejs/svelte/pull/8874))
- fix: check srcset when hydrating to prevent needless requests ([#8868](https://github.com/sveltejs/svelte/pull/8868))
## 4.0.1
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "4.0.1",
"version": "4.0.2",
"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.1';
export const VERSION = '4.0.2';
export const PUBLIC_VERSION = '4';

Loading…
Cancel
Save