Skip to content

Commit

Permalink
chore(release): 18.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [18.2.0](v18.1.0...v18.2.0) (2022-09-21)

### Features

* **Sheet:** Add dark mode support in icon rows ([b475f2d](b475f2d))
  • Loading branch information
semantic-release-bot committed Sep 21, 2022
1 parent b475f2d commit 1147a2f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [18.2.0](https://github.com/Telefonica/mistica-ios/compare/v18.1.0...v18.2.0) (2022-09-21)


### Features

* **Sheet:** Add dark mode support in icon rows ([b475f2d](https://github.com/Telefonica/mistica-ios/commit/b475f2d859092fb886794323c8989b1b6e7fb5fa))

# [18.1.0](https://github.com/Telefonica/mistica-ios/compare/v18.0.1...v18.1.0) (2022-09-16)


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 = '18.1.0'
s.version = '18.2.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 MisticaSwiftUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'MisticaSwiftUI'
s.version = '18.1.0'
s.version = '18.2.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 Sources/SupportFiles/Mistica.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

// Versioning
VERSION_NUMBER = 18.1.0
VERSION_NUMBER = 18.2.0
CURRENT_PROJECT_VERSION = 1 //Build

// Build options
Expand Down

0 comments on commit 1147a2f

Please sign in to comment.