Skip to content

Commit 00db43f

Browse files
chore(deps): update Cocoa SDK to v8.3.2 (#2895)
Co-authored-by: GitHub <[email protected]>
1 parent 0153937 commit 00db43f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
- Bump Android SDK from v6.15.0 to v6.16.0 ([#2903](https://github.com/getsentry/sentry-react-native/pull/2903))
2121
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6160)
2222
- [diff](https://github.com/getsentry/sentry-java/compare/6.15.0...6.16.0)
23+
- Bump Cocoa SDK from v8.3.0 to v8.3.2 ([#2895](https://github.com/getsentry/sentry-react-native/pull/2895))
24+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#832)
25+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.3.0...8.3.2)
2326

2427
## 5.1.1
2528

RNSentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
s.preserve_paths = '*.js'
2020

2121
s.dependency 'React-Core'
22-
s.dependency 'Sentry/HybridSDK', '8.3.0'
22+
s.dependency 'Sentry/HybridSDK', '8.3.2'
2323

2424
s.source_files = 'ios/**/*.{h,mm}'
2525
s.public_header_files = 'ios/RNSentry.h'

0 commit comments

Comments
 (0)