Skip to content

Commit

Permalink
[Release] Version 48.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frugoman committed Mar 9, 2022
1 parent 43f1214 commit 0d98f96
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 = "48.0.2"
s.version = "48.0.3"
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
@@ -1,5 +1,12 @@
[Unreleased changes](./UNRELEASED.md).

# 48.0.3

**Added:**

- Backpack/Button:
- Introduction of a Deprecated new Legacy Link Button, to support historic cases on the app.

# 48.0.2

**Added:**
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 (4.2.0):
- AppCenter/Core
- Backpack (48.0.2):
- Backpack (48.0.3):
- FloatingPanel (= 1.6.6)
- FSCalendar (~> 2.8.2)
- MBProgressHUD (~> 1.2.0)
Expand Down Expand Up @@ -55,7 +55,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AppCenter: 87ef6eefd8ade4df59e88951288587429f3dd2a5
Backpack: 3e6271068d21db186336f449aeb39a805270f737
Backpack: 1d33c43c08dc435725a5f907b852acca51d8c519
Backpack-Fonts: f1c8c3d4a8b2ddaac06a2b3a5afb34f5e80a4f29
FloatingPanel: 5fe605e073e60395bc4bb416fd513d0fa38a6558
FSCalendar: e6a2eb9c571bf0719ed797ef807e08426753c241
Expand Down
5 changes: 0 additions & 5 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# Unreleased
> Place your changes below this line.
**Added:**

- Backpack/Button:
- Introduction of a Deprecated new Legacy Link Button, to support historic cases on the app.

## 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 0d98f96

Please sign in to comment.