Skip to content

Commit 2e7b97e

Browse files
chore: bump version to 9.7.0
Minor bump (not patch) because the Android Expo config plugin changes add new native infrastructure (generated FirebaseMessagingService, firebase-messaging gradle dependency, manifest registration) that affects existing Expo setups at prebuild time. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a0b0246 commit 2e7b97e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PODS:
55
- fmt (9.1.0)
66
- glog (0.3.5)
77
- Intercom (19.5.3)
8-
- intercom-react-native (9.6.5):
8+
- intercom-react-native (9.7.0):
99
- DoubleConversion
1010
- glog
1111
- Intercom (~> 19.5.3)

examples/with-notifications/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PODS:
99
- hermes-engine/Pre-built (= 0.81.1)
1010
- hermes-engine/Pre-built (0.81.1)
1111
- Intercom (19.5.3)
12-
- intercom-react-native (9.6.5):
12+
- intercom-react-native (9.7.0):
1313
- boost
1414
- DoubleConversion
1515
- fast_float

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": "9.6.5",
3+
"version": "9.7.0",
44
"description": "React Native wrapper to bridge our iOS and Android SDK",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)