From 698f00a9fed060da52fab37e08d825e274c9c47e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 9 May 2024 10:08:49 +0200 Subject: [PATCH] chore(release): 30.0.0 [skip ci] # [30.0.0](https://github.com/Telefonica/mistica-ios/compare/v29.11.1...v30.0.0) (2024-05-09) ### Features * **O2New:** Add new O2New brand ([6c8c194](https://github.com/Telefonica/mistica-ios/commit/6c8c194af8f1349781c277d83eda193307eb2325)) ### BREAKING CHANGES * **O2New:** Refactor backgroundBrand color token as MisticaColor new type --- CHANGELOG.md | 12 ++++++++++++ .../SupportFiles/MisticaCatalogConfig.xcconfig | 2 +- Sources/SupportFiles/Mistica.xcconfig | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da8f5584..270d759c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [30.0.0](https://github.com/Telefonica/mistica-ios/compare/v29.11.1...v30.0.0) (2024-05-09) + + +### Features + +* **O2New:** Add new O2New brand ([6c8c194](https://github.com/Telefonica/mistica-ios/commit/6c8c194af8f1349781c277d83eda193307eb2325)) + + +### BREAKING CHANGES + +* **O2New:** Refactor backgroundBrand color token as MisticaColor new type + ## [29.11.1](https://github.com/Telefonica/mistica-ios/compare/v29.11.0...v29.11.1) (2024-04-30) diff --git a/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig b/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig index afbd77ed..518368da 100644 --- a/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig +++ b/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig @@ -7,7 +7,7 @@ // // Versioning -VERSION_NUMBER = 29.11.1 +VERSION_NUMBER = 30.0.0 CURRENT_PROJECT_VERSION = 1 //Build // Build options diff --git a/Sources/SupportFiles/Mistica.xcconfig b/Sources/SupportFiles/Mistica.xcconfig index 9455d803..04a14e5e 100644 --- a/Sources/SupportFiles/Mistica.xcconfig +++ b/Sources/SupportFiles/Mistica.xcconfig @@ -7,7 +7,7 @@ // // Versioning -VERSION_NUMBER = 29.11.1 +VERSION_NUMBER = 30.0.0 CURRENT_PROJECT_VERSION = 1 //Build // Build options