Skip to content

Commit

Permalink
chore(deps): update Cocoa SDK to v8.11.0 (#3245)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Sep 6, 2023
1 parent bc1719c commit 2dc9bc2
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 CLI from v2.20.5 to v2.20.6 ([#3265](https://github.com/getsentry/sentry-react-native/pull/3265))
[changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2206)
[diff](https://github.com/getsentry/sentry-cli/compare/2.20.5...2.20.6)
Bump Cocoa SDK from v8.10.0 to v8.11.0 ([#3245](https://github.com/getsentry/sentry-react-native/pull/3245))
[changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8110)
[diff](https://github.com/getsentry/sentry-cocoa/compare/8.10.0...8.11.0)
## 5.9.1

- Bump Cocoa SDK from v8.9.4 to v8.10.0 ([#3250](https://github.com/getsentry/sentry-react-native/pull/3250))
Expand Down
2 changes: 1 addition & 1 deletion RNSentry.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Pod::Spec.new do |s|
s.preserve_paths = '*.js'

s.dependency 'React-Core'
s.dependency 'Sentry/HybridSDK', '8.10.0'
s.dependency 'Sentry/HybridSDK', '8.11.0'

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

0 comments on commit 2dc9bc2

Please sign in to comment.