Skip to content

Commit ab6a1fe

Browse files
chore(deps): update Cocoa SDK to v7.31.2 (#2629)
Co-authored-by: GitHub <noreply@github.com>
1 parent e53c14e commit ab6a1fe

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.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)
14+
- Bump Cocoa SDK from v7.29.0 to v7.31.2 ([#2592](https://github.com/getsentry/sentry-react-native/pull/2592), [#2601](https://github.com/getsentry/sentry-react-native/pull/2601), [#2629](https://github.com/getsentry/sentry-react-native/pull/2629))
15+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7312)
16+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.29.0...7.31.2)
1717
- Bump Android SDK from v6.6.0 to v6.8.0 ([#2600](https://github.com/getsentry/sentry-react-native/pull/2600), [#2628](https://github.com/getsentry/sentry-react-native/pull/2628))
1818
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#680)
1919
- [diff](https://github.com/getsentry/sentry-java/compare/6.6.0...6.8.0)

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

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

0 commit comments

Comments
 (0)