Skip to content

Commit e7a557f

Browse files
authored
Release 7.1.1 (#197)
###### Release Date: 10-05-2024 * Updated to iOS SDK 17.0.4 ### 🐛 Bug Fixes * Fixed a crash that was affecting a small subset of users. (`[ICMDataManager resetPresenceTimer]`) * Fixed some memory issues. * Fixed some minor UI glitches. * Fixed a crash that users were experiencing. (`[ICMUserIdentity isEqual:]`)
1 parent 7628d57 commit e7a557f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ PODS:
1111
- ReactCommon/turbomodule/core (= 0.70.9)
1212
- fmt (6.2.1)
1313
- glog (0.3.5)
14-
- Intercom (17.0.3)
15-
- intercom-react-native (7.0.1):
16-
- Intercom (~> 17.0.3)
14+
- Intercom (17.0.4)
15+
- intercom-react-native (7.1.1):
16+
- Intercom (~> 17.0.4)
1717
- React-Core
1818
- RCT-Folly (2021.07.22.00):
1919
- boost
@@ -420,8 +420,8 @@ SPEC CHECKSUMS:
420420
FBReactNativeSpec: 85d34420d92cb178897de05e3aba90e7a8568162
421421
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
422422
glog: 5337263514dd6f09803962437687240c5dc39aa4
423-
Intercom: 85b6c558c853da66e1041e23a6a8ed99a6bef640
424-
intercom-react-native: 1764646b91eb2d3ba47db932c041c89bb5ded65c
423+
Intercom: 373e65416ba9864a797695551d4366cb734083c6
424+
intercom-react-native: 4e383c6f2a3b65152669ab138d0ffcf3d2f0a574
425425
RCT-Folly: 0080d0a6ebf2577475bda044aa59e2ca1f909cda
426426
RCTRequired: db184d894eed9e15f1fa80c3372595b7ec360580
427427
RCTTypeSafety: c9bf4c53ad246e4c94a49d91353ed19a8df5952f

intercom-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Pod::Spec.new do |s|
1717
s.resource_bundles = { 'IntercomFramework' => ['ios/assets/*'] }
1818

1919
s.dependency "React-Core"
20-
s.dependency "Intercom", '~> 17.0.3'
20+
s.dependency "Intercom", '~> 17.0.4'
2121
end

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": "7.1.0",
3+
"version": "7.1.1",
44
"description": "React Native wrapper to bridge our iOS and Android SDK",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)