Skip to content

Commit

Permalink
[Release] Version 15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Gibert committed Aug 23, 2019
1 parent 189f4e7 commit d8a2ab7
Show file tree
Hide file tree
Showing 4 changed files with 10 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 = "15.0.1"
s.version = "15.1.0"
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).

## 15.1.0

**Added:**

- Backpack/Dialogs:
- Now the title is optional maintaining all the subviews in the correct place

## 15.0.1

**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 (15.0.1):
- Backpack (15.1.0):
- FloatingPanel (~> 1.6)
- FSCalendar (~> 2.8)
- TTTAttributedLabel (~> 1.13.4)
Expand Down Expand Up @@ -27,7 +27,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Backpack: ec4826469c8b0b4e81fdc0d715e8ddacfac0bb38
Backpack: dc4dd08897795d2d5e4a26769617698e25df7cd0
FloatingPanel: 062e0500e3b9848e3eb91595367fc6d579e428df
FSCalendar: 3a5ed3636e2ba1b83ebebfcf0c2603105a6f5efe
iOSSnapshotTestCase: f3b2b7e606fe03fdbe49af84316bd235df32dc44
Expand Down
4 changes: 0 additions & 4 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Unreleased
> Place your changes below this line.
**Added:**

- Backpack/Dialogs:
- Now the title is optional maintaining all the subviews in the correct place
## How to write a good changelog entry

Expand Down

0 comments on commit d8a2ab7

Please sign in to comment.