We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c1e18 commit 0ac7701Copy full SHA for 0ac7701
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 1.57.3
4
+
5
+* Fix scoped CSS on static child elements ([#1223](https://github.com/sveltejs/svelte/issues/1223))
6
7
## 1.57.2
8
9
* Fix scoped CSS on SVG elements ([#1224](https://github.com/sveltejs/svelte/issues/1224))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "1.57.2",
+ "version": "1.57.3",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [
0 commit comments