From b9b6a04bef62445ee7d1a2ec6a0768ccdd49f962 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 25 Nov 2024 10:46:35 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.41.0 --- CHANGELOG.md | 3 +++ packages/core/RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80108ee95d..2798651a72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,9 @@ - Bump JavaScript SDK from v8.38.0 to v8.40.0 ([#4293](https://github.com/getsentry/sentry-react-native/pull/4293), [#4304](https://github.com/getsentry/sentry-react-native/pull/4304)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8400) - [diff](https://github.com/getsentry/sentry-javascript/compare/8.38.0...8.40.0) +- Bump Cocoa SDK from v8.40.1 to v8.41.0 ([#4301](https://github.com/getsentry/sentry-react-native/pull/4301)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8410) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.40.1...8.41.0) ## 6.3.0-beta.1 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 222e5d3129..07c81023a3 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.40.1' + s.dependency 'Sentry/HybridSDK', '8.41.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)