Skip to content

Commit

Permalink
Merge pull request #256 from kyleve/kve/0.14.2
Browse files Browse the repository at this point in the history
Prep 0.14.2
  • Loading branch information
kyleve authored Jan 22, 2021
2 parents 0f80503 + 9134e55 commit 3ce6b55
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion BlueprintUILists.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'BlueprintUILists'
s.version = '0.14.1'
s.version = '0.14.2'
s.summary = 'Declarative list views for iOS apps that deploy back to iOS 11.0.'
s.homepage = 'https://github.com/kyleve/Listable'
s.license = 'Apache License, Version 2.0'
Expand Down
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

### Fixed

- `SwipeActionsConfiguration.performsFirstActionWithFullSwipe` is now respected when set to `false`.

### Added

### Removed
Expand All @@ -14,6 +12,12 @@

# Past Releases

# [0.14.2] - 2020-01-21

### Fixed

- `SwipeActionsConfiguration.performsFirstActionWithFullSwipe` is now respected when set to `false`.

# [0.14.1] - 2020-01-06

### Fixed
Expand Down Expand Up @@ -269,7 +273,8 @@
Earlier releases were ad-hoc and not tracked. To see all changes, please reference [closed PRs on Github](https://github.com/kyleve/Listable/pulls?q=is%3Apr+is%3Aclosed).


[Main]: https://github.com/kyleve/Listable/compare/0.14.1...HEAD
[Main]: https://github.com/kyleve/Listable/compare/0.14.2...HEAD
[0.14.1]: https://github.com/kyleve/Listable/compare/0.14.1...0.14.2
[0.14.1]: https://github.com/kyleve/Listable/compare/0.13.0...0.14.1
[0.13.0]: https://github.com/kyleve/Listable/compare/0.12.1...0.13.0
[0.12.1]: https://github.com/kyleve/Listable/compare/0.12.0...0.12.1
Expand Down
2 changes: 1 addition & 1 deletion ListableUI.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'ListableUI'
s.version = '0.14.1'
s.version = '0.14.2'
s.summary = 'Declarative list views for iOS apps that deploy back to iOS 11.0.'
s.homepage = 'https://github.com/kyleve/Listable'
s.license = 'Apache License, Version 2.0'
Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ PODS:
- BlueprintUI (0.19.0)
- BlueprintUICommonControls (0.19.0):
- BlueprintUI
- BlueprintUILists (0.14.1):
- BlueprintUILists (0.14.2):
- BlueprintUI
- ListableUI
- BlueprintUILists/Tests (0.14.1):
- BlueprintUILists/Tests (0.14.2):
- BlueprintUI
- ListableUI
- EnglishDictionary (1.0.0.LOCAL)
- ListableUI (0.14.1)
- ListableUI/Tests (0.14.1):
- ListableUI (0.14.2)
- ListableUI/Tests (0.14.2):
- EnglishDictionary
- Snapshot
- Snapshot (1.0.0.LOCAL)
Expand Down Expand Up @@ -45,9 +45,9 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
BlueprintUI: 0a86c26f7f51bfc8dd37ead2c41d53b72995d318
BlueprintUICommonControls: c177a134b6112a7e08db91b893f0164f49a75a25
BlueprintUILists: 2cac46a7a7276fc69df1dc550b4464706a1ec267
BlueprintUILists: afcc5b470731c70d1c2952ee4c24e6bcd566a2bd
EnglishDictionary: f03968b9382ddc5c8dd63535efbf783c6cd45f1c
ListableUI: 2123d9d9296fdc0b7b099f8cefa869d17e89ebbe
ListableUI: 40e95b6299084145f04b421353612efbf9f50672
Snapshot: cda3414db426919d09f775434b36289c8e864183

PODFILE CHECKSUM: c1209f66d9213201c70fd26a2f0907a6e29e8cbe
Expand Down

0 comments on commit 3ce6b55

Please sign in to comment.