From b8880510fd5e243dca3545f96b706045e92f0005 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 11:11:47 +0200 Subject: [PATCH] chore(deps): update Cocoa SDK to v8.26.0 (#3815) 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 c25ebdfff1..f18a85865d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,9 +45,9 @@ - Bump CLI from v2.30.4 to v2.31.2 ([#3719](https://github.com/getsentry/sentry-react-native/pull/3719)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2312) - [diff](https://github.com/getsentry/sentry-cli/compare/2.30.4...2.31.2) -- Bump Cocoa SDK from v8.25.0 to v8.25.2 ([#3802](https://github.com/getsentry/sentry-react-native/pull/3802)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8252) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.25.0...8.25.2) +- Bump Cocoa SDK from v8.25.0 to v8.26.0 ([#3802](https://github.com/getsentry/sentry-react-native/pull/3802), [#3815](https://github.com/getsentry/sentry-react-native/pull/3815)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8260) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.25.0...8.26.0) ## 5.22.2 diff --git a/RNSentry.podspec b/RNSentry.podspec index b8ed7705bb..6e4024a0aa 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.25.2' + s.dependency 'Sentry/HybridSDK', '8.26.0' s.source_files = 'ios/**/*.{h,m,mm}' s.public_header_files = 'ios/RNSentry.h'