Version Packages

pull/16276/head
github-actions[bot] 3 months ago
parent 2f68131e9a
commit fef9f1333f

@ -1,5 +0,0 @@
---
'svelte': patch
---
chore: simplify props

@ -1,5 +0,0 @@
---
'svelte': minor
---
feat: add `getAbortSignal()`

@ -1,5 +1,15 @@
# svelte
## 5.35.0
### Minor Changes
- feat: add `getAbortSignal()` ([#16266](https://github.com/sveltejs/svelte/pull/16266))
### Patch Changes
- chore: simplify props ([#16270](https://github.com/sveltejs/svelte/pull/16270))
## 5.34.9
### Patch Changes

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

Loading…
Cancel
Save