Skip to content

Commit 2f38b35

Browse files
release: Blueprint 5.3.0 (#539)
https://github.com/square/Blueprint/blob/main/CHANGELOG.md Post-merge steps: - Once the PR is merged, fetch changes and tag the release, using the merge commit: ``` git fetch git tag 5.3.0 <merge commit SHA> git push origin 5.3.0 ``` Then complete the steps outlined in https://github.com/square/Blueprint/blob/main/RELEASING.md
1 parent 66e34db commit 2f38b35

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

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

1010
### Fixed
1111

12+
### Added
13+
14+
### Removed
15+
16+
### Changed
17+
18+
### Deprecated
19+
20+
### Security
21+
22+
### Documentation
23+
24+
### Misc
25+
26+
### Internal
27+
28+
## [5.3.0] - 2025-01-30
29+
30+
### Fixed
31+
1232
- Fixed a bug in `AttributedLabel` which could cause a crash if the attributed string lacked a specified `NSTextAlignment`.
1333

1434
### Added
@@ -1158,7 +1178,10 @@ searchField
11581178

11591179
- First stable release.
11601180

1161-
[main]: https://github.com/square/Blueprint/compare/5.2.0...HEAD
1181+
[main]: https://github.com/square/Blueprint/compare/5.3.0...HEAD
1182+
[5.3.0]: https://github.com/square/Blueprint/compare/5.2.0...5.3.0
1183+
[5.2.0]: https://github.com/square/Blueprint/compare/5.1.0...5.2.0
1184+
[5.1.0]: https://github.com/square/Blueprint/compare/5.0.1...5.1.0
11621185
[5.0.1]: https://github.com/square/Blueprint/compare/5.0.0...5.0.1
11631186
[5.0.0]: https://github.com/square/Blueprint/compare/4.3.0...5.0.0
11641187
[4.3.0]: https://github.com/square/Blueprint/compare/4.2.1...4.3.0

0 commit comments

Comments
 (0)