chore(v3): bump to v3.0.0-alpha.60 and update changelog [skip ci]

This commit is contained in:
github-actions[bot] 2026-01-14 02:50:25 +00:00
commit d7d6720d54
3 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -23,7 +23,6 @@ After processing, the content will be moved to the main changelog and this file
## Fixed
<!-- Bug fixes -->
- Fix menu not clearing children on `menu.Update()`
## Deprecated
<!-- Soon-to-be removed features -->

View file

@ -1 +1 @@
v3.0.0-alpha.59
v3.0.0-alpha.60