From d7d6720d5403aff00f1156ddc095ce3ff3e5d878 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 14 Jan 2026 02:50:25 +0000 Subject: [PATCH] chore(v3): bump to v3.0.0-alpha.60 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 292617508..a1d57f665 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.60 - 2026-01-14 + +## Fixed +- Fix menu not clearing children on `menu.Update()` + ## v3.0.0-alpha.59 - 2026-01-11 ## Changed diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index c90953b93..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 menu not clearing children on `menu.Update()` ## Deprecated diff --git a/v3/internal/version/version.txt b/v3/internal/version/version.txt index 0bc1c8b52..1ff0a688f 100644 --- a/v3/internal/version/version.txt +++ b/v3/internal/version/version.txt @@ -1 +1 @@ -v3.0.0-alpha.59 \ No newline at end of file +v3.0.0-alpha.60 \ No newline at end of file