Skip to content

Commit

Permalink
chore(release): 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.0.0](v8.0.1...v9.0.0) (2021-02-17)

### Bug Fixes

* **Button:** Make Button a UIControl  BREAKING CHANGE: Button.State enum has changed to UIControl.State. ([#79](#79)) ([4b57222](4b57222))
* **ColorPalette:** fix backgroundPromo color of O2ClassicColorPalette ([#75](#75)) ([fd87da0](fd87da0))
* **DataCard:** fix border color of card ([cb4c3b0](cb4c3b0))
* **HighlightedCard:** add support for xib and storyboard ([5e3afa7](5e3afa7))
* **HighlightedCard:** fix showActionButton and showCloseButton so that the value of the variables makes sense in English ([b6a2921](b6a2921))
* **HighlightedCard:** nake init with parameters: `(title:subtitle:rightImage:actionButtonStyle:)` configures the correct styles. ([31f2bf6](31f2bf6))
* **HighlightedCard:** set multi lines support for both texts (title and subtitle) ([#77](#77)) ([657a3bc](657a3bc))
* **HighlightedCard,MediaCard,MediaCard,Stepper:** fix border color by replacing "divider" by "border" of the color palette and set the border size to 1 px ([66e4aae](66e4aae))
* **MediaCard:** fix border color of card and vertical spacing after headline ([f62b6f2](f62b6f2))
* **Stepper:**  Update Lottie stroke width ([#76](#76)) ([0c9a35f](0c9a35f))

### BREAKING CHANGES

* **HighlightedCard:** texts (title and subtitle) of HighlightedCard have no restrictions of number of lines and both add support multi lines.
  • Loading branch information
semantic-release-bot committed Feb 17, 2021
1 parent 4b57222 commit ae2fa66
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [9.0.0](https://github.com/Telefonica/mistica-ios/compare/v8.0.1...v9.0.0) (2021-02-17)


### Bug Fixes

* **Button:** Make Button a UIControl BREAKING CHANGE: Button.State enum has changed to UIControl.State. ([#79](https://github.com/Telefonica/mistica-ios/issues/79)) ([4b57222](https://github.com/Telefonica/mistica-ios/commit/4b5722211510b4bbed28f1b15a4596a28187972c))
* **ColorPalette:** fix backgroundPromo color of O2ClassicColorPalette ([#75](https://github.com/Telefonica/mistica-ios/issues/75)) ([fd87da0](https://github.com/Telefonica/mistica-ios/commit/fd87da01c6e28677d85bdbc6bb46630d8788afc0))
* **DataCard:** fix border color of card ([cb4c3b0](https://github.com/Telefonica/mistica-ios/commit/cb4c3b01e9c4a5c23f7cdf19745caaa02764fdc1))
* **HighlightedCard:** add support for xib and storyboard ([5e3afa7](https://github.com/Telefonica/mistica-ios/commit/5e3afa73f9a2694422273359bfc58e35a83ebba2))
* **HighlightedCard:** fix showActionButton and showCloseButton so that the value of the variables makes sense in English ([b6a2921](https://github.com/Telefonica/mistica-ios/commit/b6a29216cd21a97adfbbf1de07a9dc41e68438b2))
* **HighlightedCard:** nake init with parameters: `(title:subtitle:rightImage:actionButtonStyle:)` configures the correct styles. ([31f2bf6](https://github.com/Telefonica/mistica-ios/commit/31f2bf63d205ef06253fede38138dc39850c19e8))
* **HighlightedCard:** set multi lines support for both texts (title and subtitle) ([#77](https://github.com/Telefonica/mistica-ios/issues/77)) ([657a3bc](https://github.com/Telefonica/mistica-ios/commit/657a3bc6343d2d40f87bde01404d2c97808b411f))
* **HighlightedCard,MediaCard,MediaCard,Stepper:** fix border color by replacing "divider" by "border" of the color palette and set the border size to 1 px ([66e4aae](https://github.com/Telefonica/mistica-ios/commit/66e4aae166f4efa17ab10651134a8e7465ad75d4))
* **MediaCard:** fix border color of card and vertical spacing after headline ([f62b6f2](https://github.com/Telefonica/mistica-ios/commit/f62b6f2afc01ac9b29e793de55b233c0abaf515a))
* **Stepper:** Update Lottie stroke width ([#76](https://github.com/Telefonica/mistica-ios/issues/76)) ([0c9a35f](https://github.com/Telefonica/mistica-ios/commit/0c9a35f49806cf87c9a7ae1b487b106b61d96cb1))


### BREAKING CHANGES

* **HighlightedCard:** texts (title and subtitle) of HighlightedCard have no restrictions of number of lines and both add support multi lines.

## [8.0.1](https://github.com/Telefonica/mistica-ios/compare/v8.0.0...v8.0.1) (2021-01-28)


Expand Down
2 changes: 1 addition & 1 deletion Mistica.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Mistica'
s.version = '8.0.1'
s.version = '9.0.0'
s.summary = 'Mistica is an iOS framework that contains reusable UI components and utilities for the Telefonica group.'
s.description = <<-DESC
Mistica is an iOS framework that contains reusable UI components and utilities for the Telefonica group.
Expand Down
2 changes: 1 addition & 1 deletion Mistica/SupportFiles/Mistica.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

// Versioning
VERSION_NUMBER = 8.0.1
VERSION_NUMBER = 9.0.0
CURRENT_PROJECT_VERSION = 1 //Build

// Build options
Expand Down
2 changes: 1 addition & 1 deletion MisticaCatalog/SupportFiles/Config.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

// Versioning
VERSION_NUMBER = 8.0.1
VERSION_NUMBER = 9.0.0
CURRENT_PROJECT_VERSION = 1 //Build

// Build options
Expand Down

0 comments on commit ae2fa66

Please sign in to comment.