Skip to content

Commit

Permalink
Release 7.1.0 (#192)
Browse files Browse the repository at this point in the history
* Added support for Expo Push notifications
* Udpated iOS SDK version
  • Loading branch information
TheNerdGuyLulu authored May 2, 2024
1 parent e1df100 commit 44f74e2
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.4.0'
implementation 'io.intercom.android:intercom-sdk:15.8.+'
}
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.1)
- Intercom (17.0.3)
- intercom-react-native (7.0.1):
- Intercom (~> 17.0.1)
- Intercom (~> 17.0.3)
- React-Core
- RCT-Folly (2021.07.22.00):
- boost
Expand Down Expand Up @@ -415,13 +415,13 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: a7c83b31436843459a1961bfd74b96033dc77234
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
FBLazyVector: bc76253beb7463b688aa6af913b822ed631de31a
FBReactNativeSpec: 85d34420d92cb178897de05e3aba90e7a8568162
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
Intercom: 5831c20294923498621a52064ab11d1ebb39f0a3
intercom-react-native: 9cf6e7039c1025ac29af506286b7388f3244cc40
glog: 5337263514dd6f09803962437687240c5dc39aa4
Intercom: 85b6c558c853da66e1041e23a6a8ed99a6bef640
intercom-react-native: 1764646b91eb2d3ba47db932c041c89bb5ded65c
RCT-Folly: 0080d0a6ebf2577475bda044aa59e2ca1f909cda
RCTRequired: db184d894eed9e15f1fa80c3372595b7ec360580
RCTTypeSafety: c9bf4c53ad246e4c94a49d91353ed19a8df5952f
Expand Down Expand Up @@ -454,4 +454,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 2e2a1a7753285b8f776febc4de8313b2f01b551b

COCOAPODS: 1.15.2
COCOAPODS: 1.11.3
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.1'
s.dependency "Intercom", '~> 17.0.3'
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.0.1",
"version": "7.1.0",
"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 44f74e2

Please sign in to comment.