Skip to content

Commit

Permalink
chore: update scripts/update-cocoa.sh to 8.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed Mar 5, 2024
1 parent acfdfa1 commit 4d3ff5b
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 @@ -13,9 +13,9 @@

### Dependencies

- Bump Cocoa SDK from v8.17.1 to v8.20.0 ([#3476](https://github.com/getsentry/sentry-react-native/pull/3476))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8200)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.17.1...8.20.0)
- Bump Cocoa SDK from v8.17.1 to v8.21.0 ([#3476](https://github.com/getsentry/sentry-react-native/pull/3476), [#3651](https://github.com/getsentry/sentry-react-native/pull/3651))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8210)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.17.1...8.21.0)

## 5.19.1

Expand Down
2 changes: 1 addition & 1 deletion RNSentry.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Pod::Spec.new do |s|
s.preserve_paths = '*.js'

s.dependency 'React-Core'
s.dependency 'Sentry/HybridSDK', '8.20.0'
s.dependency 'Sentry/HybridSDK', '8.21.0'

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

0 comments on commit 4d3ff5b

Please sign in to comment.