Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PODS:
- fmt (9.1.0)
- glog (0.3.5)
- Intercom (19.5.3)
- intercom-react-native (9.6.5):
- intercom-react-native (9.7.0):
- DoubleConversion
- glog
- Intercom (~> 19.5.3)
Expand Down Expand Up @@ -1333,7 +1333,7 @@ SPEC CHECKSUMS:
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
Intercom: 46e995a707671f473928d57f7c79609a88984cf7
intercom-react-native: c1b76b0c6aadfe5806256f2fa7fb1bf4b2b19cb8
intercom-react-native: 7f313a280e15d4406ee5a23cc532125f12c82fa5
RCT-Folly: 045d6ecaa59d826c5736dfba0b2f4083ff8d79df
RCTDeprecation: 3ca8b6c36bfb302e1895b72cfe7db0de0c92cd47
RCTRequired: 9fc183af555fd0c89a366c34c1ae70b7e03b1dc5
Expand Down
2 changes: 1 addition & 1 deletion examples/with-notifications/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PODS:
- hermes-engine/Pre-built (= 0.81.1)
- hermes-engine/Pre-built (0.81.1)
- Intercom (19.5.3)
- intercom-react-native (9.6.5):
- intercom-react-native (9.7.0):
- boost
- DoubleConversion
- fast_float
Expand Down
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": "9.6.5",
"version": "9.7.0",
"description": "React Native wrapper to bridge our iOS and Android SDK",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
Expand Down
Loading