Skip to content

Commit e883cd0

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

File tree

8 files changed

+16
-27
lines changed

8 files changed

+16
-27
lines changed

.changeset/healthy-crabs-marry.md

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

.changeset/light-camels-push.md

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

.changeset/silent-suns-whisper.md

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

.changeset/tasty-lizards-care.md

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

.changeset/tender-masks-bow.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.38.3
4+
5+
### Patch Changes
6+
7+
- fix: ensure correct order of template effect values ([#16655](https://github.com/sveltejs/svelte/pull/16655))
8+
9+
- fix: allow async `{@const}` in more places ([#16643](https://github.com/sveltejs/svelte/pull/16643))
10+
11+
- fix: properly catch top level await errors ([#16619](https://github.com/sveltejs/svelte/pull/16619))
12+
13+
- perf: prune effects without dependencies ([#16625](https://github.com/sveltejs/svelte/pull/16625))
14+
15+
- fix: only emit `for_await_track_reactivity_loss` in async mode ([#16644](https://github.com/sveltejs/svelte/pull/16644))
16+
317
## 5.38.2
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.38.2",
5+
"version": "5.38.3",
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.38.2';
7+
export const VERSION = '5.38.3';
88
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)