From 224d33ffb4816ac6985aaf7ed54050312a83b1cd Mon Sep 17 00:00:00 2001 From: Rosie-Kennelly-1 Date: Mon, 15 Jun 2026 15:41:40 +0100 Subject: [PATCH] chore: update Intercom SDK dependencies --- 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 3dc151b6..feababd4 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.2.0' - implementation 'io.intercom.android:intercom-sdk-ui:18.2.0' + implementation 'io.intercom.android:intercom-sdk:18.3.0' + implementation 'io.intercom.android:intercom-sdk-ui:18.3.0' } diff --git a/examples/example/ios/Podfile.lock b/examples/example/ios/Podfile.lock index 6bc2d243..8060cc0e 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.6.0) - - intercom-react-native (10.1.0): + - Intercom (19.6.3) + - intercom-react-native (10.3.0): - boost - DoubleConversion - fast_float - fmt - glog - hermes-engine - - Intercom (~> 19.6.0) + - Intercom (~> 19.6.3) - RCT-Folly - RCT-Folly/Fabric - RCTRequired @@ -2560,8 +2560,8 @@ SPEC CHECKSUMS: fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd glog: 5683914934d5b6e4240e497e0f4a3b42d1854183 hermes-engine: 4f8246b1f6d79f625e0d99472d1f3a71da4d28ca - Intercom: 53754c4fa69a687cf72d8836a3f2227d218585f2 - intercom-react-native: 060f6bf80a03978015915c4e5882a5e87b225297 + Intercom: 84e1c5107a16805ddfd8e7e413446a206839ddb0 + intercom-react-native: e30de390785d8c976396e768111ce5179078bffa RCT-Folly: 59ec0ac1f2f39672a0c6e6cecdd39383b764646f RCTDeprecation: c4b9e2fd0ab200e3af72b013ed6113187c607077 RCTRequired: e97dd5dafc1db8094e63bc5031e0371f092ae92a diff --git a/examples/with-notifications/ios/Podfile.lock b/examples/with-notifications/ios/Podfile.lock index 39256d92..81db3005 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.6.0) - - intercom-react-native (10.1.0): + - Intercom (19.6.3) + - intercom-react-native (10.2.0): - boost - DoubleConversion - fast_float - fmt - glog - hermes-engine - - Intercom (~> 19.6.0) + - Intercom (~> 19.6.3) - RCT-Folly - RCT-Folly/Fabric - RCTRequired @@ -2773,8 +2773,8 @@ SPEC CHECKSUMS: fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd glog: 5683914934d5b6e4240e497e0f4a3b42d1854183 hermes-engine: 4f8246b1f6d79f625e0d99472d1f3a71da4d28ca - Intercom: 53754c4fa69a687cf72d8836a3f2227d218585f2 - intercom-react-native: 060f6bf80a03978015915c4e5882a5e87b225297 + Intercom: 84e1c5107a16805ddfd8e7e413446a206839ddb0 + intercom-react-native: 5c4ab5eee021eeb80b3a20fb3e8e558eba1d0514 MMKV: 7b5df6a8bf785c6705cc490c541b9d8a957c4a64 MMKVCore: 3f40b896e9ab522452df9df3ce983471aa2449ba RCT-Folly: 59ec0ac1f2f39672a0c6e6cecdd39383b764646f diff --git a/intercom-react-native.podspec b/intercom-react-native.podspec index e7566975..96252a1b 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.6.0' + s.dependency "Intercom", '~> 19.6.3' 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 63cf154e..33263d5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@intercom/intercom-react-native", - "version": "10.2.0", + "version": "10.3.0", "description": "React Native wrapper to bridge our iOS and Android SDK", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",