Skip to content

Commit

Permalink
Prepare 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleve committed Jun 26, 2024
1 parent 691f554 commit 973744d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- `Label` and `AttributedLabel` now support `accessibilityValue`.

### Removed

### Changed
Expand All @@ -29,6 +27,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# Past Releases

## [4.2.0] - 2024-06-25

### Added

- `Label` and `AttributedLabel` now support `accessibilityValue`.

## [4.1.2] - 2024-06-17
- Fix a bug in which newlines were preserved in accessibility labels.

Expand Down Expand Up @@ -1093,8 +1097,9 @@ searchField

- First stable release.

[main]: https://github.com/square/Blueprint/compare/4.1.2...HEAD
[4.1.1]: https://github.com/square/Blueprint/compare/4.1.1...4.1.2
[main]: https://github.com/square/Blueprint/compare/4.2.0...HEAD
[4.2.0]: https://github.com/square/Blueprint/compare/4.1.2...4.2.0
[4.1.2]: https://github.com/square/Blueprint/compare/4.1.1...4.1.2
[4.1.1]: https://github.com/square/Blueprint/compare/4.1.0...4.1.1
[4.1.0]: https://github.com/square/Blueprint/compare/4.0.1...4.1.0
[4.0.1]: https://github.com/square/Blueprint/compare/4.0.0...4.0.1
Expand Down
12 changes: 6 additions & 6 deletions SampleApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- BlueprintUI (4.1.2)
- BlueprintUI/Tests (4.1.2)
- BlueprintUICommonControls (4.1.2):
- BlueprintUI (= 4.1.2)
- BlueprintUI (4.2.0)
- BlueprintUI/Tests (4.2.0)
- BlueprintUICommonControls (4.2.0):
- BlueprintUI (= 4.2.0)

DEPENDENCIES:
- BlueprintUI (from `../BlueprintUI.podspec`)
Expand All @@ -16,8 +16,8 @@ EXTERNAL SOURCES:
:path: "../BlueprintUICommonControls.podspec"

SPEC CHECKSUMS:
BlueprintUI: a05960580dbdbb9aa5ff4658dd969846dc3b95a7
BlueprintUICommonControls: 119616850083675a7abcbf92021051ace2dd4ed9
BlueprintUI: 895a33dcf93c2c4eed07e348c01e72178d45833f
BlueprintUICommonControls: 465528dab742ffa509ebe782d8f071309de952f3

PODFILE CHECKSUM: 1cffac4623851f31dc42270ba99701e3825e6d67

Expand Down
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

BLUEPRINT_VERSION ||= '4.1.2'
BLUEPRINT_VERSION ||= '4.2.0'

SWIFT_VERSION ||= File.read(File.join(__dir__, '.swift-version'))

Expand Down

0 comments on commit 973744d

Please sign in to comment.