pull/1231/head v1.57.3
Rich Harris 7 years ago
parent 83c1e18233
commit 0ac77019d0

@ -1,5 +1,9 @@
# Svelte changelog
## 1.57.3
* Fix scoped CSS on static child elements ([#1223](https://github.com/sveltejs/svelte/issues/1223))
## 1.57.2
* Fix scoped CSS on SVG elements ([#1224](https://github.com/sveltejs/svelte/issues/1224))

@ -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": [

Loading…
Cancel
Save