Skip to content

Commit a5f6b2f

Browse files
chore(deps): update Cocoa SDK to v8.20.0 (#3476)
Co-authored-by: GitHub <[email protected]>
1 parent bc4b9f6 commit a5f6b2f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump Cocoa SDK from v8.17.1 to v8.20.0 ([#3476](https://github.com/getsentry/sentry-react-native/pull/3476))
8+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8200)
9+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.17.1...8.20.0)
10+
311
## 5.19.0
412

513
This release contains upgrade of `sentry-android` dependency to major version 7. There are no breaking changes in the JS API. If you are using the Android API please check [the migration guide](https://docs.sentry.io/platforms/android/migration/#migrating-from-iosentrysentry-android-6x-to-iosentrysentry-android-700).

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.17.1'
36+
s.dependency 'Sentry/HybridSDK', '8.20.0'
3737

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

0 commit comments

Comments
 (0)