Skip to content

Commit

Permalink
[Release] Version 8.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
k0nserv committed Apr 30, 2019
1 parent 1e96fc5 commit 863306f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 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.12.0"
s.version = "8.13.0"
s.summary = "Skyscanner's Design System Backpack for iOS"

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

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

### 8.13.0

**Added:**

- Backpack/Theme:
- Added `primaryGradient` property to Backpack theme definitions.

- Backpack/Gradient:
- Added a new gradient view `BPKprimaryGradientView`/`PrimaryGradientView` suitable for rendering a primary gradient.

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

SPEC CHECKSUMS:
Backpack: 08ad96c90abcb317c03012121789abd06eb9d108
Backpack: 3f7a7d0dd89a067dcbbcb5150d3ed37902728b91
FSCalendar: 3a5ed3636e2ba1b83ebebfcf0c2603105a6f5efe
iOSSnapshotTestCase: 711379b19f69a22c131527df862352c877c2773c
SwiftLint: 7a0227733d786395817373b2d0ca799fd0093ff3
Expand Down
7 changes: 0 additions & 7 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
# Unreleased

**Added:**

- Backpack/Theme:
- Added `primaryGradient` property to Backpack theme definitions.

- Backpack/Gradient:
- Added a new gradient view `BPKprimaryGradientView`/`PrimaryGradientView` suitable for rendering a primary gradient.

0 comments on commit 863306f

Please sign in to comment.