Skip to content

Commit 3eb0938

Browse files
chore(deps): update Cocoa SDK to v8.30.0 (#3914)
Co-authored-by: GitHub <noreply@github.com>
1 parent 4a6664f commit 3eb0938

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- Improve touch event component info if annotated with [`@sentry/babel-plugin-component-annotate`](https://www.npmjs.com/package/@sentry/babel-plugin-component-annotate) ([#3899](https://github.com/getsentry/sentry-react-native/pull/3899))
88

9+
### Dependencies
10+
11+
- Bump Cocoa SDK from v8.29.1 to v8.30.0 ([#3914](https://github.com/getsentry/sentry-react-native/pull/3914))
12+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8300)
13+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.29.1...8.30.0)
14+
915
## 5.24.1
1016

1117
### Fixes

RNSentry.podspec

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

3535
s.dependency 'React-Core'
36-
s.dependency 'Sentry/HybridSDK', '8.29.1'
36+
s.dependency 'Sentry/HybridSDK', '8.30.0'
3737

3838
s.source_files = 'ios/**/*.{h,m,mm}'
3939
s.public_header_files = 'ios/RNSentry.h'

0 commit comments

Comments
 (0)