From 0bb1def6576564e3b7f2c77daf5b5a73f53cf568 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 4 Aug 2023 07:54:25 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.9.4 --- CHANGELOG.md | 8 ++++++++ RNSentry.podspec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af96f10464..898355132c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Cocoa SDK from v8.9.3 to v8.9.4 ([#3225](https://github.com/getsentry/sentry-react-native/pull/3225)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#894) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.9.3...8.9.4) + ## 5.8.1 ### Dependencies diff --git a/RNSentry.podspec b/RNSentry.podspec index 24fed7ec54..fe0255cae3 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.9.3' + s.dependency 'Sentry/HybridSDK', '8.9.4' s.source_files = 'ios/**/*.{h,mm}' s.public_header_files = 'ios/RNSentry.h'