From cd7c962c3bb9e3bbbbeef7bd64f8b05a29f69432 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 26 Aug 2024 14:52:19 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.35.1 --- CHANGELOG.md | 6 +++--- RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4982720ff9..5167ad5b2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,9 @@ ### Dependencies -- Bump Cocoa SDK from v8.34.0 to v8.35.0 ([#4037](https://github.com/getsentry/sentry-react-native/pull/4037)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8350) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.34.0...8.35.0) +- 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) ## 5.30.0 diff --git a/RNSentry.podspec b/RNSentry.podspec index 6a605ddbc9..342f65bc22 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.0' + s.dependency 'Sentry/HybridSDK', '8.35.1' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)