From ac85db5e945662a0dc52c95d817bc8b1970fb7fa Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 4 Jun 2025 03:23:33 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.52.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 a2213819cc..4e074eb354 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,9 +50,9 @@ - Bump Bundler Plugins from v3.4.0 to v3.5.0 ([#4850](https://github.com/getsentry/sentry-react-native/pull/4850)) - [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#350) - [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.4.0...3.5.0) -- Bump Cocoa SDK from v8.50.2 to v8.51.1 ([#4839](https://github.com/getsentry/sentry-react-native/pull/4839)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8511) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.50.2...8.51.1) +- Bump Cocoa SDK from v8.50.2 to v8.52.0 ([#4839](https://github.com/getsentry/sentry-react-native/pull/4839), [#4887](https://github.com/getsentry/sentry-react-native/pull/4887)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8520) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.50.2...8.52.0) - Bump CLI from v2.45.0 to v2.46.0 ([#4866](https://github.com/getsentry/sentry-react-native/pull/4866)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2460) - [diff](https://github.com/getsentry/sentry-cli/compare/2.45.0...2.46.0) diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 070de46982..15544c6d68 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.51.1' + s.dependency 'Sentry/HybridSDK', '8.52.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)