Skip to content

Commit

Permalink
Merge bf34dad into 6e8584e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 30, 2023
2 parents 6e8584e + bf34dad commit 7787a29
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 @@ -17,6 +17,9 @@
- Bump JavaScript SDK from v7.73.0 to v7.75.1 ([#3344](https://github.com/getsentry/sentry-react-native/pull/3344))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7751)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.73.0...7.75.1)
- Bump Cocoa SDK from v8.13.0 to v8.14.2 ([#3340](https://github.com/getsentry/sentry-react-native/pull/3340))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8142)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.13.0...8.14.2)

## 5.11.1

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

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

0 comments on commit 7787a29

Please sign in to comment.