Skip to content

Commit

Permalink
chore: update scripts/update-cocoa.sh to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jan 19, 2023
1 parent 7583016 commit b588b3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- Bump Android SDK from v6.11.0 to v6.12.1 ([#2755](https://github.com/getsentry/sentry-react-native/pull/2755))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6121)
- [diff](https://github.com/getsentry/sentry-java/compare/6.11.0...6.12.1)
- Bump Cocoa SDK from v7.31.5 to v8.0.0 ([#2756](https://github.com/getsentry/sentry-react-native/pull/2756))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#800)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.31.5...8.0.0)

## 4.13.0

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.5'
s.dependency 'Sentry/HybridSDK', '8.0.0'

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

0 comments on commit b588b3b

Please sign in to comment.