From 477d50b99c0b03d4007aa1772d0fb0f8802aaf36 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 7 Nov 2024 08:49:23 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.40.0 --- CHANGELOG.md | 6 +++--- packages/core/RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fd18b6d06..bed86f02c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,9 +50,9 @@ - Bump Android SDK from v7.15.0 to v7.16.0 ([#4202](https://github.com/getsentry/sentry-react-native/pull/4202)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7160) - [diff](https://github.com/getsentry/sentry-java/compare/7.15.0...7.16.0) -- Bump Cocoa SDK from v8.38.0 to v8.39.0 ([#4212](https://github.com/getsentry/sentry-react-native/pull/4212)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8390) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.38.0...8.39.0) +- Bump Cocoa SDK from v8.38.0 to v8.40.0 ([#4212](https://github.com/getsentry/sentry-react-native/pull/4212), [#4239](https://github.com/getsentry/sentry-react-native/pull/4239)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8400) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.38.0...8.40.0) ## 6.1.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 03c1f22d10..257e8c563d 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -37,7 +37,7 @@ Pod::Spec.new do |s| s.compiler_flags = other_cflags - s.dependency 'Sentry/HybridSDK', '8.39.0' + s.dependency 'Sentry/HybridSDK', '8.40.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)