Version Packages (#16940)

* Version Packages

* Update packages/svelte/CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Rich Harris <rich.harris@vercel.com>
pull/16947/head svelte@5.39.13
github-actions[bot] 2 days ago committed by GitHub
parent e8330ee7bf
commit 2a951391dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
add missing type for `fr` attribute for `radialGradient` tags in svg

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: unset context on stale promises

@ -1,5 +1,13 @@
# svelte
## 5.39.13
### Patch Changes
- fix: add missing type for `fr` attribute for `radialGradient` tags in svg ([#16943](https://github.com/sveltejs/svelte/pull/16943))
- fix: unset context on stale promises ([#16935](https://github.com/sveltejs/svelte/pull/16935))
## 5.39.12
### Patch Changes

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

Loading…
Cancel
Save