chore(v3): bump to v3.0.0-alpha.39 and update changelog [skip ci]

This commit is contained in:
github-actions[bot] 2025-11-12 02:38:00 +00:00
commit c3b169f0d3
3 changed files with 9 additions and 3 deletions

View file

@ -30,6 +30,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
*/
## [Unreleased]
## v3.0.0-alpha.39 - 2025-11-12
## Added
- Typed Events by @fbbdev and @ianvs in [#4633](https://github.com/wailsapp/wails/pull/4633)
## Changed
- 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)
## v3.0.0-alpha.38 - 2025-11-04
## Added

View file

@ -17,11 +17,9 @@ After processing, the content will be moved to the main changelog and this file
## Added
<!-- New features, capabilities, or enhancements -->
- Typed Events by @fbbdev and @ianvs in [#4633](https://github.com/wailsapp/wails/pull/4633)
## Changed
<!-- Changes in existing functionality -->
- 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)
## Fixed
<!-- Bug fixes -->

View file

@ -1 +1 @@
v3.0.0-alpha.38
v3.0.0-alpha.39