Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.1.0...v4.0.0) (2020-11-11)

### Features

* **Button:** Remove min width in Button link ([9b711dd](9b711dd))
* **Feedbacks:** Update MovistarES error feedback animation ([#27](#27)) ([aab0d49](aab0d49))

### BREAKING CHANGES

* **Button:** Button link won't have a min width anymore
* **Feedbacks:** The existing feedback animation will be replaced with this new version
  • Loading branch information
semantic-release-bot committed Nov 11, 2020
1 parent 88107b9 commit 907dcf6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [4.0.0](https://github.com/Telefonica/mistica-ios/compare/v3.1.0...v4.0.0) (2020-11-11)


### Features

* **Button:** Remove min width in Button link ([9b711dd](https://github.com/Telefonica/mistica-ios/commit/9b711dd9eae6f5f8d76273ccb8646063933de30d))
* **Feedbacks:** Update MovistarES error feedback animation ([#27](https://github.com/Telefonica/mistica-ios/issues/27)) ([aab0d49](https://github.com/Telefonica/mistica-ios/commit/aab0d495ce99ee7ef887a1ff80ea3774f646d33a))


### BREAKING CHANGES

* **Button:** Button link won't have a min width anymore
* **Feedbacks:** The existing feedback animation will be replaced with this new version

# [3.1.0](https://github.com/Telefonica/mistica-ios/compare/v3.0.0...v3.1.0) (2020-11-04)


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 = '3.1.0'
s.version = '4.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 = 3.1.0
VERSION_NUMBER = 4.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 = 3.1.0
VERSION_NUMBER = 4.0.0
CURRENT_PROJECT_VERSION = 1 //Build

// Build options
Expand Down

0 comments on commit 907dcf6

Please sign in to comment.