Skip to content

Commit

Permalink
chore: update scripts/update-cocoa.sh to 7.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Nov 19, 2022
1 parent 95f0e50 commit 3724fa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
- 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))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#7174)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.16.0...7.17.4)
- 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))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7311)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.29.0...7.31.1)
- 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))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7312)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.29.0...7.31.2)
- Bump Android SDK from v6.6.0 to v6.7.1 ([#2600](https://github.com/getsentry/sentry-react-native/pull/2600))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#671)
- [diff](https://github.com/getsentry/sentry-java/compare/6.6.0...6.7.1)
Expand Down
2 changes: 1 addition & 1 deletion RNSentry.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.preserve_paths = '*.js'

s.dependency 'React-Core'
s.dependency 'Sentry/HybridSDK', '7.31.1'
s.dependency 'Sentry/HybridSDK', '7.31.2'

s.source_files = 'ios/RNSentry.{h,m}'
s.public_header_files = 'ios/RNSentry.h'
Expand Down

0 comments on commit 3724fa2

Please sign in to comment.