Skip to content

Commit 07a2ff8

Browse files
authored
bump cocoa SDK 8.31.0 (#3951)
* bump cocoa SDK 8.31.0 * changelog
1 parent 9d86532 commit 07a2ff8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### Dependencies
66

7+
- Bump Cocoa SDK from v8.30.1 to v8.31.0 ([#3951](https://github.com/getsentry/sentry-react-native/pull/3951))
8+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8301)
9+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.31.0...8.31.0)
10+
11+
### Dependencies
12+
713
- Bump Cocoa SDK from v8.30.0 to v8.30.1 ([#3936](https://github.com/getsentry/sentry-react-native/pull/3936))
814
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8301)
915
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.30.0...8.30.1)

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.30.1'
36+
s.dependency 'Sentry/HybridSDK', '8.31.0'
3737

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

0 commit comments

Comments
 (0)