Skip to content

Commit 83aabb4

Browse files
authored
Merge pull request #59 from intercom/intercom/release/3.0.0
Release 3.0.0
2 parents 7d835b8 + f213edd commit 83aabb4

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ dependencies {
6060
//noinspection GradleDynamicVersion
6161
implementation "com.facebook.react:react-native:+" // From node_modules
6262
implementation 'com.google.firebase:firebase-messaging:20.2.+'
63-
implementation 'io.intercom.android:intercom-sdk:10.7.0'
63+
implementation 'io.intercom.android:intercom-sdk:12.0.0'
6464
}

example/ios/Podfile.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ PODS:
7272
- FlipperKit/FlipperKitNetworkPlugin
7373
- fmt (6.2.1)
7474
- glog (0.3.5)
75-
- Intercom (11.2.0)
76-
- intercom-react-native (2.1.0):
77-
- Intercom (~> 11.2.0)
75+
- Intercom (12.0.0)
76+
- intercom-react-native (3.0.0):
77+
- Intercom (~> 12.0.0)
7878
- React-Core
7979
- libevent (2.1.12)
8080
- OpenSSL-Universal (1.1.180)
@@ -404,6 +404,8 @@ DEPENDENCIES:
404404
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
405405

406406
SPEC REPOS:
407+
https://cdn.cocoapods.org/:
408+
- Intercom
407409
trunk:
408410
- boost-for-react-native
409411
- CocoaAsyncSocket
@@ -417,7 +419,6 @@ SPEC REPOS:
417419
- Flipper-RSocket
418420
- FlipperKit
419421
- fmt
420-
- Intercom
421422
- libevent
422423
- OpenSSL-Universal
423424
- YogaKit
@@ -489,7 +490,7 @@ EXTERNAL SOURCES:
489490
SPEC CHECKSUMS:
490491
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
491492
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
492-
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
493+
DoubleConversion: cde416483dac037923206447da6e1454df403714
493494
FBLazyVector: 33c82491102f20ecddb6c6a2c273696ace3191e0
494495
FBReactNativeSpec: df8f81d2a7541ee6755a047b398a5cb5a72acd0e
495496
Flipper: b1fddf9a17c32097b2b4c806ad158b2f36bb2692
@@ -502,9 +503,9 @@ SPEC CHECKSUMS:
502503
Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541
503504
FlipperKit: aec2d931adeee48a07bab1ea8bcc8a6bb87dfce4
504505
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
505-
glog: 5337263514dd6f09803962437687240c5dc39aa4
506-
Intercom: d17f915e5b840e4c5d9f55e4b7487358469463f9
507-
intercom-react-native: 448795b154c83c180bace4f8201d85fc7e727ae6
506+
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
507+
Intercom: d706bc52b0e80758b38ceadce9143b76577100fb
508+
intercom-react-native: 43841bfc8d4e4eb4acad9d860e9dd10c80b8ed4b
508509
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
509510
OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
510511
RCT-Folly: 0dd9e1eb86348ecab5ba76f910b56f4b5fef3c46
@@ -537,4 +538,4 @@ SPEC CHECKSUMS:
537538

538539
PODFILE CHECKSUM: 1d6700a56b42f5d113c60bf174c5b9390544aece
539540

540-
COCOAPODS: 1.11.2
541+
COCOAPODS: 1.11.3

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", '~> 11.2.0'
20+
s.dependency "Intercom", '~> 12.0.0'
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": "2.1.0",
3+
"version": "3.0.0",
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)