Version Packages (#8902)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/8907/head svelte@4.0.3
github-actions[bot] 1 year ago committed by GitHub
parent 8de9dc6144
commit 800f6c076b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: handle falsy srcset values

@ -1,5 +1,11 @@
# svelte
## 4.0.3
### Patch Changes
- fix: handle falsy srcset values ([#8901](https://github.com/sveltejs/svelte/pull/8901))
## 4.0.2
### Patch Changes

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

Loading…
Cancel
Save