Skip to content

Commit 7756f8c

Browse files
authored
chore: update scripts/update-cocoa.sh to 8.1.0
1 parent 58a3c6f commit 7756f8c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
- Bump JavaScript SDK from v7.32.1 to v7.36.0 ([#2785](https://github.com/getsentry/sentry-react-native/pull/2785), [#2799](https://github.com/getsentry/sentry-react-native/pull/2799))
2222
- [changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#7360)
2323
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.32.1...7.36.0)
24+
- Bump Cocoa SDK from v7.31.5 to v8.1.0 ([#2776](https://github.com/getsentry/sentry-react-native/pull/2776))
25+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#810)
26+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.31.5...8.1.0)
2427

2528
## 4.14.0
2629

RNSentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.preserve_paths = '*.js'
1818

1919
s.dependency 'React-Core'
20-
s.dependency 'Sentry/HybridSDK', '7.31.5'
20+
s.dependency 'Sentry/HybridSDK', '8.1.0'
2121

2222
s.source_files = 'ios/RNSentry.{h,m}'
2323
s.public_header_files = 'ios/RNSentry.h'

0 commit comments

Comments
 (0)