Skip to content

Commit 99b7186

Browse files
chore(deps): update Cocoa SDK to v8.32.0 (#3969)
Co-authored-by: GitHub <[email protected]>
1 parent 504fab9 commit 99b7186

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
@@ -13,6 +13,9 @@
1313
- Bump Android SDK from v7.12.0 to v7.13.0 ([#3970](https://github.com/getsentry/sentry-react-native/pull/3970), [#3984](https://github.com/getsentry/sentry-react-native/pull/3984))
1414
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7130)
1515
- [diff](https://github.com/getsentry/sentry-java/compare/7.12.0...7.13.0)
16+
- Bump Cocoa SDK from v8.31.1 to v8.32.0 ([#3969](https://github.com/getsentry/sentry-react-native/pull/3969))
17+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8320)
18+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.31.1...8.32.0)
1619

1720
## 5.26.0
1821

RNSentry.podspec

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

3535
s.dependency 'React-Core'
36-
s.dependency 'Sentry/HybridSDK', '8.31.1'
36+
s.dependency 'Sentry/HybridSDK', '8.32.0'
3737

3838
s.source_files = 'ios/**/*.{h,m,mm}'
3939
s.public_header_files = 'ios/RNSentry.h'

0 commit comments

Comments
 (0)