From 9c8d92d858098d57434d5419852cdc012df87913 Mon Sep 17 00:00:00 2001 From: Dheepakraj Selvakumar Date: Thu, 6 Aug 2026 14:58:02 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20update=20Intercom=20SDK=20dependencies?= =?UTF-8?q?=20(iOS:=2019.7.1=20=E2=86=92=2019.7.2,=20Android:=2018.6.0=20?= =?UTF-8?q?=E2=86=92=2018.7.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated iOS SDK from 19.7.1 to 19.7.2 - Updated Android SDK from 18.6.0 to 18.7.0 - Bumped version from 10.5.0 to 10.6.0 (minor) - Synced the example apps' Podfile.lock files Co-Authored-By: Claude Opus 5 --- 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 c1ce1ba9..9cc28a99 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:18.6.0' - implementation 'io.intercom.android:intercom-sdk-ui:18.6.0' + implementation 'io.intercom.android:intercom-sdk:18.7.0' + implementation 'io.intercom.android:intercom-sdk-ui:18.7.0' } diff --git a/examples/example/ios/Podfile.lock b/examples/example/ios/Podfile.lock index 7a8cb95b..35b229e1 100644 --- a/examples/example/ios/Podfile.lock +++ b/examples/example/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.7.1) - - intercom-react-native (10.5.0): + - Intercom (19.7.2) + - intercom-react-native (10.6.0): - boost - DoubleConversion - fast_float - fmt - glog - hermes-engine - - Intercom (~> 19.7.1) + - Intercom (~> 19.7.2) - RCT-Folly - RCT-Folly/Fabric - RCTRequired @@ -2560,8 +2560,8 @@ SPEC CHECKSUMS: fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd glog: 5683914934d5b6e4240e497e0f4a3b42d1854183 hermes-engine: 4f8246b1f6d79f625e0d99472d1f3a71da4d28ca - Intercom: c21e5c4adb1546da3b8bcdbeb50f64a30e5a7f3e - intercom-react-native: 995f357405b92eb132a2ff699f9b0c2aa76746e5 + Intercom: 8d5ddc9d9f186c3eaeeaf3a3125c41ebef1a0987 + intercom-react-native: 8528a1162e21c11092030ac0d7f09f3e2acedef7 RCT-Folly: 59ec0ac1f2f39672a0c6e6cecdd39383b764646f RCTDeprecation: c4b9e2fd0ab200e3af72b013ed6113187c607077 RCTRequired: e97dd5dafc1db8094e63bc5031e0371f092ae92a diff --git a/examples/with-notifications/ios/Podfile.lock b/examples/with-notifications/ios/Podfile.lock index 3f275989..e4ec62ad 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.7.1) - - intercom-react-native (10.5.0): + - Intercom (19.7.2) + - intercom-react-native (10.6.0): - boost - DoubleConversion - fast_float - fmt - glog - hermes-engine - - Intercom (~> 19.7.1) + - Intercom (~> 19.7.2) - RCT-Folly - RCT-Folly/Fabric - RCTRequired @@ -2773,8 +2773,8 @@ SPEC CHECKSUMS: fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd glog: 5683914934d5b6e4240e497e0f4a3b42d1854183 hermes-engine: 4f8246b1f6d79f625e0d99472d1f3a71da4d28ca - Intercom: c21e5c4adb1546da3b8bcdbeb50f64a30e5a7f3e - intercom-react-native: 995f357405b92eb132a2ff699f9b0c2aa76746e5 + Intercom: 8d5ddc9d9f186c3eaeeaf3a3125c41ebef1a0987 + intercom-react-native: 8528a1162e21c11092030ac0d7f09f3e2acedef7 MMKV: 7b5df6a8bf785c6705cc490c541b9d8a957c4a64 MMKVCore: 3f40b896e9ab522452df9df3ce983471aa2449ba RCT-Folly: 59ec0ac1f2f39672a0c6e6cecdd39383b764646f diff --git a/intercom-react-native.podspec b/intercom-react-native.podspec index e2d6183e..4703c6b8 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.7.1' + s.dependency "Intercom", '~> 19.7.2' 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 ac4ab018..4c5b757f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@intercom/intercom-react-native", - "version": "10.5.0", + "version": "10.6.0", "description": "React Native wrapper to bridge our iOS and Android SDK", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",