We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fdbe52 commit 7525d64Copy full SHA for 7525d64
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 1.11.2
4
+
5
+* Add component CSS to each document a component is rendered to ([#331](https://github.com/sveltejs/svelte/issues/331))
6
7
## 1.11.1
8
9
* Fix two-way binding for components inside `each` blocks ([#356](https://github.com/sveltejs/svelte/issues/356))
package.json
@@ -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": [
0 commit comments