From b7d7d4fec2bd4be9f25b3b8937b01c7dc5360e0a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Aug 2024 15:53:44 +0000 Subject: [PATCH] chore: prepare for 3.3.3 ## [3.3.3](https://github.com/customerio/customerio-ios/compare/3.3.2...3.3.3) (2024-08-08) ### Bug Fixes * tuist users not able to install CIO iOS SDK SPM manifest issue ([#791](https://github.com/customerio/customerio-ios/issues/791)) ([cd1346a](https://github.com/customerio/customerio-ios/commit/cd1346a8ee9bd7c0b81c7e92d4ffc7507a904d9f)) --- 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 +- 10 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a514eace..58578a770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.3](https://github.com/customerio/customerio-ios/compare/3.3.2...3.3.3) (2024-08-08) + +### Bug Fixes + +* tuist users not able to install CIO iOS SDK SPM manifest issue ([#791](https://github.com/customerio/customerio-ios/issues/791)) ([cd1346a](https://github.com/customerio/customerio-ios/commit/cd1346a8ee9bd7c0b81c7e92d4ffc7507a904d9f)) + ## [3.3.2](https://github.com/customerio/customerio-ios/compare/3.3.1...3.3.2) (2024-06-27) ### Bug Fixes diff --git a/CustomerIO.podspec b/CustomerIO.podspec index 7959d4b0d..01493057e 100644 --- a/CustomerIO.podspec +++ b/CustomerIO.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |spec| spec.name = "CustomerIO" - spec.version = "3.3.2" # Don't modify this line - it's automatically updated + spec.version = "3.3.3" # 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 1dc0830df..d4efe89dc 100644 --- a/CustomerIOCommon.podspec +++ b/CustomerIOCommon.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOCommon" - spec.version = "3.3.2" # Don't modify this line - it's automatically updated + spec.version = "3.3.3" # 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 210d6f98a..4f045a4df 100644 --- a/CustomerIODataPipelines.podspec +++ b/CustomerIODataPipelines.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIODataPipelines" - spec.version = "3.3.2" # Don't modify this line - it's automatically updated + spec.version = "3.3.3" # 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 1f70b815e..fcf6440ab 100644 --- a/CustomerIOMessagingInApp.podspec +++ b/CustomerIOMessagingInApp.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOMessagingInApp" - spec.version = "3.3.2" # Don't modify this line - it's automatically updated + spec.version = "3.3.3" # 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 b8b1b7e55..949d0e394 100644 --- a/CustomerIOMessagingPush.podspec +++ b/CustomerIOMessagingPush.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOMessagingPush" - spec.version = "3.3.2" # Don't modify this line - it's automatically updated + spec.version = "3.3.3" # 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 96c415c39..a7c2cf88c 100644 --- a/CustomerIOMessagingPushAPN.podspec +++ b/CustomerIOMessagingPushAPN.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOMessagingPushAPN" - spec.version = "3.3.2" # Don't modify this line - it's automatically updated + spec.version = "3.3.3" # 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 fd1aeb1bd..3d999f0a7 100644 --- a/CustomerIOMessagingPushFCM.podspec +++ b/CustomerIOMessagingPushFCM.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOMessagingPushFCM" - spec.version = "3.3.2" # Don't modify this line - it's automatically updated + spec.version = "3.3.3" # 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 fce98a1fb..e08fe5e9e 100644 --- a/CustomerIOTrackingMigration.podspec +++ b/CustomerIOTrackingMigration.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOTrackingMigration" - spec.version = "3.3.2" # Don't modify this line - it's automatically updated + spec.version = "3.3.3" # 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 4dc1f5933..d6a6f0354 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.3.2" + public static let version: String = "3.3.3" }