From dda7a5525ac4aba27a602f142a9ac232a660f7d1 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 17 Apr 2024 10:08:39 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.24.0 --- CHANGELOG.md | 6 +++--- RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12f741c709..26d81a72c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ ### Dependencies -- Bump Cocoa SDK from v8.21.0 to v8.22.4 ([#3686](https://github.com/getsentry/sentry-react-native/pull/3694)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8224) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.21.0...8.22.4) +- Bump Cocoa SDK from v8.21.0 to v8.24.0 ([#3686](https://github.com/getsentry/sentry-react-native/pull/3694), [#3696](https://github.com/getsentry/sentry-react-native/pull/3696)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8240) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.21.0...8.24.0) - Bump Android SDK from v7.6.0 to v7.8.0 ([#3750](https://github.com/getsentry/sentry-react-native/pull/3750)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#780) - [diff](https://github.com/getsentry/sentry-java/compare/7.6.0...7.8.0) diff --git a/RNSentry.podspec b/RNSentry.podspec index f34ac30e9d..d8413326b2 100644 --- a/RNSentry.podspec +++ b/RNSentry.podspec @@ -33,7 +33,7 @@ Pod::Spec.new do |s| s.preserve_paths = '*.js' s.dependency 'React-Core' - s.dependency 'Sentry/HybridSDK', '8.22.4' + s.dependency 'Sentry/HybridSDK', '8.24.0' s.source_files = 'ios/**/*.{h,m,mm}' s.public_header_files = 'ios/RNSentry.h'