Version Packages

pull/16467/head
github-actions[bot] 2 months ago
parent aabd333d89
commit 478ef9d8e5

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: ensure subscriptions are picked up correctly by deriveds

@ -1,5 +1,11 @@
# svelte
## 5.36.13
### Patch Changes
- fix: ensure subscriptions are picked up correctly by deriveds ([#16466](https://github.com/sveltejs/svelte/pull/16466))
## 5.36.12
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.36.12",
"version": "5.36.13",
"type": "module",
"types": "./types/index.d.ts",
"engines": {

@ -4,5 +4,5 @@
* The current version, as set in package.json.
* @type {string}
*/
export const VERSION = '5.36.12';
export const VERSION = '5.36.13';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save