From 32a816c4974735a8cc9523df2a2a5f4ed833bb18 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 Apr 2026 09:21:22 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20update=20Intercom=20SDK=20dependencies?= =?UTF-8?q?=20(iOS:=2019.5.4=20=E2=86=92=2019.5.6,=20Android:=2017.4.7=20?= =?UTF-8?q?=E2=86=92=2018.0.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated iOS SDK from 19.5.4 to 19.5.6 - Updated Android SDK from 17.4.7 to 18.0.0 - Bumped version from 9.8.0 to 10.0.0 (major) - Updated lockfiles and example projects --- android/build.gradle | 4 ++-- examples/example/ios/Podfile.lock | 10 +++++----- examples/with-notifications/ios/Podfile.lock | 10 +++++----- intercom-react-native.podspec | 2 +- package.json | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 37a782c4..3c3538f4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -84,6 +84,6 @@ dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" // From node_modules implementation "com.google.firebase:firebase-messaging:24.1.2" - implementation 'io.intercom.android:intercom-sdk:17.4.7' - implementation 'io.intercom.android:intercom-sdk-ui:17.4.7' + implementation 'io.intercom.android:intercom-sdk:18.0.0' + implementation 'io.intercom.android:intercom-sdk-ui:18.0.0' } diff --git a/examples/example/ios/Podfile.lock b/examples/example/ios/Podfile.lock index 0367417c..686fc50a 100644 --- a/examples/example/ios/Podfile.lock +++ b/examples/example/ios/Podfile.lock @@ -4,11 +4,11 @@ PODS: - FBLazyVector (0.74.0) - fmt (9.1.0) - glog (0.3.5) - - Intercom (19.5.4) - - intercom-react-native (9.8.0): + - Intercom (19.5.6) + - intercom-react-native (10.0.0): - DoubleConversion - glog - - Intercom (~> 19.5.4) + - Intercom (~> 19.5.6) - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety @@ -1332,8 +1332,8 @@ SPEC CHECKSUMS: FBLazyVector: 026c8f4ae67b06e088ae01baa2271ef8a26c0e8c fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120 glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2 - Intercom: 2cbc7c4758bb0bc09bc8ada907f3a4a73d59d62b - intercom-react-native: 289ebd579a0c10190fa5602fd41104daf5b303e7 + Intercom: 92ef05062809d286270a541f716cb1ad72e0031a + intercom-react-native: c40458e0f8466994712ef1e9c7a33a6c19a694fa RCT-Folly: 045d6ecaa59d826c5736dfba0b2f4083ff8d79df RCTDeprecation: 3ca8b6c36bfb302e1895b72cfe7db0de0c92cd47 RCTRequired: 9fc183af555fd0c89a366c34c1ae70b7e03b1dc5 diff --git a/examples/with-notifications/ios/Podfile.lock b/examples/with-notifications/ios/Podfile.lock index d88ce841..96307b99 100644 --- a/examples/with-notifications/ios/Podfile.lock +++ b/examples/with-notifications/ios/Podfile.lock @@ -8,15 +8,15 @@ PODS: - hermes-engine (0.81.1): - hermes-engine/Pre-built (= 0.81.1) - hermes-engine/Pre-built (0.81.1) - - Intercom (19.5.4) - - intercom-react-native (9.8.0): + - Intercom (19.5.6) + - intercom-react-native (10.0.0): - boost - DoubleConversion - fast_float - fmt - glog - hermes-engine - - Intercom (~> 19.5.4) + - Intercom (~> 19.5.6) - RCT-Folly - RCT-Folly/Fabric - RCTRequired @@ -2773,8 +2773,8 @@ SPEC CHECKSUMS: fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd glog: 5683914934d5b6e4240e497e0f4a3b42d1854183 hermes-engine: 4f8246b1f6d79f625e0d99472d1f3a71da4d28ca - Intercom: 2cbc7c4758bb0bc09bc8ada907f3a4a73d59d62b - intercom-react-native: f0d047f6235c5047c87048901e32b2cb54e8e5e5 + Intercom: 92ef05062809d286270a541f716cb1ad72e0031a + intercom-react-native: 64f0c6267bd67b0f3508d4fc3370a8340fd2ee8e MMKV: 7b5df6a8bf785c6705cc490c541b9d8a957c4a64 MMKVCore: 3f40b896e9ab522452df9df3ce983471aa2449ba RCT-Folly: 59ec0ac1f2f39672a0c6e6cecdd39383b764646f diff --git a/intercom-react-native.podspec b/intercom-react-native.podspec index 648d14b8..398a02ac 100644 --- a/intercom-react-native.podspec +++ b/intercom-react-native.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.pod_target_xcconfig = { "DEFINES_MODULE" => "YES" } - s.dependency "Intercom", '~> 19.5.4' + s.dependency "Intercom", '~> 19.5.6' is_new_arch_enabled = ENV["RCT_NEW_ARCH_ENABLED"] == "1" folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32' diff --git a/package.json b/package.json index 012dbcf5..f6dd5b49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@intercom/intercom-react-native", - "version": "9.8.0", + "version": "10.0.0", "description": "React Native wrapper to bridge our iOS and Android SDK", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",