Skip to content

Commit

Permalink
chore(release): 18.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [18.0.0](v17.1.0...v18.0.0) (2022-08-11)

### Code Refactoring

* **Colors:** Update Color Palette definition. ([#206](#206)) ([f433140](f433140))

### Features

* **SwiftUI:** Support Mistica in SwiftUI ([#200](#200)) ([b2689ef](b2689ef))

### BREAKING CHANGES

* **Colors:** Color palette properties are no longer static variabales.
* **SwiftUI:** Custom brands are now supported.
  • Loading branch information
semantic-release-bot committed Aug 11, 2022
1 parent f433140 commit 3e213de
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [18.0.0](https://github.com/Telefonica/mistica-ios/compare/v17.1.0...v18.0.0) (2022-08-11)


### Code Refactoring

* **Colors:** Update Color Palette definition. ([#206](https://github.com/Telefonica/mistica-ios/issues/206)) ([f433140](https://github.com/Telefonica/mistica-ios/commit/f4331403faf3642d71f46453a0d25bdcee5d902c))


### Features

* **SwiftUI:** Support Mistica in SwiftUI ([#200](https://github.com/Telefonica/mistica-ios/issues/200)) ([b2689ef](https://github.com/Telefonica/mistica-ios/commit/b2689ef7dc64b259aa9706b6110e8161c4456724))


### BREAKING CHANGES

* **Colors:** Color palette properties are no longer static variabales.
* **SwiftUI:** Custom brands are now supported.

# [17.1.0](https://github.com/Telefonica/mistica-ios/compare/v17.0.1...v17.1.0) (2022-08-01)


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 = '17.1.0'
s.version = '18.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 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 = '17.1.0'
s.version = '18.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

0 comments on commit 3e213de

Please sign in to comment.