Skip to content

Commit

Permalink
[Release] Version 8.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gillams committed May 21, 2019
1 parent 5c48e2e commit 589a9a8
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 = "8.15.0"
s.version = "8.15.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).

### 8.15.1

**Fixed:**
- Backpack/Theme:
- Exposed missing `BPKThemeContainer` interface.

### 8.15.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 (8.15.0):
- Backpack (8.15.1):
- FSCalendar (~> 2.8)
- FSCalendar (2.8.0)
- iOSSnapshotTestCase/Core (4.0.0)
Expand All @@ -21,7 +21,7 @@ EXTERNAL SOURCES:
:path: "../"

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

> Place your changes below this line.
**Fixed:**
- Backpack/Theme:
- Exposed missing `BPKThemeContainer` interface.

## 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 589a9a8

Please sign in to comment.