Skip to content

Commit

Permalink
Release 7.1.2 (#205)
Browse files Browse the repository at this point in the history
### 🐛 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.
  • Loading branch information
Br1an-Boyle authored May 28, 2024
1 parent 5bb94ee commit b55b13f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.+'
}
14 changes: 7 additions & 7 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.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
Expand Down Expand Up @@ -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
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.4'
s.dependency "Intercom", '~> 17.1.1'
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.1",
"version": "7.1.2",
"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 b55b13f

Please sign in to comment.