From 972bb6faa366ac715094095b64c852a65507539b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 27 Feb 2026 03:04:44 +0000 Subject: [PATCH] chore(v3): bump to v3.0.0-alpha.73 and update changelog [skip ci] --- docs/src/content/docs/changelog.mdx | 5 +++++ v3/UNRELEASED_CHANGELOG.md | 1 - v3/internal/version/version.txt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/changelog.mdx b/docs/src/content/docs/changelog.mdx index 16206db25..3c30c24e1 100644 --- a/docs/src/content/docs/changelog.mdx +++ b/docs/src/content/docs/changelog.mdx @@ -30,6 +30,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 */ ## [Unreleased] +## v3.0.0-alpha.73 - 2026-02-27 + +## Fixed +- Fix frameless window cannot be minimized on darwin (#4294) + ## v3.0.0-alpha.72 - 2026-02-16 ## Fixed diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index ac6c10de9..8e4648038 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -23,7 +23,6 @@ After processing, the content will be moved to the main changelog and this file ## Fixed -- Fix frameless window cannot be minimized on darwin (#4294) ## Deprecated diff --git a/v3/internal/version/version.txt b/v3/internal/version/version.txt index 080cb6498..c4b06870c 100644 --- a/v3/internal/version/version.txt +++ b/v3/internal/version/version.txt @@ -1 +1 @@ -v3.0.0-alpha.72 \ No newline at end of file +v3.0.0-alpha.73 \ No newline at end of file