Skip to content

Commit

Permalink
[Release] Version 23.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gillams committed Nov 5, 2019
1 parent 9a673f9 commit 1a89179
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 18 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 = "22.2.0"
s.version = "23.0.0"
s.summary = "Skyscanner's Design System Backpack for iOS"

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

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

## 23.0.0

**Breaking:**

- Backpack/SimpleDate:
- SimpleDate now requires a calendar object for more reliable conversions of dates.

**Breaking:**

- Backpack/FlareView:
- The `isFlareVisible` property is no longer supported. Flare views will always have a flare.

**Added:**

- Backpack/Dialog:
- New `flareView` argument which allows a flare view to be configured above the content.

## 22.2.0

**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 (22.2.0):
- Backpack (23.0.0):
- FloatingPanel (= 1.6.6)
- FSCalendar (~> 2.8)
- MBProgressHUD (~> 0.9.1)
Expand Down Expand Up @@ -44,7 +44,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AppCenter: 49a9ffe114c00e2bf5374aeda816d47eabf1978a
Backpack: 4dbb6d671de7464d84da0ffb7bd250bb56d93560
Backpack: 6128db1a7e8dd3060c2f756280e74047d8f7b414
FloatingPanel: 5fe605e073e60395bc4bb416fd513d0fa38a6558
FSCalendar: 3a5ed3636e2ba1b83ebebfcf0c2603105a6f5efe
iOSSnapshotTestCase: f3b2b7e606fe03fdbe49af84316bd235df32dc44
Expand Down
15 changes: 0 additions & 15 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
# Unreleased
> Place your changes below this line.
**Breaking:**

- Backpack/SimpleDate:
- SimpleDate now requires a calendar object for more reliable conversions of dates.

**Breaking:**

- Backpack/FlareView:
- The `isFlareVisible` property is no longer supported. Flare views will always have a flare.

**Added:**

- Backpack/Dialog:
- New `flareView` argument which allows a flare view to be configured above the content.

## 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).
2. Add the package name.
Expand Down

0 comments on commit 1a89179

Please sign in to comment.