We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1767455 commit be8bc79Copy full SHA for be8bc79
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 1.45.0
4
+
5
+* Dynamic components ([#971](https://github.com/sveltejs/svelte/pull/971))
6
7
## 1.44.2
8
9
* Fix `await` blocks with siblings ([#974](https://github.com/sveltejs/svelte/issues/974))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "1.44.2",
+ "version": "1.45.0",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [
0 commit comments