mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
chore(v3): bump to v3.0.0-alpha.39 and update changelog [skip ci]
This commit is contained in:
parent
0ed4e05946
commit
c3b169f0d3
3 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 -->
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
v3.0.0-alpha.38
|
||||
v3.0.0-alpha.39
|
||||
Loading…
Add table
Add a link
Reference in a new issue