From b55b13fb7ebc6f813e31a3c4aaab9d7df255e121 Mon Sep 17 00:00:00 2001 From: Brian Boyle Date: Tue, 28 May 2024 13:58:07 +0100 Subject: [PATCH] Release 7.1.2 (#205) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### 🐛 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. --- android/build.gradle | 2 +- example/ios/Podfile.lock | 14 +++++++------- intercom-react-native.podspec | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 1420622..a63c024 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -69,5 +69,5 @@ dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" // From node_modules implementation "com.google.firebase:firebase-messaging:${safeExtGet('firebaseMessagingVersion', '20.2.+')}" - implementation 'io.intercom.android:intercom-sdk:15.8.+' + implementation 'io.intercom.android:intercom-sdk:15.9.+' } diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 47e11a1..24c2cef 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -11,9 +11,9 @@ PODS: - ReactCommon/turbomodule/core (= 0.70.9) - fmt (6.2.1) - glog (0.3.5) - - Intercom (17.0.4) - - intercom-react-native (7.1.1): - - Intercom (~> 17.0.4) + - Intercom (17.1.1) + - intercom-react-native (7.1.2): + - Intercom (~> 17.1.1) - React-Core - RCT-Folly (2021.07.22.00): - boost @@ -415,13 +415,13 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: boost: a7c83b31436843459a1961bfd74b96033dc77234 - DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662 + DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 FBLazyVector: bc76253beb7463b688aa6af913b822ed631de31a FBReactNativeSpec: 85d34420d92cb178897de05e3aba90e7a8568162 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 - glog: 5337263514dd6f09803962437687240c5dc39aa4 - Intercom: 373e65416ba9864a797695551d4366cb734083c6 - intercom-react-native: 4e383c6f2a3b65152669ab138d0ffcf3d2f0a574 + glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b + Intercom: be12e5a683049ea4c3b0f9f7a59588ea5fd3f7b4 + intercom-react-native: 69f19a6ee5c93845fc88bbf7bcdccf4f14e1e905 RCT-Folly: 0080d0a6ebf2577475bda044aa59e2ca1f909cda RCTRequired: db184d894eed9e15f1fa80c3372595b7ec360580 RCTTypeSafety: c9bf4c53ad246e4c94a49d91353ed19a8df5952f diff --git a/intercom-react-native.podspec b/intercom-react-native.podspec index 531c8fc..c4eafb9 100644 --- a/intercom-react-native.podspec +++ b/intercom-react-native.podspec @@ -17,5 +17,5 @@ Pod::Spec.new do |s| s.resource_bundles = { 'IntercomFramework' => ['ios/assets/*'] } s.dependency "React-Core" - s.dependency "Intercom", '~> 17.0.4' + s.dependency "Intercom", '~> 17.1.1' end diff --git a/package.json b/package.json index b0f913b..eececaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@intercom/intercom-react-native", - "version": "7.1.1", + "version": "7.1.2", "description": "React Native wrapper to bridge our iOS and Android SDK", "main": "lib/commonjs/index", "module": "lib/module/index",