From 20d368a700dfa45f1389738d8639ea031586ec90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Feb 2026 03:11:14 +0000 Subject: [PATCH] chore(v3): bump to v3.0.0-alpha.71 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 28d3e712a..b64011ad1 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.71 - 2026-02-10 + +## Added +- Bumped ghw version for better Apple device support by @leaanthony (#4977) +- Add `GetBadge` method to the dock service + +## Fixed +- Fix GTK4 build failure caused by C `Screen` typedef colliding with X11 Xlib.h (#4957) +- Fix dock badge methods consistency on macOS + ## v3.0.0-alpha.70 - 2026-02-09 ## Added diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index fbd0259cf..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 -- Bumped ghw version for better Apple device support by @leaanthony (#4977) -- Add `GetBadge` method to the dock service ## Changed ## Fixed -- Fix GTK4 build failure caused by C `Screen` typedef colliding with X11 Xlib.h (#4957) -- Fix dock badge methods consistency on macOS ## Deprecated diff --git a/v3/internal/version/version.txt b/v3/internal/version/version.txt index 1230907f6..77fbee776 100644 --- a/v3/internal/version/version.txt +++ b/v3/internal/version/version.txt @@ -1 +1 @@ -v3.0.0-alpha.70 \ No newline at end of file +v3.0.0-alpha.71 \ No newline at end of file