Skip to content

Commit

Permalink
Merge pull request #108 from square/kve/0.12.1
Browse files Browse the repository at this point in the history
0.12.1
  • Loading branch information
kyleve committed Jun 5, 2020
2 parents 51ffde6 + fdc8ea9 commit bccecfc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion BlueprintUI.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BlueprintUI'
s.version = '0.12.0'
s.version = '0.12.1'
s.summary = 'Swift library for declarative UI construction'
s.homepage = 'https://www.github.com/square/blueprint'
s.license = 'Apache License, Version 2.0'
Expand Down
2 changes: 1 addition & 1 deletion BlueprintUICommonControls.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BlueprintUICommonControls'
s.version = '0.12.0'
s.version = '0.12.1'
s.summary = 'UIKit-backed elements for Blueprint'
s.homepage = 'https://www.github.com/square/blueprint'
s.license = 'Apache License, Version 2.0'
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Expand Up @@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Use default environment when [measuring `BlueprintView`](https://github.com/square/Blueprint/pull/107).

### Added

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

# Past Releases

## [0.12.1] - 06-05-2020

### Fixed

- Use default environment when [measuring `BlueprintView`](https://github.com/square/Blueprint/pull/107).

## [0.12.0] - 06-04-2020

### Fixed
Expand Down
10 changes: 5 additions & 5 deletions SampleApp/Podfile.lock
@@ -1,7 +1,7 @@
PODS:
- BlueprintUI (0.12.0)
- BlueprintUI/Tests (0.12.0)
- BlueprintUICommonControls (0.12.0):
- BlueprintUI (0.12.1)
- BlueprintUI/Tests (0.12.1)
- BlueprintUICommonControls (0.12.1):
- BlueprintUI

DEPENDENCIES:
Expand All @@ -16,8 +16,8 @@ EXTERNAL SOURCES:
:path: "../BlueprintUICommonControls.podspec"

SPEC CHECKSUMS:
BlueprintUI: 197e6d56bd374f16d14baeef195851d5ac23edf4
BlueprintUICommonControls: 004e7c30ef832dd001a31e6de858f376a7612d83
BlueprintUI: 3894632deb5224bac3eb354d760c46af61bbbf2f
BlueprintUICommonControls: 44b87e40e3c3c7dff85f854ade6b4ed6f4037071

PODFILE CHECKSUM: bef87f42e48bddbf23595cfa6a16f4bf30ae6893

Expand Down

0 comments on commit bccecfc

Please sign in to comment.