Skip to content

Commit

Permalink
Release 7.1.1 (#197)
Browse files Browse the repository at this point in the history
###### 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:]`)
  • Loading branch information
Br1an-Boyle authored May 10, 2024
1 parent 7628d57 commit e7a557f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ PODS:
- ReactCommon/turbomodule/core (= 0.70.9)
- fmt (6.2.1)
- glog (0.3.5)
- Intercom (17.0.3)
- intercom-react-native (7.0.1):
- Intercom (~> 17.0.3)
- Intercom (17.0.4)
- intercom-react-native (7.1.1):
- Intercom (~> 17.0.4)
- React-Core
- RCT-Folly (2021.07.22.00):
- boost
Expand Down Expand Up @@ -420,8 +420,8 @@ SPEC CHECKSUMS:
FBReactNativeSpec: 85d34420d92cb178897de05e3aba90e7a8568162
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 5337263514dd6f09803962437687240c5dc39aa4
Intercom: 85b6c558c853da66e1041e23a6a8ed99a6bef640
intercom-react-native: 1764646b91eb2d3ba47db932c041c89bb5ded65c
Intercom: 373e65416ba9864a797695551d4366cb734083c6
intercom-react-native: 4e383c6f2a3b65152669ab138d0ffcf3d2f0a574
RCT-Folly: 0080d0a6ebf2577475bda044aa59e2ca1f909cda
RCTRequired: db184d894eed9e15f1fa80c3372595b7ec360580
RCTTypeSafety: c9bf4c53ad246e4c94a49d91353ed19a8df5952f
Expand Down
2 changes: 1 addition & 1 deletion intercom-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.resource_bundles = { 'IntercomFramework' => ['ios/assets/*'] }

s.dependency "React-Core"
s.dependency "Intercom", '~> 17.0.3'
s.dependency "Intercom", '~> 17.0.4'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intercom/intercom-react-native",
"version": "7.1.0",
"version": "7.1.1",
"description": "React Native wrapper to bridge our iOS and Android SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit e7a557f

Please sign in to comment.