pull/7738/head
Rich Harris 8 years ago
parent cc6364fde7
commit 89c9793731

@ -1,5 +1,9 @@
# Svelte changelog # Svelte changelog
## 1.57.2
* Fix scoped CSS on SVG elements ([#1224](https://github.com/sveltejs/svelte/issues/1224))
## 1.57.1 ## 1.57.1
* Add each_value to contextProps ([#1206](https://github.com/sveltejs/svelte/issues/1206)) * Add each_value to contextProps ([#1206](https://github.com/sveltejs/svelte/issues/1206))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "1.57.1", "version": "1.57.2",
"description": "The magical disappearing UI framework", "description": "The magical disappearing UI framework",
"main": "compiler/svelte.js", "main": "compiler/svelte.js",
"files": [ "files": [

Loading…
Cancel
Save