We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c8d39 commit ff15579Copy full SHA for ff15579
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Svelte changelog
2
3
+## 1.11.3
4
+
5
+* Undo CSS behaviour change in 1.11.2 ([#372](https://github.com/sveltejs/svelte/issues/372))
6
+* Pin version of css-tree ([#370](https://github.com/sveltejs/svelte/pull/370))
7
8
## 1.11.2
9
10
* Add component CSS to each document a component is rendered to ([#331](https://github.com/sveltejs/svelte/issues/331))
package.json
@@ -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": [
0 commit comments