pull/1029/head v1.49.0
Rich Harris 7 years ago
parent ca7e90083e
commit 733e949b06

@ -1,5 +1,9 @@
# Svelte changelog
## 1.49.0
* Support `store` as a component property ([#1028](https://github.com/sveltejs/svelte/pull/1028))
## 1.48.0
* Added `<:Head>` component for injecting contents into document head ([#1013](https://github.com/sveltejs/svelte/issues/1013)))

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

Loading…
Cancel
Save