Skip to content

Commit f60c6ff

Browse files
chore: update scripts/update-cocoa.sh to 9.6.0 (#5759)
Co-authored-by: GitHub <noreply@github.com>
1 parent 878d0cc commit f60c6ff

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
- Bump CLI from v3.2.2 to v3.2.3 ([#5743](https://github.com/getsentry/sentry-react-native/pull/5743))
5050
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#323)
5151
- [diff](https://github.com/getsentry/sentry-cli/compare/3.2.2...3.2.3)
52+
- Bump Cocoa SDK from v9.5.1 to v9.6.0 ([#5759](https://github.com/getsentry/sentry-react-native/pull/5759))
53+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#960)
54+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/9.5.1...9.6.0)
5255

5356
## 8.2.0
5457

packages/core/RNSentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Pod::Spec.new do |s|
5151
'HEADER_SEARCH_PATHS' => '$(inherited) "${PODS_ROOT}/Sentry/Sources/Sentry" "${PODS_ROOT}/Sentry/Sources/Sentry/include"'
5252
}
5353

54-
s.dependency 'Sentry', '9.5.1'
54+
s.dependency 'Sentry', '9.6.0'
5555

5656
if defined? install_modules_dependencies
5757
# Default React Native dependencies for 0.71 and above (new and legacy architecture)

0 commit comments

Comments
 (0)