0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00

-> v1.11.2

This commit is contained in:
Rich Harris 2017-03-10 15:54:31 -05:00
parent 6fdbe52726
commit 7525d6417d
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Svelte changelog
## 1.11.2
* Add component CSS to each document a component is rendered to ([#331](https://github.com/sveltejs/svelte/issues/331))
## 1.11.1
* Fix two-way binding for components inside `each` blocks ([#356](https://github.com/sveltejs/svelte/issues/356))

View File

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