Version Packages

pull/16453/head
github-actions[bot] 2 months ago
parent d3a01bd5a7
commit 9eb261ae1e

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: always mark reactions of deriveds

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: add labels to `@const` tags and props

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: tag stores for `$inspect.trace()`

@ -1,5 +1,15 @@
# svelte
## 5.36.11
### Patch Changes
- fix: always mark reactions of deriveds ([#16457](https://github.com/sveltejs/svelte/pull/16457))
- fix: add labels to `@const` tags and props ([#16454](https://github.com/sveltejs/svelte/pull/16454))
- fix: tag stores for `$inspect.trace()` ([#16452](https://github.com/sveltejs/svelte/pull/16452))
## 5.36.10
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.36.10",
"version": "5.36.11",
"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.10';
export const VERSION = '5.36.11';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save