Skip to content

Commit cae931a

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-cocoa.sh to 9.20.0
1 parent af33f3b commit cae931a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

1717
- Skip iOS source maps upload on `Debug` builds ([#6405](https://github.com/getsentry/sentry-react-native/pull/6405))
1818

19+
### Dependencies
20+
21+
- Bump Cocoa SDK from v9.19.1 to v9.20.0 ([#6409](https://github.com/getsentry/sentry-react-native/pull/6409))
22+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9200)
23+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/9.19.1...9.20.0)
24+
1925
## 8.17.2
2026

2127
### Fixes

packages/core/RNSentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Pod::Spec.new do |s|
5454
'DEFINES_MODULE' => 'YES'
5555
}
5656

57-
sentry_cocoa_version = '9.19.1'
57+
sentry_cocoa_version = '9.20.0'
5858

5959
# Opt-in to consuming sentry-cocoa via Swift Package Manager.
6060
# When `SENTRY_USE_SPM=1` is set, RNSentry pulls `Sentry` from the

0 commit comments

Comments
 (0)