Skip to content

Commit 2086c19

Browse files
Version Packages (#14776)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 999b92d commit 2086c19

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

Diff for: .changeset/modern-colts-drive.md

-5
This file was deleted.

Diff for: .changeset/three-suits-pay.md

-5
This file was deleted.

Diff for: packages/svelte/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# svelte
22

3+
## 5.14.6
4+
5+
### Patch Changes
6+
7+
- fix: treeshake `$inspect.trace` code if unused in modules ([#14774](https://github.com/sveltejs/svelte/pull/14774))
8+
9+
- fix: Improve typescript DX for $inspect, $props, $bindable, and $host ([#14777](https://github.com/sveltejs/svelte/pull/14777))
10+
311
## 5.14.5
412

513
### Patch Changes

Diff for: packages/svelte/package.json

+1-1
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.14.5",
5+
"version": "5.14.6",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

Diff for: packages/svelte/src/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* https://svelte.dev/docs/svelte-compiler#svelte-version
77
* @type {string}
88
*/
9-
export const VERSION = '5.14.5';
9+
export const VERSION = '5.14.6';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)