From f5fa1158dc3beb265681c149dd2466ab79de6955 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Oct 2025 02:32:29 +0000 Subject: [PATCH] chore(v3): bump to v3.0.0-alpha.32 and update changelog [skip ci] --- docs/src/content/docs/changelog.mdx | 7 +++++++ v3/UNRELEASED_CHANGELOG.md | 3 --- v3/internal/version/version.txt | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/src/content/docs/changelog.mdx b/docs/src/content/docs/changelog.mdx index 8147ba9f2..d3ce235d3 100644 --- a/docs/src/content/docs/changelog.mdx +++ b/docs/src/content/docs/changelog.mdx @@ -30,6 +30,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 */ ## [Unreleased] +## v3.0.0-alpha.32 - 2025-10-02 + +## Fixed +- Fix the white window appearing on Windows when creating a hidden window by @leaanthony in [#4612](https://github.com/wailsapp/wails/pull/4612) +- Fix notifications package import path in documentation by @rxliuli in [#4617](https://github.com/wailsapp/wails/pull/4617) +- Fix drag-and-drop not working when using npm package @wailsio/runtime (#4489) by @leaanthony in #4616 + ## v3.0.0-alpha.31 - 2025-09-27 ## Fixed diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index c45f01297..8e4648038 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -23,9 +23,6 @@ After processing, the content will be moved to the main changelog and this file ## Fixed -- Fix the white window appearing on Windows when creating a hidden window by @leaanthony in [#4612](https://github.com/wailsapp/wails/pull/4612) -- Fix notifications package import path in documentation by @rxliuli in [#4617](https://github.com/wailsapp/wails/pull/4617) -- Fix drag-and-drop not working when using npm package @wailsio/runtime (#4489) by @leaanthony in #4616 ## Deprecated diff --git a/v3/internal/version/version.txt b/v3/internal/version/version.txt index 137e527a3..b65770704 100644 --- a/v3/internal/version/version.txt +++ b/v3/internal/version/version.txt @@ -1 +1 @@ -v3.0.0-alpha.31 \ No newline at end of file +v3.0.0-alpha.32 \ No newline at end of file