Skip to content

Commit

Permalink
Merge pull request #453 from square/watt/release-1.0.0
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
watt authored Apr 19, 2023
2 parents 7717627 + 249733e commit 5159ebf
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 21 deletions.
37 changes: 24 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

### Added

### Removed

### Changed

### Deprecated

### Security

### Documentation

### Misc

### Internal

# Past Releases

## [1.0.0] - 2023-04-18

### Fixed

- Restored documentation generation by executing the generate_docs.sh script with `bundle exec` to ensure gems are referenced properly.

### Added
Expand All @@ -21,8 +43,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added `layoutMode` to `BlueprintViewRenderMetrics` to expose which layout mode was used to render a Blueprint view.

### Removed

### Changed

- The `Layout` and `SingleChildLayout` protocols have new methods to support Caffeinated Layout.
Expand All @@ -31,22 +51,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

For more information about implementing these protocols and the sizing contract, see [the `Layout` documentation](https://square.github.io/Blueprint/Protocols/Layout.html).

### Deprecated

### Security

### Documentation

### Misc

### Internal

- Updated jazzy gem (0.14.3).
- Updated cocoapods (1.12.0).
- Updated Ruby version (2.7).

# Past Releases

## [0.50.0] - 2023-03-07

### Fixed
Expand Down Expand Up @@ -982,7 +992,8 @@ searchField

- First stable release.

[main]: https://github.com/square/Blueprint/compare/0.50.0...HEAD
[main]: https://github.com/square/Blueprint/compare/1.0.0...HEAD
[1.0.0]: https://github.com/square/Blueprint/compare/0.50.0...1.0.0
[0.50.0]: https://github.com/square/Blueprint/compare/0.49.1...0.50.0
[0.49.1]: https://github.com/square/Blueprint/compare/0.49.0...0.49.1
[0.49.0]: https://github.com/square/Blueprint/compare/0.48.1...0.49.0
Expand Down
14 changes: 7 additions & 7 deletions SampleApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- BlueprintUI (0.50.0)
- BlueprintUI/Tests (0.50.0)
- BlueprintUICommonControls (0.50.0):
- BlueprintUI (= 0.50.0)
- BlueprintUI (1.0.0)
- BlueprintUI/Tests (1.0.0)
- BlueprintUICommonControls (1.0.0):
- BlueprintUI (= 1.0.0)

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

SPEC CHECKSUMS:
BlueprintUI: 5737a3a16d84db7f0ff740908c0712cf99ac976b
BlueprintUICommonControls: 7a9dd9508caa13a7386c5d7a1458e88460140f2c
BlueprintUI: 91557907d6e9bd8d2fd9d1b7506c2a4cf388cc59
BlueprintUICommonControls: 3fe0b917e482c73959cb0061942aebdda4152a19

PODFILE CHECKSUM: c795e247aa1c5eb825186ef8192821306c59c891

COCOAPODS: 1.11.2
COCOAPODS: 1.12.0
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

BLUEPRINT_VERSION ||= '0.50.0'
BLUEPRINT_VERSION ||= '1.0.0'

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

0 comments on commit 5159ebf

Please sign in to comment.