Skip to content

Commit

Permalink
chore: update scripts/update-cocoa.sh to 7.20.0 (#2356)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 7, 2022
1 parent f618eb2 commit 2b332c5
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 @@ -4,9 +4,9 @@

### Features

- Bump Cocoa SDK to v7.19.0 ([#2341](https://github.com/getsentry/sentry-react-native/pull/2341))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7190)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.18.1...7.19.0)
- Bump Cocoa SDK to v7.20.0 ([#2341](https://github.com/getsentry/sentry-react-native/pull/2341), [#2356](https://github.com/getsentry/sentry-react-native/pull/2356))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7200)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.18.1...7.20.0)
- Bump JavaScript SDK to v7.5.1 ([#2342](https://github.com/getsentry/sentry-react-native/pull/2342), [#2350](https://github.com/getsentry/sentry-react-native/pull/2350))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#751)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.3.1...7.5.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', '7.19.0'
s.dependency 'Sentry', '7.20.0'

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

0 comments on commit 2b332c5

Please sign in to comment.