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 # 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 ## 5.36.7
### Patch Changes ### Patch Changes

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

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

Loading…
Cancel
Save