Skip to content

Commit f774131

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

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
> make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first.
77
<!-- prettier-ignore-end -->
88
9+
## Unreleased
10+
11+
### Dependencies
12+
13+
- Bump Cocoa SDK from v9.19.1 to v9.20.0 ([#6409](https://github.com/getsentry/sentry-react-native/pull/6409))
14+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9200)
15+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/9.19.1...9.20.0)
16+
917
## 8.17.2
1018

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