Skip to content

Commit

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

s.description = <<-DESC
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Backpack iOS changelog

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

**Added:**
- Backpack/FlareView:
- New `FlareView` component

## 14.2.1

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.1):
- Backpack (14.3.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: a2722077eaaca6cff34fa31c5171603070890df4
Backpack: db6f72199824c55ae951fc10cae89cd0d4f7cb2c
FloatingPanel: a318d2f98eeb44e09c336d920f0eabc7c7b1579d
FSCalendar: 3a5ed3636e2ba1b83ebebfcf0c2603105a6f5efe
iOSSnapshotTestCase: 711379b19f69a22c131527df862352c877c2773c
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/FlareView:
- New `FlareView` 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 5418a9d

Please sign in to comment.