Skip to content

Commit

Permalink
chore(release): 8.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [8.0.1](v8.0.0...v8.0.1) (2021-01-28)

### Bug Fixes

* **HeaderView:** add support for setting custom accessibility IDs and labels ([#71](#71)) ([97a98cd](97a98cd))
* **ListViewCell:** Add missing accessibility identifiers in ListViewCell ([#70](#70)) ([33e1c8c](33e1c8c))
  • Loading branch information
semantic-release-bot committed Jan 28, 2021
1 parent 33e1c8c commit 059149b
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 @@
## [8.0.1](https://github.com/Telefonica/mistica-ios/compare/v8.0.0...v8.0.1) (2021-01-28)


### Bug Fixes

* **HeaderView:** add support for setting custom accessibility IDs and labels ([#71](https://github.com/Telefonica/mistica-ios/issues/71)) ([97a98cd](https://github.com/Telefonica/mistica-ios/commit/97a98cd342e2a19069ca6afbe6ed07358f68ec22))
* **ListViewCell:** Add missing accessibility identifiers in ListViewCell ([#70](https://github.com/Telefonica/mistica-ios/issues/70)) ([33e1c8c](https://github.com/Telefonica/mistica-ios/commit/33e1c8cf66b5107eff24507d5a86aaf10cf16f27))

# [8.0.0](https://github.com/Telefonica/mistica-ios/compare/v7.1.0...v8.0.0) (2021-01-26)


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.0'
s.version = '8.0.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 = 8.0.0
VERSION_NUMBER = 8.0.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 = 8.0.0
VERSION_NUMBER = 8.0.1
CURRENT_PROJECT_VERSION = 1 //Build

// Build options
Expand Down

0 comments on commit 059149b

Please sign in to comment.