From bb4fbf95744fafe5acf84e143a419bfffc2159e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 1 Mar 2026 03:10:56 +0000 Subject: [PATCH] chore(v3): bump to v3.0.0-alpha.74 and update changelog [skip ci] --- docs/src/content/docs/changelog.mdx | 10 ++++++++++ v3/UNRELEASED_CHANGELOG.md | 4 ---- v3/internal/version/version.txt | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/src/content/docs/changelog.mdx b/docs/src/content/docs/changelog.mdx index 3c30c24e1..3c58f42d8 100644 --- a/docs/src/content/docs/changelog.mdx +++ b/docs/src/content/docs/changelog.mdx @@ -30,6 +30,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 */ ## [Unreleased] +## v3.0.0-alpha.74 - 2026-03-01 + +## Added +- Add support for modal sheets (macOS) + +## Fixed +- Fix system tray menu highlight state on macOS - icon now shows selected state when menu is open (#4910) +- Fix system tray attached window appearing behind other windows on macOS - now uses proper popup window level (#4910) +- Fix incorrect `@wailsio/runtime` import examples across documentation (#4989) + ## v3.0.0-alpha.73 - 2026-02-27 ## Fixed diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index 35c356b07..8e4648038 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -17,16 +17,12 @@ After processing, the content will be moved to the main changelog and this file ## Added -- Add support for modal sheets (macOS) ## Changed ## Fixed -- Fix system tray menu highlight state on macOS - icon now shows selected state when menu is open (#4910) -- Fix system tray attached window appearing behind other windows on macOS - now uses proper popup window level (#4910) -- Fix incorrect `@wailsio/runtime` import examples across documentation (#4989) ## Deprecated diff --git a/v3/internal/version/version.txt b/v3/internal/version/version.txt index c4b06870c..8c4688b4e 100644 --- a/v3/internal/version/version.txt +++ b/v3/internal/version/version.txt @@ -1 +1 @@ -v3.0.0-alpha.73 \ No newline at end of file +v3.0.0-alpha.74 \ No newline at end of file