mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
-> v1.1.2
This commit is contained in:
parent
26d3f935a8
commit
3c2c6752ba
@ -1,5 +1,9 @@
|
||||
# Svelte changelog
|
||||
|
||||
## 1.1.2
|
||||
|
||||
* Deconflict variable names ([#88](https://github.com/sveltejs/svelte/issues/88), [#126](https://github.com/sveltejs/svelte/issues/126))
|
||||
|
||||
## 1.1.1
|
||||
|
||||
* Support multiple SVG elements in a component ([#130](https://github.com/sveltejs/svelte/issues/130))
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "The magical disappearing UI framework",
|
||||
"main": "dist/svelte.js",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user