From f31859f140b35a6488b31fbf3c7d395fc476d662 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:39:58 +0200 Subject: [PATCH] chore(deps): update Cocoa SDK to v8.37.0 (#4156) Co-authored-by: GitHub --- CHANGELOG.md | 3 +++ RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3852fef15b..c090f2a762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ - Bump CLI from v2.36.6 to v2.37.0 ([#4153](https://github.com/getsentry/sentry-react-native/pull/4153)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2370) - [diff](https://github.com/getsentry/sentry-cli/compare/2.36.6...2.37.0) +- Bump Cocoa SDK from v8.36.0 to v8.37.0 ([#4156](https://github.com/getsentry/sentry-react-native/pull/4156)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8370) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.36.0...8.37.0) ## 5.33.2 diff --git a/RNSentry.podspec b/RNSentry.podspec index 5059662f04..1c902a7c2f 100644 --- a/RNSentry.podspec +++ b/RNSentry.podspec @@ -37,7 +37,7 @@ Pod::Spec.new do |s| s.compiler_flags = other_cflags - s.dependency 'Sentry/HybridSDK', '8.36.0' + s.dependency 'Sentry/HybridSDK', '8.37.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)