Skip to content

Commit

Permalink
[Release] Version 11.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shaundon committed Jul 12, 2019
1 parent c2e7d96 commit 5a9af88
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 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 = "11.5.3"
s.version = "11.6.0"
s.summary = "Skyscanner's Design System Backpack for iOS"

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

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

## 11.6.0

**Added:**
- Backpack/Icon
- New icons:
- Added `flight-landing` as `BPKIconNameFlightLanding`.
- Added `flight-takeoff` as `BPKIconNameFlightTakeoff`.
- Added `aircraft` as `BPKIconNameAircraft`.

## 11.5.3

**Fixed:**
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 (11.5.3):
- Backpack (11.6.0):
- FSCalendar (~> 2.8)
- TTTAttributedLabel (~> 1.13.4)
- FSCalendar (2.8.0)
Expand All @@ -24,7 +24,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Backpack: e7bfb8acee895dc02b7589dbefd5a4540b7719e4
Backpack: 5dcf1289bd2b0b5e276f9df3660d1033b9f30c11
FSCalendar: 3a5ed3636e2ba1b83ebebfcf0c2603105a6f5efe
iOSSnapshotTestCase: 711379b19f69a22c131527df862352c877c2773c
SwiftLint: 7a0227733d786395817373b2d0ca799fd0093ff3
Expand Down
7 changes: 0 additions & 7 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

> Place your changes below this line.
**Added:**
- Backpack/Icon
- New icons:
- Added `flight-landing` as `BPKIconNameFlightLanding`.
- Added `flight-takeoff` as `BPKIconNameFlightTakeoff`.
- Added `aircraft` as `BPKIconNameAircraft`.

## 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 5a9af88

Please sign in to comment.