Skip to content

Commit

Permalink
chore(deps): update Cocoa SDK to v7.22.0 (getsentry#2392)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 27, 2022
1 parent c905df1 commit 33a99e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

- SENTRY_DIST accepts non-number values on Android ([#2395](https://github.com/getsentry/sentry-react-native/pull/2395))

### Features

- Bump Cocoa SDK to v7.22.0 ([#2392](https://github.com/getsentry/sentry-react-native/pull/2392))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7220)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.21.0...7.22.0)

## 4.2.0

### Features
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', '7.21.0'
s.dependency 'Sentry', '7.22.0'

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

0 comments on commit 33a99e8

Please sign in to comment.