pull/1030/head v1.49.1
Rich Harris 7 years ago
parent a5f816f618
commit d07c334a70

@ -1,5 +1,9 @@
# Svelte changelog
## 1.49.1
* Pass `store` to children in SSR mode ([#1029](https://github.com/sveltejs/svelte/pull/1029))
## 1.49.0
* Support `store` as a component property ([#1028](https://github.com/sveltejs/svelte/pull/1028))

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

Loading…
Cancel
Save