From fbc0f3737df8e7177f2f88299241b0a6180ad445 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 14 Mar 2025 05:14:13 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.47.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 556fc9f0e1..c355e2eb77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,9 +29,9 @@ - Bump CLI from v2.42.1 to v2.42.3 ([#4586](https://github.com/getsentry/sentry-react-native/pull/4586), [#4655](https://github.com/getsentry/sentry-react-native/pull/4655)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2423) - [diff](https://github.com/getsentry/sentry-cli/compare/2.42.1...2.42.3) -- Bump Cocoa SDK from v8.45.0 to v8.46.0 ([#4621](https://github.com/getsentry/sentry-react-native/pull/4621)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8460) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.45.0...8.46.0) +- Bump Cocoa SDK from v8.45.0 to v8.47.0 ([#4621](https://github.com/getsentry/sentry-react-native/pull/4621), [#4651](https://github.com/getsentry/sentry-react-native/pull/4651)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8470) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.45.0...8.47.0) ## 6.9.1 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 2731ead4cb..e7ef6cdfb4 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.46.0' + s.dependency 'Sentry/HybridSDK', '8.47.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)