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:
parent
6fdbe52726
commit
7525d6417d
@ -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))
|
||||
|
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user