From 133fd0771313083aa7088756ca8ab720b985757f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 14:36:37 +0200 Subject: [PATCH] chore(deps): update Cocoa SDK to v8.36.0 (#4049) Co-authored-by: GitHub --- CHANGELOG.md | 6 +++--- RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c3d5e6a0..cc59a90bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,9 +13,9 @@ ### Dependencies -- Bump Cocoa SDK from v8.34.0 to v8.35.1 ([#4037](https://github.com/getsentry/sentry-react-native/pull/4037), [#4046](https://github.com/getsentry/sentry-react-native/pull/4046)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8351) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.34.0...8.35.1) +- Bump Cocoa SDK from v8.34.0 to v8.36.0 ([#4037](https://github.com/getsentry/sentry-react-native/pull/4037), [#4046](https://github.com/getsentry/sentry-react-native/pull/4046), [#4049](https://github.com/getsentry/sentry-react-native/pull/4049)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8360) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.34.0...8.36.0) ## 5.30.0 diff --git a/RNSentry.podspec b/RNSentry.podspec index 342f65bc2..5059662f0 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.35.1' + s.dependency 'Sentry/HybridSDK', '8.36.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)