Version Packages (#11594)

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

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: correctly handle falsy values of style directives in SSR mode

@ -1,5 +1,11 @@
# svelte # svelte
## 4.2.17
### Patch Changes
- fix: correctly handle falsy values of style directives in SSR mode ([#11584](https://github.com/sveltejs/svelte/pull/11584))
## 4.2.16 ## 4.2.16
### Patch Changes ### Patch Changes

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

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

Loading…
Cancel
Save