Skip to content

Commit b55b13f

Browse files
authored
Release 7.1.2 (#205)
### 🐛 Bug Fixes - [Android] Fixed attaching photos from camera. - [iOS] Fixed some memory issues that impacted a small number of users. - [iOS] Fixed an issue that was preventing some modals from closing correctly. - [iOS] Removed Xcode console warning. - [iOS] Fixes a layout issue with the Powered by Intercom link. ### 👉 Note This release contains some beta features.
1 parent 5bb94ee commit b55b13f

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ dependencies {
6969
//noinspection GradleDynamicVersion
7070
implementation "com.facebook.react:react-native:+" // From node_modules
7171
implementation "com.google.firebase:firebase-messaging:${safeExtGet('firebaseMessagingVersion', '20.2.+')}"
72-
implementation 'io.intercom.android:intercom-sdk:15.8.+'
72+
implementation 'io.intercom.android:intercom-sdk:15.9.+'
7373
}

example/ios/Podfile.lock

Lines changed: 7 additions & 7 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.4)
15-
- intercom-react-native (7.1.1):
16-
- Intercom (~> 17.0.4)
14+
- Intercom (17.1.1)
15+
- intercom-react-native (7.1.2):
16+
- Intercom (~> 17.1.1)
1717
- React-Core
1818
- RCT-Folly (2021.07.22.00):
1919
- boost
@@ -415,13 +415,13 @@ EXTERNAL SOURCES:
415415

416416
SPEC CHECKSUMS:
417417
boost: a7c83b31436843459a1961bfd74b96033dc77234
418-
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
418+
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
419419
FBLazyVector: bc76253beb7463b688aa6af913b822ed631de31a
420420
FBReactNativeSpec: 85d34420d92cb178897de05e3aba90e7a8568162
421421
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
422-
glog: 5337263514dd6f09803962437687240c5dc39aa4
423-
Intercom: 373e65416ba9864a797695551d4366cb734083c6
424-
intercom-react-native: 4e383c6f2a3b65152669ab138d0ffcf3d2f0a574
422+
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
423+
Intercom: be12e5a683049ea4c3b0f9f7a59588ea5fd3f7b4
424+
intercom-react-native: 69f19a6ee5c93845fc88bbf7bcdccf4f14e1e905
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.4'
20+
s.dependency "Intercom", '~> 17.1.1'
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.1",
3+
"version": "7.1.2",
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)