From dd0200d6eebbe058a6e3fcdbd6080338452a6504 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 25 Oct 2024 08:34:56 +0000 Subject: [PATCH] chore: prepare for 3.5.1 ## [3.5.1](https://github.com/customerio/customerio-ios/compare/3.5.0...3.5.1) (2024-10-25) ### Bug Fixes * dismiss keyboard on showing in app message on CDP SDK ([#828](https://github.com/customerio/customerio-ios/issues/828)) ([faad28a](https://github.com/customerio/customerio-ios/commit/faad28a02f085b5f4a334bc9122dbfe862e38119)) --- CHANGELOG.md | 6 ++++++ CustomerIO.podspec | 2 +- CustomerIOCommon.podspec | 2 +- CustomerIODataPipelines.podspec | 2 +- CustomerIOMessagingInApp.podspec | 2 +- CustomerIOMessagingPush.podspec | 2 +- CustomerIOMessagingPushAPN.podspec | 2 +- CustomerIOMessagingPushFCM.podspec | 2 +- CustomerIOTrackingMigration.podspec | 2 +- Sources/Common/Version.swift | 2 +- reports/sdk-binary-size-including-dependencies.txt | 6 +++--- reports/sdk-binary-size.txt | 6 +++--- 12 files changed, 21 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ab3ac31f..70643d388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.5.1](https://github.com/customerio/customerio-ios/compare/3.5.0...3.5.1) (2024-10-25) + +### Bug Fixes + +* dismiss keyboard on showing in app message on CDP SDK ([#828](https://github.com/customerio/customerio-ios/issues/828)) ([faad28a](https://github.com/customerio/customerio-ios/commit/faad28a02f085b5f4a334bc9122dbfe862e38119)) + ## [3.5.0](https://github.com/customerio/customerio-ios/compare/3.4.1...3.5.0) (2024-10-16) ### Features diff --git a/CustomerIO.podspec b/CustomerIO.podspec index 92effa921..4e3ca9e31 100644 --- a/CustomerIO.podspec +++ b/CustomerIO.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |spec| spec.name = "CustomerIO" - spec.version = "3.5.0" # Don't modify this line - it's automatically updated + spec.version = "3.5.1" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/CustomerIOCommon.podspec b/CustomerIOCommon.podspec index df150660d..4f2aa270c 100644 --- a/CustomerIOCommon.podspec +++ b/CustomerIOCommon.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOCommon" - spec.version = "3.5.0" # Don't modify this line - it's automatically updated + spec.version = "3.5.1" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/CustomerIODataPipelines.podspec b/CustomerIODataPipelines.podspec index b40a81b6e..3a6b147eb 100644 --- a/CustomerIODataPipelines.podspec +++ b/CustomerIODataPipelines.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIODataPipelines" - spec.version = "3.5.0" # Don't modify this line - it's automatically updated + spec.version = "3.5.1" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/CustomerIOMessagingInApp.podspec b/CustomerIOMessagingInApp.podspec index 2a76f04f0..73594b517 100644 --- a/CustomerIOMessagingInApp.podspec +++ b/CustomerIOMessagingInApp.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOMessagingInApp" - spec.version = "3.5.0" # Don't modify this line - it's automatically updated + spec.version = "3.5.1" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/CustomerIOMessagingPush.podspec b/CustomerIOMessagingPush.podspec index ee73ce662..5f6507ecb 100644 --- a/CustomerIOMessagingPush.podspec +++ b/CustomerIOMessagingPush.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOMessagingPush" - spec.version = "3.5.0" # Don't modify this line - it's automatically updated + spec.version = "3.5.1" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/CustomerIOMessagingPushAPN.podspec b/CustomerIOMessagingPushAPN.podspec index 9509b77e7..aa225faa2 100644 --- a/CustomerIOMessagingPushAPN.podspec +++ b/CustomerIOMessagingPushAPN.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOMessagingPushAPN" - spec.version = "3.5.0" # Don't modify this line - it's automatically updated + spec.version = "3.5.1" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/CustomerIOMessagingPushFCM.podspec b/CustomerIOMessagingPushFCM.podspec index 1d241046d..32705336b 100644 --- a/CustomerIOMessagingPushFCM.podspec +++ b/CustomerIOMessagingPushFCM.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOMessagingPushFCM" - spec.version = "3.5.0" # Don't modify this line - it's automatically updated + spec.version = "3.5.1" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/CustomerIOTrackingMigration.podspec b/CustomerIOTrackingMigration.podspec index 9332d6453..4036e761a 100644 --- a/CustomerIOTrackingMigration.podspec +++ b/CustomerIOTrackingMigration.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOTrackingMigration" - spec.version = "3.5.0" # Don't modify this line - it's automatically updated + spec.version = "3.5.1" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/Sources/Common/Version.swift b/Sources/Common/Version.swift index 53597c3a1..67f37b032 100644 --- a/Sources/Common/Version.swift +++ b/Sources/Common/Version.swift @@ -6,5 +6,5 @@ import Foundation Keep this file as small as possible to make the automated updating script stable and easy to use. */ public enum SdkVersion { - public static let version: String = "3.5.0" + public static let version: String = "3.5.1" } diff --git a/reports/sdk-binary-size-including-dependencies.txt b/reports/sdk-binary-size-including-dependencies.txt index 23b182534..630baeeaa 100644 --- a/reports/sdk-binary-size-including-dependencies.txt +++ b/reports/sdk-binary-size-including-dependencies.txt @@ -38,7 +38,7 @@ 0.7% 6.25Ki 0.7% 6.25Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Gist.swift 0.7% 6.21Ki 0.7% 6.21Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/KeyValueStorage.swift 0.7% 6.07Ki 0.7% 6.07Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Utilities/URLComponents.swift - 0.6% 5.85Ki 0.6% 5.85Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/autogenerated/AutoDependencyInjection.generated.swift + 0.7% 5.90Ki 0.7% 5.90Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/autogenerated/AutoDependencyInjection.generated.swift 0.6% 5.70Ki 0.6% 5.70Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Migration/TrackEventMigrationType.swift 0.6% 5.64Ki 0.6% 5.64Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/Type/QueueTask.swift 0.6% 5.51Ki 0.6% 5.51Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/State/InAppMessageAction.swift @@ -52,8 +52,8 @@ 0.5% 4.40Ki 0.5% 4.40Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/Plugins/DeviceContexualAttributes.swift 0.5% 4.25Ki 0.5% 4.25Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/PushHandling/iOSPushEventListener.swift 0.5% 4.22Ki 0.5% 4.22Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/FileStorage.swift + 0.4% 3.98Ki 0.4% 3.98Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/GistDelegate.swift 0.4% 3.98Ki 0.4% 3.98Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Managers/Models/Message.swift - 0.4% 3.84Ki 0.4% 3.84Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/GistDelegate.swift 0.4% 3.79Ki 0.4% 3.79Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/EngineWeb/EngineWebConfiguration.swift 0.4% 3.75Ki 0.4% 3.75Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Module/ModuleTopLevelObject.swift 0.4% 3.70Ki 0.4% 3.70Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/HttpRequestRunner.swift @@ -168,5 +168,5 @@ 0.0% 20 0.0% 20 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Deprecated/CustomerIO+Tracking.swift 0.0% 8 0.0% 8 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Extensions/ErrorExtension.swift 100.0% 907Ki 100.0% 907Ki TOTAL -Filtering enabled (source_filter); omitted file = 2.54Mi, vm = 2.61Mi of entries +Filtering enabled (source_filter); omitted file = 2.54Mi, vm = 2.63Mi of entries diff --git a/reports/sdk-binary-size.txt b/reports/sdk-binary-size.txt index 23b182534..630baeeaa 100644 --- a/reports/sdk-binary-size.txt +++ b/reports/sdk-binary-size.txt @@ -38,7 +38,7 @@ 0.7% 6.25Ki 0.7% 6.25Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Gist.swift 0.7% 6.21Ki 0.7% 6.21Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/KeyValueStorage.swift 0.7% 6.07Ki 0.7% 6.07Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Utilities/URLComponents.swift - 0.6% 5.85Ki 0.6% 5.85Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/autogenerated/AutoDependencyInjection.generated.swift + 0.7% 5.90Ki 0.7% 5.90Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/autogenerated/AutoDependencyInjection.generated.swift 0.6% 5.70Ki 0.6% 5.70Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Migration/TrackEventMigrationType.swift 0.6% 5.64Ki 0.6% 5.64Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/Type/QueueTask.swift 0.6% 5.51Ki 0.6% 5.51Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/State/InAppMessageAction.swift @@ -52,8 +52,8 @@ 0.5% 4.40Ki 0.5% 4.40Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/Plugins/DeviceContexualAttributes.swift 0.5% 4.25Ki 0.5% 4.25Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/PushHandling/iOSPushEventListener.swift 0.5% 4.22Ki 0.5% 4.22Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/FileStorage.swift + 0.4% 3.98Ki 0.4% 3.98Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/GistDelegate.swift 0.4% 3.98Ki 0.4% 3.98Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Managers/Models/Message.swift - 0.4% 3.84Ki 0.4% 3.84Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/GistDelegate.swift 0.4% 3.79Ki 0.4% 3.79Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/EngineWeb/EngineWebConfiguration.swift 0.4% 3.75Ki 0.4% 3.75Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Module/ModuleTopLevelObject.swift 0.4% 3.70Ki 0.4% 3.70Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/HttpRequestRunner.swift @@ -168,5 +168,5 @@ 0.0% 20 0.0% 20 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Deprecated/CustomerIO+Tracking.swift 0.0% 8 0.0% 8 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Extensions/ErrorExtension.swift 100.0% 907Ki 100.0% 907Ki TOTAL -Filtering enabled (source_filter); omitted file = 2.54Mi, vm = 2.61Mi of entries +Filtering enabled (source_filter); omitted file = 2.54Mi, vm = 2.63Mi of entries