Version Packages

changeset-release/main
github-actions[bot] 8 hours ago
parent 87f7e97963
commit 2433144b80

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

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: wrap async `children` in `$$renderer.async`

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: coerce nullish `<title>` to empty string

@ -1,5 +1,15 @@
# svelte
## 5.39.7
### Patch Changes
- chore: simplify batch logic ([#16847](https://github.com/sveltejs/svelte/pull/16847))
- fix: wrap async `children` in `$$renderer.async` ([#16862](https://github.com/sveltejs/svelte/pull/16862))
- fix: coerce nullish `<title>` to empty string ([#16863](https://github.com/sveltejs/svelte/pull/16863))
## 5.39.6
### Patch Changes

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

Loading…
Cancel
Save