Version Packages (#11491)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/11584/head svelte@4.2.16
github-actions[bot] 1 year ago committed by GitHub
parent 1bab571caa
commit 8e4c7788a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: check if svelte component exists on custom element destroy

@ -1,5 +1,11 @@
# svelte
## 4.2.16
### Patch Changes
- fix: check if svelte component exists on custom element destroy ([#11489](https://github.com/sveltejs/svelte/pull/11489))
## 4.2.15
### Patch Changes

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

Loading…
Cancel
Save