From 7d6b15f2c4f8e0aad8726e0990d69db833528861 Mon Sep 17 00:00:00 2001 From: Soroush Khanlou Date: Tue, 27 Jan 2026 17:12:20 -0500 Subject: [PATCH 1/2] release 6.5.1 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5199d15b2..1746447f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- `accessibilityCustomContent` is an IUO and nils should be handled - ### Added ### Removed @@ -27,6 +25,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Internal +## [6.5.1] - 2026-01-27 + +### Fixed + +- `accessibilityCustomContent` is an IUO and nils should be handled accordingly. + ## [6.5.0] - 2025-11-25 ### Added From bcc581a20ceb87e6fd36548e3247f97e7adc60f3 Mon Sep 17 00:00:00 2001 From: Soroush Khanlou Date: Tue, 27 Jan 2026 17:14:19 -0500 Subject: [PATCH 2/2] add references --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1746447f4..ed6eaf4fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1292,7 +1292,8 @@ searchField ## [0.2.2] - 2019-03-29 - First stable release. -[main]: https://github.com/square/Blueprint/compare/6.5.0...HEAD +[main]: https://github.com/square/Blueprint/compare/6.5.1...HEAD +[6.5.1]: https://github.com/square/Blueprint/compare/6.5.0...6.5.1 [6.5.0]: https://github.com/square/Blueprint/compare/6.4.0...6.5.0 [6.4.0]: https://github.com/square/Blueprint/compare/6.3.1...6.4.0 [6.3.1]: https://github.com/square/Blueprint/compare/6.3.0...6.3.1