Skip to content

Commit e9cd45a

Browse files
Version Packages (#16848)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 46c10d0 commit e9cd45a

File tree

8 files changed

+16
-27
lines changed

8 files changed

+16
-27
lines changed

.changeset/clever-turtles-wink.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lemon-cars-count.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rude-terms-confess.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shiny-chicken-occur.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silly-walls-fail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/svelte/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# svelte
22

3+
## 5.39.7
4+
5+
### Patch Changes
6+
7+
- chore: simplify batch logic ([#16847](https://github.com/sveltejs/svelte/pull/16847))
8+
9+
- fix: rebase pending batches when other batches are committed ([#16866](https://github.com/sveltejs/svelte/pull/16866))
10+
11+
- fix: wrap async `children` in `$$renderer.async` ([#16862](https://github.com/sveltejs/svelte/pull/16862))
12+
13+
- fix: silence label warning for buttons and anchor tags with title attributes ([#16872](https://github.com/sveltejs/svelte/pull/16872))
14+
15+
- fix: coerce nullish `<title>` to empty string ([#16863](https://github.com/sveltejs/svelte/pull/16863))
16+
317
## 5.39.6
418

519
### Patch Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svelte",
33
"description": "Cybernetically enhanced web apps",
44
"license": "MIT",
5-
"version": "5.39.6",
5+
"version": "5.39.7",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
* The current version, as set in package.json.
55
* @type {string}
66
*/
7-
export const VERSION = '5.39.6';
7+
export const VERSION = '5.39.7';
88
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)