Skip to content

Commit 218685b

Browse files
chore: update Intercom SDK dependencies (iOS: 19.2.0 → 19.2.1) (#333)
- Updated iOS SDK from 19.2.0 to 19.2.1 - Bumped version from 9.1.1 to 9.1.2 (patch) - Updated lockfiles and example projects Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bc450c4 commit 218685b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

intercom-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919

2020
s.pod_target_xcconfig = { "DEFINES_MODULE" => "YES" }
2121

22-
s.dependency "Intercom", '~> 19.2.0'
22+
s.dependency "Intercom", '~> 19.2.1'
2323

2424
is_new_arch_enabled = ENV["RCT_NEW_ARCH_ENABLED"] == "1"
2525
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intercom/intercom-react-native",
3-
"version": "9.1.1",
3+
"version": "9.1.2",
44
"description": "React Native wrapper to bridge our iOS and Android SDK",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)