From 47d827c394fc902a4c3ff53fdea371a77df2b6b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 11 Dec 2025 02:42:53 +0000 Subject: [PATCH] chore(v3): bump to v3.0.0-alpha.43 and update changelog [skip ci] --- docs/src/content/docs/changelog.mdx | 8 ++++++++ v3/UNRELEASED_CHANGELOG.md | 4 ---- v3/internal/version/version.txt | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/src/content/docs/changelog.mdx b/docs/src/content/docs/changelog.mdx index 69e3a100e..5bd7f1450 100644 --- a/docs/src/content/docs/changelog.mdx +++ b/docs/src/content/docs/changelog.mdx @@ -30,6 +30,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 */ ## [Unreleased] +## v3.0.0-alpha.43 - 2025-12-11 + +## Added +- Add origin to raw message handler by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4710) +- Add universal link support for macOS by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4712) +- Refactor binding transport layer by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4702) +- Add aria-label identifiers to the helloworld templates so that the example app can be easily tested by Appium test clients by @chinenual in [PR](https://github.com/wailsapp/wails/pull/4760) + ## v3.0.0-alpha.42 - 2025-12-10 ## Added diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index 0f72db16f..8e4648038 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -17,10 +17,6 @@ After processing, the content will be moved to the main changelog and this file ## Added -- Add origin to raw message handler by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4710) -- Add universal link support for macOS by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4712) -- Refactor binding transport layer by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4702) -- Add aria-label identifiers to the helloworld templates so that the example app can be easily tested by Appium test clients by @chinenual in [PR](https://github.com/wailsapp/wails/pull/4760) ## Changed diff --git a/v3/internal/version/version.txt b/v3/internal/version/version.txt index e9c55d184..870f28153 100644 --- a/v3/internal/version/version.txt +++ b/v3/internal/version/version.txt @@ -1 +1 @@ -v3.0.0-alpha.42 \ No newline at end of file +v3.0.0-alpha.43 \ No newline at end of file