Skip to content

Commit

Permalink
[Release] Version 34.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shaundon committed Jul 23, 2020
1 parent be98dd4 commit a35e1d1
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 = "33.0.0"
s.version = "34.0.0"
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,6 +1,13 @@

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

# 34.0.0

**Breaking:**

- Backpack/Icon:
- We've adopted our new icon set! Some icons are now only available at small or large size, whilst most are available at both. Check our [design docs](https://backpack.github.io/components/icon?platform=design) to see which are available.

# 33.0.0

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

SPEC CHECKSUMS:
AppCenter: 513d32888854d67d8cfbd3a8db16aeb5fb2e2a75
Backpack: 091d7e228ca07aeb675feabdd0c8e65cc5bbbe3c
Backpack: 5519bce61a5e865a0e5e57d9d79222f76a94a01e
FloatingPanel: 5fe605e073e60395bc4bb416fd513d0fa38a6558
FSCalendar: 5245140456fcbcac5824c203b98bd8068bdfee1a
iOSSnapshotTestCase: 9ab44cb5aa62b84d31847f40680112e15ec579a6
Expand Down
5 changes: 0 additions & 5 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

> Place your changes below this line.
**Breaking:**

- Backpack/Icon:
- We've adopted our new icon set! Some icons are now only available at small or large size, whilst most are available at both. Check our [design docs](https://backpack.github.io/components/icon?platform=design) to see which are available.

## 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 a35e1d1

Please sign in to comment.