Skip to content

Commit c3b169f

Browse files
chore(v3): bump to v3.0.0-alpha.39 and update changelog [skip ci]
1 parent 0ed4e05 commit c3b169f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docs/src/content/docs/changelog.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030
*/
3131
## [Unreleased]
3232

33+
## v3.0.0-alpha.39 - 2025-11-12
34+
35+
## Added
36+
- Typed Events by @fbbdev and @ianvs in [#4633](https://github.com/wailsapp/wails/pull/4633)
37+
38+
## Changed
39+
- When emitting a custom event with zero or one data argument, the data value will be assigned directly to the Data field without wrapping it in a slice by [@fbbdev](https://github.com/fbbdev) in [#4633](https://github.com/wailsapp/wails/pull/4633)
40+
3341
## v3.0.0-alpha.38 - 2025-11-04
3442

3543
## Added

v3/UNRELEASED_CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ After processing, the content will be moved to the main changelog and this file
1717

1818
## Added
1919
<!-- New features, capabilities, or enhancements -->
20-
- Typed Events by @fbbdev and @ianvs in [#4633](https://github.com/wailsapp/wails/pull/4633)
2120

2221
## Changed
2322
<!-- Changes in existing functionality -->
24-
- When emitting a custom event with zero or one data argument, the data value will be assigned directly to the Data field without wrapping it in a slice by [@fbbdev](https://github.com/fbbdev) in [#4633](https://github.com/wailsapp/wails/pull/4633)
2523

2624
## Fixed
2725
<!-- Bug fixes -->

v3/internal/version/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.0.0-alpha.38
1+
v3.0.0-alpha.39

0 commit comments

Comments
 (0)