We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f816f commit d07c334Copy full SHA for d07c334
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 1.49.1
4
+
5
+* Pass `store` to children in SSR mode ([#1029](https://github.com/sveltejs/svelte/pull/1029))
6
7
## 1.49.0
8
9
* Support `store` as a component property ([#1028](https://github.com/sveltejs/svelte/pull/1028))
package.json
@@ -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": [
0 commit comments