Skip to content

Commit

Permalink
Bump version to 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
g-mark committed Aug 2, 2024
1 parent 386f324 commit c37926c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
8 changes: 6 additions & 2 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

- Made public the `UIBezierPath` convenience init that uses a `Box.CornerStyle`.

### 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.1] - 2024-08-02

### Added

- Made public the `UIBezierPath` convenience init that uses a `Box.CornerStyle`.

## [4.2.0] - 2024-06-25

### Added
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.2.0)
- BlueprintUI/Tests (4.2.0)
- BlueprintUICommonControls (4.2.0):
- BlueprintUI (= 4.2.0)
- BlueprintUI (4.2.1)
- BlueprintUI/Tests (4.2.1)
- BlueprintUICommonControls (4.2.1):
- BlueprintUI (= 4.2.1)

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

SPEC CHECKSUMS:
BlueprintUI: 895a33dcf93c2c4eed07e348c01e72178d45833f
BlueprintUICommonControls: 465528dab742ffa509ebe782d8f071309de952f3
BlueprintUI: b1174cecb229b8f3357fb70e99b7d548b3c90586
BlueprintUICommonControls: 555c04035aeaf509d1c459f08af33e89d3594b85

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.2.0'
BLUEPRINT_VERSION ||= '4.2.1'

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

Expand Down

0 comments on commit c37926c

Please sign in to comment.