Skip to content

Commit

Permalink
chore(release): 14.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [14.2.1](v14.2.0...v14.2.1) (2022-01-26)

### Bug Fixes

* **EmptyState:** Missing accesiblity IDS in Empty state -  SMARTWIFI-3416 ([37802bc](37802bc))
* **InputField:** Border color ([b9da1b4](b9da1b4))
  • Loading branch information
semantic-release-bot committed Jan 26, 2022
1 parent 6d9d05a commit d8fc825
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [14.2.1](https://github.com/Telefonica/mistica-ios/compare/v14.2.0...v14.2.1) (2022-01-26)


### Bug Fixes

* **EmptyState:** Missing accesiblity IDS in Empty state - SMARTWIFI-3416 ([37802bc](https://github.com/Telefonica/mistica-ios/commit/37802bce6ec550daa09ca78d22bc5610964129e0))
* **InputField:** Border color ([b9da1b4](https://github.com/Telefonica/mistica-ios/commit/b9da1b4a848a3a8869dad97cb2f80ff79dc86c94))

# [14.2.0](https://github.com/Telefonica/mistica-ios/compare/v14.1.0...v14.2.0) (2021-12-20)


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 = '14.2.0'
s.version = '14.2.1'
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 = 14.2.0
VERSION_NUMBER = 14.2.1
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 = 14.2.0
VERSION_NUMBER = 14.2.1
CURRENT_PROJECT_VERSION = 1 //Build

// Build options
Expand Down

0 comments on commit d8fc825

Please sign in to comment.