We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dee7fa commit 17beaa0Copy full SHA for 17beaa0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 3.6.9
4
+
5
+* Always update derived stores with a derived input whose value does not change ([#3191](https://github.com/sveltejs/svelte/issues/3191))
6
7
## 3.6.8
8
9
* Preserve global keyframes that don't match local elements ([#3228](https://github.com/sveltejs/svelte/issues/3228))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "3.6.8",
+ "version": "3.6.9",
"description": "Cybernetically enhanced web apps",
"module": "index.mjs",
"main": "index",
0 commit comments