Skip to content

Commit

Permalink
chore(release): 14.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [14.1.0](v14.0.0...v14.1.0) (2021-12-03)

### Bug Fixes

* **EmptyState:** Missing accessibility ids on the Empty State - SMARTWIFI-3093 ([#148](#148)) ([72d4f2b](72d4f2b))

### Features

* **Feedback:** IOS-7129 ADD: Error Reference inside feedback component ([#144](#144)) ([6da246c](6da246c))
  • Loading branch information
semantic-release-bot committed Dec 3, 2021
1 parent 72d4f2b commit 984c16f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [14.1.0](https://github.com/Telefonica/mistica-ios/compare/v14.0.0...v14.1.0) (2021-12-03)


### Bug Fixes

* **EmptyState:** Missing accessibility ids on the Empty State - SMARTWIFI-3093 ([#148](https://github.com/Telefonica/mistica-ios/issues/148)) ([72d4f2b](https://github.com/Telefonica/mistica-ios/commit/72d4f2b43e4d6b93a9ec37dcb4764b0645b35122))


### Features

* **Feedback:** IOS-7129 ADD: Error Reference inside feedback component ([#144](https://github.com/Telefonica/mistica-ios/issues/144)) ([6da246c](https://github.com/Telefonica/mistica-ios/commit/6da246cdcdd3ab6d7d4fd017fa0d048be8751290))

# [14.0.0](https://github.com/Telefonica/mistica-ios/compare/v13.0.1...v14.0.0) (2021-10-19)


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.0.0'
s.version = '14.1.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 = 14.0.0
VERSION_NUMBER = 14.1.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 = 14.0.0
VERSION_NUMBER = 14.1.0
CURRENT_PROJECT_VERSION = 1 //Build

// Build options
Expand Down

0 comments on commit 984c16f

Please sign in to comment.