Version Packages

pull/16435/head
github-actions[bot] 2 months ago
parent f5db130e2d
commit 80cb1e3bc5

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: keep effect in the graph if it has an abort controller

@ -1,5 +0,0 @@
---
'svelte': patch
---
chore: Switch `payload.out` to an array

@ -1,5 +1,13 @@
# svelte
## 5.36.8
### Patch Changes
- fix: keep effect in the graph if it has an abort controller ([#16430](https://github.com/sveltejs/svelte/pull/16430))
- chore: Switch `payload.out` to an array ([#16428](https://github.com/sveltejs/svelte/pull/16428))
## 5.36.7
### Patch Changes

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

Loading…
Cancel
Save