Skip to content

Commit 9e1828e

Browse files
authored
Update changelog for 6.3.1 release (#591)
## [6.3.1] - 2025-10-08 ### Fixed - Applied empty accessibility traits to `AttributedLabel` if supplied traits is `nil`. - Fixed warning for a cross-module conformance - Fixed warning by updating Package.swift to use the newer `swiftLanguageModes`
1 parent 34d2f26 commit 9e1828e

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Fixed
1111

12-
- Applied empty accessibility traits to `AttributedLabel` if supplied traits is `nil`.
13-
- Fixed warning for a cross-module conformance
14-
- Fixed warning by updating Package.swift to use the newer `swiftLanguageModes`
15-
1612
### Added
1713

1814
### Removed
@@ -29,6 +25,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2925

3026
### Internal
3127

28+
## [6.3.1] - 2025-10-08
29+
30+
### Fixed
31+
32+
- Applied empty accessibility traits to `AttributedLabel` if supplied traits is `nil`.
33+
- Fixed warning for a cross-module conformance
34+
- Fixed warning by updating Package.swift to use the newer `swiftLanguageModes`
35+
3236
## [6.3.0] - 2025-08-28
3337

3438
### Changed
@@ -1278,8 +1282,9 @@ searchField
12781282
## [0.2.2] - 2019-03-29
12791283

12801284
- First stable release.
1281-
[main]: https://github.com/square/Blueprint/compare/6.3.0...HEAD
1282-
[6.2.0]: https://github.com/square/Blueprint/compare/6.2.0...6.3.0
1285+
[main]: https://github.com/square/Blueprint/compare/6.3.1...HEAD
1286+
[6.3.1]: https://github.com/square/Blueprint/compare/6.3.0...6.3.1
1287+
[6.3.0]: https://github.com/square/Blueprint/compare/6.2.0...6.3.0
12831288
[6.2.0]: https://github.com/square/Blueprint/compare/6.1.0...6.2.0
12841289
[6.1.0]: https://github.com/square/Blueprint/compare/6.0.0...6.1.0
12851290
[6.0.0]: https://github.com/square/Blueprint/compare/5.7.0...6.0.0
@@ -1427,5 +1432,3 @@ searchField
14271432
[#19]: https://github.com/square/Blueprint/pull/19
14281433
[#18]: https://github.com/square/Blueprint/pull/18
14291434
[#15]: https://github.com/square/Blueprint/pull/15
1430-
[5.1.0]: https://github.com/square/Blueprint/compare/5.0.1...5.1.0
1431-
[5.2.0]: https://github.com/square/Blueprint/compare/5.1.0...5.2.0

0 commit comments

Comments
 (0)