Skip to content

Commit 4c9b505

Browse files
chore(deps): update Cocoa SDK to v8.6.0 (#3023)
Co-authored-by: GitHub <[email protected]>
1 parent f31d3ec commit 4c9b505

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
@@ -11,6 +11,9 @@
1111
- Bump JavaScript SDK from v7.49.0 to v7.50.0 ([#3035](https://github.com/getsentry/sentry-react-native/pull/3035))
1212
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7500)
1313
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.49.0...7.50.0)
14+
- Bump Cocoa SDK from v8.5.0 to v8.6.0 ([#3023](https://github.com/getsentry/sentry-react-native/pull/3023))
15+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#860)
16+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.5.0...8.6.0)
1417

1518
## 4.15.1
1619

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.5.0'
22+
s.dependency 'Sentry/HybridSDK', '8.6.0'
2323

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

0 commit comments

Comments
 (0)