From 750df3783c46b3efb22a909d855bf97ca98feac0 Mon Sep 17 00:00:00 2001 From: Krystof Woldrich <31292499+krystofwoldrich@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:24:25 +0100 Subject: [PATCH] chore(deps): update Cocoa SDK to v8.41.0-beta.1 (#4295) --- CHANGELOG.md | 8 ++++++++ packages/core/RNSentry.podspec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 135738a416..477d1791a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ > make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first. +## Unreleased + +### Dependencies + +- Bump Cocoa SDK from v8.40.1 to v8.41.0-beta.1 ([#4295](https://github.com/getsentry/sentry-react-native/pull/4295)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8410-beta1) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.40.1...8.41.0-beta.1) + ## 6.3.0-beta.1 ### Features diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 222e5d3129..803fdcdc38 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -37,7 +37,7 @@ Pod::Spec.new do |s| s.compiler_flags = other_cflags - s.dependency 'Sentry/HybridSDK', '8.40.1' + s.dependency 'Sentry/HybridSDK', '8.41.0-beta.1' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)