Skip to content

Commit ee25c15

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

File tree

7 files changed

+16
-22
lines changed

7 files changed

+16
-22
lines changed

.changeset/big-teachers-agree.md

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

.changeset/empty-cherries-act.md

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

.changeset/strong-clouds-switch.md

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

.changeset/twelve-foxes-smell.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.34.0
4+
5+
### Minor Changes
6+
7+
- feat: add source name logging to `$inspect.trace` ([#16060](https://github.com/sveltejs/svelte/pull/16060))
8+
9+
### Patch Changes
10+
11+
- fix: add `command` and `commandfor` to `HTMLButtonAttributes` ([#16117](https://github.com/sveltejs/svelte/pull/16117))
12+
13+
- fix: better `$inspect.trace()` output ([#16131](https://github.com/sveltejs/svelte/pull/16131))
14+
15+
- fix: properly hydrate dynamic css props components and remove element removal ([#16118](https://github.com/sveltejs/svelte/pull/16118))
16+
317
## 5.33.19
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.33.19",
5+
"version": "5.34.0",
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.33.19';
7+
export const VERSION = '5.34.0';
88
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)