From 80f23a60691d2cdb10267395c15e408331f3a3ee Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 11 Aug 2026 09:22:46 +0000 Subject: [PATCH 1/2] chore: update Customer.io native SDK versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - iOS: 4.7.2 → 4.7.3 - Android: 4.20.1 → 4.20.1 🤖 Automated update with compilation verification --- example/ios/Podfile | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/ios/Podfile b/example/ios/Podfile index 567f952d..d03c533b 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -94,6 +94,6 @@ target "LiveActivityWidget" do # A widget extension cannot link the wrapper pod, so it names the rendering pods itself. # Keep the version in step with package.json's cioNativeiOSSdkVersion. %w[CustomerIOLiveActivitiesTemplates CustomerIOLiveActivitiesAttributes].each do |cio_pod| - pod cio_pod, '4.7.2' + pod cio_pod, '4.7.3' end end diff --git a/package.json b/package.json index 3f754d03..6c6964bd 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "./package.json": "./package.json" }, - "cioNativeiOSSdkVersion": "= 4.7.2", + "cioNativeiOSSdkVersion": "= 4.7.3", "cioiOSFirebaseWrapperSdkVersion": "= 1.0.0", "files": [ "src", From f83eded2fbd22203ab53c4d97657aa8894f022a6 Mon Sep 17 00:00:00 2001 From: Shahroz Khan Date: Tue, 18 Aug 2026 15:35:28 -0400 Subject: [PATCH 2/2] fix: update Customer.io iOS SDK to 4.7.4 --- example/ios/Podfile | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/ios/Podfile b/example/ios/Podfile index d03c533b..d584c834 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -94,6 +94,6 @@ target "LiveActivityWidget" do # A widget extension cannot link the wrapper pod, so it names the rendering pods itself. # Keep the version in step with package.json's cioNativeiOSSdkVersion. %w[CustomerIOLiveActivitiesTemplates CustomerIOLiveActivitiesAttributes].each do |cio_pod| - pod cio_pod, '4.7.3' + pod cio_pod, '4.7.4' end end diff --git a/package.json b/package.json index 6c6964bd..73bbf139 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "./package.json": "./package.json" }, - "cioNativeiOSSdkVersion": "= 4.7.3", + "cioNativeiOSSdkVersion": "= 4.7.4", "cioiOSFirebaseWrapperSdkVersion": "= 1.0.0", "files": [ "src",