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

This commit is contained in:
github-actions[bot] 2026-01-25 02:55:49 +00:00
commit 103ff347e0
3 changed files with 7 additions and 3 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.63 - 2026-01-25
## Fixed
- Fix `Position()` and `SetPosition()` using inconsistent coordinate systems on macOS, causing window position drift when saving/restoring state (#4816) by @leaanthony
## v3.0.0-alpha.62 - 2026-01-22
## Fixed

View file

@ -1,6 +1,6 @@
# Unreleased Changes
<!--
<!--
This file is used to collect changelog entries for the next v3-alpha release.
Add your changes under the appropriate sections below.
@ -23,7 +23,6 @@ After processing, the content will be moved to the main changelog and this file
## Fixed
<!-- Bug fixes -->
- Fix `Position()` and `SetPosition()` using inconsistent coordinate systems on macOS, causing window position drift when saving/restoring state (#4816) by @leaanthony
## Deprecated
<!-- Soon-to-be removed features -->

View file

@ -1 +1 @@
v3.0.0-alpha.62
v3.0.0-alpha.63