From cbf70499c312ba60c50bd710f8579a4fa7d5c9e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 27 Sep 2025 02:30:33 +0000 Subject: [PATCH] chore(v3): bump to v3.0.0-alpha.31 and update changelog [skip ci] --- docs/src/content/docs/changelog.mdx | 6 ++++++ v3/UNRELEASED_CHANGELOG.md | 2 -- v3/internal/version/version.txt | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/src/content/docs/changelog.mdx b/docs/src/content/docs/changelog.mdx index 06040605a..8147ba9f2 100644 --- a/docs/src/content/docs/changelog.mdx +++ b/docs/src/content/docs/changelog.mdx @@ -30,6 +30,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 */ ## [Unreleased] +## v3.0.0-alpha.31 - 2025-09-27 + +## Fixed +- Windows: Flicker of window at start and hidden windows being shown incorrectly in [PR](https://github.com/wailsapp/wails/pull/4600) by @leaanthony. +- Fixed Wayland window size maximising issues (https://github.com/wailsapp/wails/issues/4429) by [@samstanier](https://github.com/samstanier) + ## v3.0.0-alpha.30 - 2025-09-26 ## Fixed diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index b319ef8d8..8e4648038 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -23,8 +23,6 @@ After processing, the content will be moved to the main changelog and this file ## Fixed -- Windows: Flicker of window at start and hidden windows being shown incorrectly in [PR](https://github.com/wailsapp/wails/pull/4600) by @leaanthony. -- Fixed Wayland window size maximising issues (https://github.com/wailsapp/wails/issues/4429) by [@samstanier](https://github.com/samstanier) ## Deprecated diff --git a/v3/internal/version/version.txt b/v3/internal/version/version.txt index 6f88b74e1..137e527a3 100644 --- a/v3/internal/version/version.txt +++ b/v3/internal/version/version.txt @@ -1 +1 @@ -v3.0.0-alpha.30 \ No newline at end of file +v3.0.0-alpha.31 \ No newline at end of file