Skip to content

Commit

Permalink
Bump to 14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nsillik committed Feb 22, 2024
1 parent ab11473 commit d9cefa5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@

# Past Releases

# [14.0.1] - 2024-02-21

### Fixed

- Fix SPM dependency on listable

# [14.0.0] - 2024-02-21

### Fixed
Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ PODS:
- BlueprintUI (3.0.0)
- BlueprintUICommonControls (3.0.0):
- BlueprintUI (= 3.0.0)
- BlueprintUILists (14.0.0):
- BlueprintUILists (14.0.1):
- BlueprintUI (~> 3.0)
- ListableUI
- BlueprintUILists/Tests (14.0.0):
- BlueprintUILists/Tests (14.0.1):
- BlueprintUI (~> 3.0)
- BlueprintUICommonControls (~> 3.0)
- ListableUI
- EnglishDictionary (1.0.0.LOCAL)
- ListableUI (14.0.0)
- ListableUI/Tests (14.0.0):
- ListableUI (14.0.1)
- ListableUI/Tests (14.0.1):
- EnglishDictionary
- Snapshot
- Snapshot (1.0.0.LOCAL)
Expand Down Expand Up @@ -46,9 +46,9 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
BlueprintUI: 76e054862aceb2b014a7953464c5769af55c13d5
BlueprintUICommonControls: 9219a0b82ea4b95bbeef44d3fbc65b9b01f1acba
BlueprintUILists: c5bf14f3a5a5811809440e3d906b46258626489f
BlueprintUILists: ce928995caa7535e0b7e0f194017eaec7e790549
EnglishDictionary: 2cf40d33cc1b68c4152a1cc69561aaf6e4ba0209
ListableUI: c1c7cfd1edaa4d58bca4223e56a821246222d089
ListableUI: a00150ed77c94cfa25efa617825fb67af3fb4f22
Snapshot: 574e65b08c02491a541efbd2619c92cc26514d1c

PODFILE CHECKSUM: 2b979d4f2436d28af7c87b125b646836119b89b7
Expand Down
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

BLUEPRINT_VERSION ||= ['~> 3.0'].freeze

LISTABLE_VERSION ||= '14.0.0'
LISTABLE_VERSION ||= '14.0.1'

LISTABLE_IOS_DEPLOYMENT_TARGET ||= '15.0'

Expand Down

0 comments on commit d9cefa5

Please sign in to comment.