Skip to content

Commit

Permalink
Merge pull request #379 from kyleve/kve/prep-320
Browse files Browse the repository at this point in the history
Prep 3.2.0
  • Loading branch information
kyleve authored Mar 21, 2022
2 parents e0329c1 + 2ce1c0b commit a24e7e6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 15 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# [Main]

### Fixed
- Fixed list measurements with container headers.

### Added
- Item reordering is now possible when using VoiceOver.

### Removed

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

# Past Releases

# [3.2.0] - 2022-03-21

### Fixed
- Fixed list measurements with container headers.

### Added
- Item reordering is now possible when using VoiceOver.

# [3.1.0] - 2022-02-08

### Added
Expand Down Expand Up @@ -622,7 +628,10 @@ listActions.scrolling.scrollToSection(
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/2.0.0...HEAD
[Main]: https://github.com/kyleve/Listable/compare/3.2.0...HEAD
[3.2.0]: https://github.com/kyleve/Listable/compare/3.1.0...3.2.0
[3.1.0]: https://github.com/kyleve/Listable/compare/3.0.0...3.1.0
[3.0.0]: https://github.com/kyleve/Listable/compare/2.0.0...3.0.0
[2.0.0]: https://github.com/kyleve/Listable/compare/1.0.2...2.0.0
[1.0.2]: https://github.com/kyleve/Listable/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/kyleve/Listable/compare/1.0.0...1.0.1
Expand Down
22 changes: 11 additions & 11 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- BlueprintUI (0.36.1)
- BlueprintUICommonControls (0.36.1):
- BlueprintUI (= 0.36.1)
- BlueprintUILists (3.1.0):
- BlueprintUI (0.37.0)
- BlueprintUICommonControls (0.37.0):
- BlueprintUI (= 0.37.0)
- BlueprintUILists (3.2.0):
- BlueprintUI
- ListableUI
- BlueprintUILists/Tests (3.1.0):
- BlueprintUILists/Tests (3.2.0):
- BlueprintUI
- ListableUI
- EnglishDictionary (1.0.0.LOCAL)
- ListableUI (3.1.0)
- ListableUI/Tests (3.1.0):
- ListableUI (3.2.0)
- ListableUI/Tests (3.2.0):
- EnglishDictionary
- Snapshot
- Snapshot (1.0.0.LOCAL)
Expand Down Expand Up @@ -43,11 +43,11 @@ EXTERNAL SOURCES:
:path: Internal Pods/Snapshot/Snapshot.podspec

SPEC CHECKSUMS:
BlueprintUI: 1ef7487ee6f15fdbbae396e122a39d0b1b72fd79
BlueprintUICommonControls: 40ea63db0e610f418e1e6b3fefd95a029ad87aca
BlueprintUILists: 67ea41efa3a71f4dc58211e78e0d74229a3efd51
BlueprintUI: 6b7661b6ad54fb15cb3cd670d0917aa6d1a3d508
BlueprintUICommonControls: 714c3b2068ff74c59a5965f462f2c9c2a4c018e1
BlueprintUILists: ad39019aadba3f0ef308c6cbc6f65334f1dc1f4d
EnglishDictionary: f03968b9382ddc5c8dd63535efbf783c6cd45f1c
ListableUI: 225c203d251dd630f6d319f1544e202f706f1bcf
ListableUI: acc5402fffe43dd6a2330fb0964a4579acac91eb
Snapshot: cda3414db426919d09f775434b36289c8e864183

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

LISTABLE_VERSION ||= '3.1.0'
LISTABLE_VERSION ||= '3.2.0'

0 comments on commit a24e7e6

Please sign in to comment.