Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 7.1.1 #197

Merged
merged 1 commit into from
May 10, 2024
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
10 changes: 5 additions & 5 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.3)
- intercom-react-native (7.0.1):
- Intercom (~> 17.0.3)
- Intercom (17.0.4)
- intercom-react-native (7.1.1):
- Intercom (~> 17.0.4)
- React-Core
- RCT-Folly (2021.07.22.00):
- boost
Expand Down Expand Up @@ -420,8 +420,8 @@ SPEC CHECKSUMS:
FBReactNativeSpec: 85d34420d92cb178897de05e3aba90e7a8568162
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 5337263514dd6f09803962437687240c5dc39aa4
Intercom: 85b6c558c853da66e1041e23a6a8ed99a6bef640
intercom-react-native: 1764646b91eb2d3ba47db932c041c89bb5ded65c
Intercom: 373e65416ba9864a797695551d4366cb734083c6
intercom-react-native: 4e383c6f2a3b65152669ab138d0ffcf3d2f0a574
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.3'
s.dependency "Intercom", '~> 17.0.4'
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.0",
"version": "7.1.1",
"description": "React Native wrapper to bridge our iOS and Android SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down