From 34baa0af54706124d38e0b69e738b305fcd764f9 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 17 Jul 2023 09:19:56 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.9.1 --- CHANGELOG.md | 6 ++++++ RNSentry.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d26140c77..c467bde86d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - Warn users about multiple versions of `promise` package which can cause unexpected behavior like undefined `Promise.allSettled` ([#3162](https://github.com/getsentry/sentry-react-native/pull/3162)) +### Dependencies + +- Bump Cocoa SDK from v8.8.0 to v8.9.1 ([#3188](https://github.com/getsentry/sentry-react-native/pull/3188)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#891) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.8.0...8.9.1) + ## 5.7.1 ### Dependencies diff --git a/RNSentry.podspec b/RNSentry.podspec index 2b2596c00b..a952c6c127 100644 --- a/RNSentry.podspec +++ b/RNSentry.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.preserve_paths = '*.js' s.dependency 'React-Core' - s.dependency 'Sentry/HybridSDK', '8.8.0' + s.dependency 'Sentry/HybridSDK', '8.9.1' s.source_files = 'ios/**/*.{h,mm}' s.public_header_files = 'ios/RNSentry.h'