Skip to content

Commit b9da4d0

Browse files
chore(deps): update Cocoa SDK to v7.31.1 (#2601)
Co-authored-by: GitHub <noreply@github.com>
1 parent b00ec5b commit b9da4d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
- Bump JavaScript SDK from v7.16.0 to v7.17.4 ([#2582](https://github.com/getsentry/sentry-react-native/pull/2582), [#2598](https://github.com/getsentry/sentry-react-native/pull/2598))
1212
- [changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#7174)
1313
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.16.0...7.17.4)
14-
- Bump Cocoa SDK from v7.29.0 to v7.30.2 ([#2592](https://github.com/getsentry/sentry-react-native/pull/2592))
15-
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7300)
16-
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.29.0...7.30.2)
14+
- Bump Cocoa SDK from v7.29.0 to v7.31.1 ([#2592](https://github.com/getsentry/sentry-react-native/pull/2592), [#2601](https://github.com/getsentry/sentry-react-native/pull/2601))
15+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7311)
16+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.29.0...7.31.1)
1717

1818
## 4.8.0
1919

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.30.2'
20+
s.dependency 'Sentry/HybridSDK', '7.31.1'
2121

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

0 commit comments

Comments
 (0)