Skip to content

Commit

Permalink
[Release] Version 24.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gillams committed Dec 12, 2019
1 parent c43d401 commit 284c231
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Backpack.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

Pod::Spec.new do |s|
s.name = 'Backpack'
s.version = "24.0.0"
s.version = "24.0.1"
s.summary = "Skyscanner's Design System Backpack for iOS"

s.description = <<-DESC
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

[Unreleased changes](./UNRELEASED.md).

## 24.0.1

**Fixed:**
- Backpack/Font:
- Fixed an issue that caused an infinite loop in `BPKFont.`

## 24.0.0

**Breaking:**
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PODS:
- AppCenter/Core
- AppCenter/Distribute (2.4.0):
- AppCenter/Core
- Backpack (24.0.0):
- Backpack (24.0.1):
- FloatingPanel (= 1.6.6)
- FSCalendar (~> 2.8)
- MBProgressHUD (~> 0.9.1)
Expand Down Expand Up @@ -47,7 +47,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AppCenter: 49a9ffe114c00e2bf5374aeda816d47eabf1978a
Backpack: 8a6bd13a29e315a4a09428a11c571fe3fd284bdb
Backpack: a5a3c5a92fc5bbca0d13d60fcbb99c59ba95f017
FloatingPanel: 5fe605e073e60395bc4bb416fd513d0fa38a6558
FSCalendar: 5245140456fcbcac5824c203b98bd8068bdfee1a
iOSSnapshotTestCase: f3b2b7e606fe03fdbe49af84316bd235df32dc44
Expand Down
4 changes: 0 additions & 4 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Unreleased
> Place your changes below this line.
**Fixed:**
- Backpack/Font:
- Fixed an issue that caused an infinite loop in `BPKFont.`

## How to write a good changelog entry
1. Add 'Breaking', 'Added' or 'Fixed' in bold depending on if the change will be major, minor or patch according to [semver](semver.org).
2. Add the package name.
Expand Down

0 comments on commit 284c231

Please sign in to comment.