We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8592914 commit a8deae9Copy full SHA for a8deae9
.changeset/long-owls-eat.md
packages/svelte/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# svelte
2
3
+## 4.2.17
4
+
5
+### Patch Changes
6
7
+- fix: correctly handle falsy values of style directives in SSR mode ([#11584](https://github.com/sveltejs/svelte/pull/11584))
8
9
## 4.2.16
10
11
### Patch Changes
packages/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "4.2.16",
+ "version": "4.2.17",
"description": "Cybernetically enhanced web apps",
"type": "module",
"module": "src/runtime/index.js",
packages/svelte/src/shared/version.js
@@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
-export const VERSION = '4.2.16';
+export const VERSION = '4.2.17';
export const PUBLIC_VERSION = '4';
0 commit comments