From 041bdcedc749236c163eefdf33a6a05f9337dd52 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 25 Jul 2024 03:02:38 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.32.0 --- CHANGELOG.md | 8 ++++++++ RNSentry.podspec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bf2d84a39..a292484d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Cocoa SDK from v8.31.1 to v8.32.0 ([#3969](https://github.com/getsentry/sentry-react-native/pull/3969)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8320) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.31.1...8.32.0) + ## 5.26.0 ### Features diff --git a/RNSentry.podspec b/RNSentry.podspec index db06bcd5cc..823b29d5d8 100644 --- a/RNSentry.podspec +++ b/RNSentry.podspec @@ -33,7 +33,7 @@ Pod::Spec.new do |s| s.preserve_paths = '*.js' s.dependency 'React-Core' - s.dependency 'Sentry/HybridSDK', '8.31.1' + s.dependency 'Sentry/HybridSDK', '8.32.0' s.source_files = 'ios/**/*.{h,m,mm}' s.public_header_files = 'ios/RNSentry.h'