From 759bf853c948b30a66a01752ade13bdd14732cd7 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 17 Oct 2023 17:59:11 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.13.1 --- CHANGELOG.md | 6 ++++++ RNSentry.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a46e380df5..e1a4f728c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ - Add actual `activeThreadId` to Profiles ([#3338](https://github.com/getsentry/sentry-react-native/pull/3338)) - Parse Hermes Profiling Bytecode Frames ([#3342](https://github.com/getsentry/sentry-react-native/pull/3342)) +### Dependencies + +- Bump Cocoa SDK from v8.13.0 to v8.13.1 ([#3340](https://github.com/getsentry/sentry-react-native/pull/3340)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8131) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.13.0...8.13.1) + ## 5.11.1 ### Fixes diff --git a/RNSentry.podspec b/RNSentry.podspec index e6cfadb004..3c38d386fd 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.13.0' + s.dependency 'Sentry/HybridSDK', '8.13.1' s.source_files = 'ios/**/*.{h,mm}' s.public_header_files = 'ios/RNSentry.h'