Skip to content

Commit

Permalink
chore: update scripts/update-cocoa.sh to 8.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed Jun 14, 2024
1 parent 785b737 commit aa82f5d
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 @@ -17,9 +17,9 @@

### Dependencies

- Bump Cocoa SDK from v8.27.0 to v8.28.0 ([#3866](https://github.com/getsentry/sentry-react-native/pull/3866))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8280)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.27.0...8.28.0)
- Bump Cocoa SDK from v8.27.0 to v8.29.0 ([#3866](https://github.com/getsentry/sentry-react-native/pull/3866), [#3890](https://github.com/getsentry/sentry-react-native/pull/3890))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8290)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.27.0...8.29.0)
- Bump Android SDK from v7.8.0 to v7.10.0 ([#3805](https://github.com/getsentry/sentry-react-native/pull/3805))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7100)
- [diff](https://github.com/getsentry/sentry-java/compare/7.8.0...7.10.0)
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.28.0'
s.dependency 'Sentry/HybridSDK', '8.29.0'

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

0 comments on commit aa82f5d

Please sign in to comment.