From 3d4485e365691afe6a732b0ea7f7fc22d6d242b0 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 26 Sep 2023 03:02:36 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.13.0 --- CHANGELOG.md | 6 ++++++ RNSentry.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c369ef789e..3909213d21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ - Add Hermes Debug Info flag to React Native Context ([#3290](https://github.com/getsentry/sentry-react-native/pull/3290)) - This flag equals `true` when Hermes Bundle contains Debug Info (Hermes Source Map was not emitted) +### Dependencies + +- Bump Cocoa SDK from v8.11.0 to v8.13.0 ([#3292](https://github.com/getsentry/sentry-react-native/pull/3292)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8130) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.11.0...8.13.0) + ## 5.9.2 ### Fixes diff --git a/RNSentry.podspec b/RNSentry.podspec index cdaa913d3a..e6cfadb004 100644 --- a/RNSentry.podspec +++ b/RNSentry.podspec @@ -24,7 +24,7 @@ Pod::Spec.new do |s| s.preserve_paths = '*.js' s.dependency 'React-Core' - s.dependency 'Sentry/HybridSDK', '8.11.0' + s.dependency 'Sentry/HybridSDK', '8.13.0' s.source_files = 'ios/**/*.{h,mm}' s.public_header_files = 'ios/RNSentry.h'