Skip to content

Commit

Permalink
[Release] Version 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gillams committed Aug 16, 2019
1 parent 9f66402 commit 0814596
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 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 = "13.0.0"
s.version = "14.0.0"
s.summary = "Skyscanner's Design System Backpack for iOS"

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

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

## 14.0.0

**Breaking:**
- Backpack/Dialog
- Icon definition is now encapsulated in a separate object, and is optional.

**Added:**

- Backpack/Color:
- Updated gray colours `gray50`, `gray100`, `gray200`, `gray300`, `gray400`, `gray500`, `gray700`, `gray900`
- Deprecated `gray600` and `gray800` please update as these will be removed in the future.

## 13.0.0

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

SPEC CHECKSUMS:
Backpack: 67d05809b516eb380b2948aa5d164e67271743db
Backpack: 3ea3d939385728d7ec66b266ece785dad67251ff
FSCalendar: 3a5ed3636e2ba1b83ebebfcf0c2603105a6f5efe
iOSSnapshotTestCase: 711379b19f69a22c131527df862352c877c2773c
SwiftLint: 7a0227733d786395817373b2d0ca799fd0093ff3
Expand Down
9 changes: 0 additions & 9 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Unreleased
> Place your changes below this line.
**Breaking:**
- Backpack/Dialog
- Icon definition is now encapsulated in a separate object, and is optional.

**Added:**

- Backpack/Color:
- Updated gray colours `gray50`, `gray100`, `gray200`, `gray300`, `gray400`, `gray500`, `gray700`, `gray900`
- Deprecated `gray600` and `gray800` please update as these will be removed in the future.
## How to write a good changelog entry

Expand Down

0 comments on commit 0814596

Please sign in to comment.