Skip to content

Commit

Permalink
[Release] Version 14.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gillams committed Aug 22, 2019
1 parent 5233b8d commit af2a6f3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 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 = "14.2.0"
s.version = "14.2.1"
s.summary = "Skyscanner's Design System Backpack for iOS"

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

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

## 14.2.1

**Fixed:**

- Backpack/Calendar:
- Fixed an inconsistency in the gray colours used in the Calendar component.

## 14.2.0

**Added:**
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Backpack (14.2.0):
- Backpack (14.2.1):
- FloatingPanel (~> 1.6)
- FSCalendar (~> 2.8)
- TTTAttributedLabel (~> 1.13.4)
Expand Down Expand Up @@ -27,7 +27,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Backpack: 6aa2443a6f9c644a6ff69fc87a0a9855688dcb22
Backpack: a2722077eaaca6cff34fa31c5171603070890df4
FloatingPanel: a318d2f98eeb44e09c336d920f0eabc7c7b1579d
FSCalendar: 3a5ed3636e2ba1b83ebebfcf0c2603105a6f5efe
iOSSnapshotTestCase: 711379b19f69a22c131527df862352c877c2773c
Expand Down
5 changes: 0 additions & 5 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Unreleased
> Place your changes below this line.
**Fixed:**

- Backpack/Calendar:
- Fixed an inconsistency in the gray colours used in the Calendar component.

## 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).
Expand Down

0 comments on commit af2a6f3

Please sign in to comment.