Skip to content

Commit 5eb58c7

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

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
@@ -12,6 +12,12 @@
1212

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

15+
### Dependencies
16+
17+
- Bump Cocoa SDK from v9.19.1 to v9.20.0 ([#6409](https://github.com/getsentry/sentry-react-native/pull/6409))
18+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9200)
19+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/9.19.1...9.20.0)
20+
1521
## 8.17.2
1622

1723
### 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)