From 1f091255e6bd0d0cb032e634378d071a9c41a893 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 27 Aug 2024 11:58:47 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.36.0 --- CHANGELOG.md | 6 +++--- RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c3d5e6a0a..cc59a90bfb 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 342f65bc22..5059662f04 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)