Skip to content

Commit

Permalink
[Release] Version 19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gillams committed Oct 1, 2019
1 parent 0e6f8b7 commit 841da00
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 = "18.0.1"
s.version = "19.0.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).

## 19.0.0

**Breaking:**

- Backpack
- Removed old brand colours and components.

## 18.0.1

**Fixed:**
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PODS:
- AppCenter/Core
- AppCenter/Distribute (2.4.0):
- AppCenter/Core
- Backpack (18.0.1):
- Backpack (19.0.0):
- FloatingPanel (~> 1.6)
- FSCalendar (~> 2.8)
- MBProgressHUD (~> 0.9.1)
Expand Down Expand Up @@ -44,7 +44,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AppCenter: 49a9ffe114c00e2bf5374aeda816d47eabf1978a
Backpack: d317ed24b278955d4f360817b0c451dcc155e066
Backpack: e2701fd36d54aa4b773a41c64a247a9de04a1ee2
FloatingPanel: 5fe605e073e60395bc4bb416fd513d0fa38a6558
FSCalendar: 3a5ed3636e2ba1b83ebebfcf0c2603105a6f5efe
iOSSnapshotTestCase: f3b2b7e606fe03fdbe49af84316bd235df32dc44
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.
**Breaking:**

- Backpack
- Removed old brand colours and components.

## 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 841da00

Please sign in to comment.