From 436264b55b3a59503d555007527e905ccff2ec60 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Jul 2024 07:55:03 +0200 Subject: [PATCH] chore(release): 31.1.0 [skip ci] # [31.1.0](https://github.com/Telefonica/mistica-ios/compare/v31.0.0...v31.1.0) (2024-07-15) ### Features * **InputField:** add numeric style and option to set textContentType ([#385](https://github.com/Telefonica/mistica-ios/issues/385)) ([1db8499](https://github.com/Telefonica/mistica-ios/commit/1db84993111c9042f4c958521d69637edee72180)) --- CHANGELOG.md | 7 +++++++ MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig | 2 +- Sources/SupportFiles/Mistica.xcconfig | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e52b8a03..3697fed95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [31.1.0](https://github.com/Telefonica/mistica-ios/compare/v31.0.0...v31.1.0) (2024-07-15) + + +### Features + +* **InputField:** add numeric style and option to set textContentType ([#385](https://github.com/Telefonica/mistica-ios/issues/385)) ([1db8499](https://github.com/Telefonica/mistica-ios/commit/1db84993111c9042f4c958521d69637edee72180)) + # [31.0.0](https://github.com/Telefonica/mistica-ios/compare/v30.5.0...v31.0.0) (2024-07-12) diff --git a/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig b/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig index f015aac5b..26c27c40f 100644 --- a/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig +++ b/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig @@ -7,7 +7,7 @@ // // Versioning -VERSION_NUMBER = 31.0.0 +VERSION_NUMBER = 31.1.0 CURRENT_PROJECT_VERSION = 1 //Build // Build options diff --git a/Sources/SupportFiles/Mistica.xcconfig b/Sources/SupportFiles/Mistica.xcconfig index 0483ac82d..951e82b72 100644 --- a/Sources/SupportFiles/Mistica.xcconfig +++ b/Sources/SupportFiles/Mistica.xcconfig @@ -7,7 +7,7 @@ // // Versioning -VERSION_NUMBER = 31.0.0 +VERSION_NUMBER = 31.1.0 CURRENT_PROJECT_VERSION = 1 //Build // Build options