Skip to content

Commit adef3a0

Browse files
authored
chore: update scripts/update-cocoa.sh to 8.4.0
1 parent d7401ac commit adef3a0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
- Bump Android SDK from v6.16.0 to v6.17.0 ([#2948](https://github.com/getsentry/sentry-react-native/pull/2948))
1616
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6170)
1717
- [diff](https://github.com/getsentry/sentry-java/compare/6.16.0...6.17.0)
18+
- Bump Cocoa SDK from v8.3.3 to v8.4.0 ([#2954](https://github.com/getsentry/sentry-react-native/pull/2954))
19+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#840)
20+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.3.3...8.4.0)
1821

1922
## 5.3.0
2023

RNSentry.podspec

+1-1
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.3'
22+
s.dependency 'Sentry/HybridSDK', '8.4.0'
2323

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

0 commit comments

Comments
 (0)