Version Packages

pull/16573/head
github-actions[bot] 4 weeks ago
parent 0480f040c0
commit 061d446148

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: wrap `abort` in `without_reactive_context`

@ -1,5 +0,0 @@
---
"svelte": patch
---
fix: add `hint` as a possible value for `popover` attribute

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: skip effects inside dynamic component that is about to be destroyed

@ -1,5 +1,15 @@
# svelte
## 5.38.1
### Patch Changes
- fix: wrap `abort` in `without_reactive_context` ([#16570](https://github.com/sveltejs/svelte/pull/16570))
- fix: add `hint` as a possible value for `popover` attribute ([#16581](https://github.com/sveltejs/svelte/pull/16581))
- fix: skip effects inside dynamic component that is about to be destroyed ([#16601](https://github.com/sveltejs/svelte/pull/16601))
## 5.38.0
### Minor Changes

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

Loading…
Cancel
Save