Skip to content

Commit

Permalink
[Release] Version 40.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gillams committed Dec 31, 2020
1 parent 90d225f commit 640c34a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 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 = "39.1.2"
s.version = "40.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
@@ -1,6 +1,18 @@

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

# 40.0.0

**Breaking:**

- Backpack/Toast:
- Upgraded `MBProgressHUD` to the latest version (1.2.0).

**Added:**

- Backpack/Icon:
- Added new icons for `price-tag`.

# 39.1.2

**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 (3.1.1):
- AppCenter/Core
- Backpack (39.1.2):
- Backpack (40.0.0):
- FloatingPanel (= 1.6.6)
- FSCalendar (~> 2.8)
- MBProgressHUD (~> 1.2.0)
Expand Down Expand Up @@ -47,7 +47,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AppCenter: 513d32888854d67d8cfbd3a8db16aeb5fb2e2a75
Backpack: 095c6ec9cb740704c89127822f134d019ee16325
Backpack: 6968b2abee53fa09ded5b90563bf5cd05ab42e41
FloatingPanel: 5fe605e073e60395bc4bb416fd513d0fa38a6558
FSCalendar: e6a2eb9c571bf0719ed797ef807e08426753c241
iOSSnapshotTestCase: 9ab44cb5aa62b84d31847f40680112e15ec579a6
Expand Down
8 changes: 0 additions & 8 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
# Unreleased

**Added:**

- Backpack/Icon:
- Added new icons for `price-tag`.

> Place your changes below this line.
**Fixed:**
- Upgraded `MBProgressHUD` to the latest version (1.2.0).

## 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 640c34a

Please sign in to comment.