Skip to content

Commit

Permalink
Prep 0.30.1 (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleve authored Nov 17, 2021
1 parent 497a754 commit 44a3519
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@

# Past Releases

# [0.30.1] - 2021-11-16

### Fixed

- Fix keyboard inset calculations by using `adjustedContentInset`.

# [0.30.0] - 2021-11-02

### Added
Expand Down Expand Up @@ -539,7 +545,8 @@ 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/0.30.0...HEAD
[Main]: https://github.com/kyleve/Listable/compare/0.30.1...HEAD
[0.30.1]: https://github.com/kyleve/Listable/compare/0.30.0...0.30.1
[0.30.0]: https://github.com/kyleve/Listable/compare/0.29.3...0.30.0
[0.29.3]: https://github.com/kyleve/Listable/compare/0.29.2...0.29.3
[0.29.2]: https://github.com/kyleve/Listable/compare/0.29.1...0.29.2
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.30.0)
- BlueprintUICommonControls (0.30.0):
- BlueprintUI (= 0.30.0)
- BlueprintUILists (0.30.0):
- BlueprintUI (0.31.0)
- BlueprintUICommonControls (0.31.0):
- BlueprintUI (= 0.31.0)
- BlueprintUILists (0.30.1):
- BlueprintUI
- ListableUI
- BlueprintUILists/Tests (0.30.0):
- BlueprintUILists/Tests (0.30.1):
- BlueprintUI
- ListableUI
- EnglishDictionary (1.0.0.LOCAL)
- ListableUI (0.30.0)
- ListableUI/Tests (0.30.0):
- ListableUI (0.30.1)
- ListableUI/Tests (0.30.1):
- 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: 376dd3d0821ca9b98e99d2641f05496f520738d5
BlueprintUICommonControls: 258cdea1f456fd6598c9a382d2ca07d9f4a0b745
BlueprintUILists: e3789c5482e2b4fe98dfb3cf7cca1188e5010312
BlueprintUI: ec172d1760b5ab37bb8424715faddaf2915f19df
BlueprintUICommonControls: 4134d0b29ac8093756fd64651db55dce2eb218ab
BlueprintUILists: 8ebcb070088cfe3a8ee9acca694f899a7e7e08fd
EnglishDictionary: f03968b9382ddc5c8dd63535efbf783c6cd45f1c
ListableUI: e1bf2726dfdf5a66dae783818e495b054df873ce
ListableUI: 75a1ea72aa9e6460f145b316b307ac8d1d4fca79
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 ||= '0.30.0'
LISTABLE_VERSION ||= '0.30.1'

0 comments on commit 44a3519

Please sign in to comment.