pull/384/head v1.11.3
Rich-Harris 8 years ago
parent 71c8d39474
commit ff155798fc

@ -1,5 +1,10 @@
# Svelte changelog
## 1.11.3
* Undo CSS behaviour change in 1.11.2 ([#372](https://github.com/sveltejs/svelte/issues/372))
* Pin version of css-tree ([#370](https://github.com/sveltejs/svelte/pull/370))
## 1.11.2
* Add component CSS to each document a component is rendered to ([#331](https://github.com/sveltejs/svelte/issues/331))

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

Loading…
Cancel
Save