Skip to content

Commit

Permalink
chore(deps): update Cocoa SDK to v8.41.0-beta.1 (#4295)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich authored Nov 20, 2024
1 parent ed3d77e commit 750df37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
> make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first.
<!-- prettier-ignore-end -->
## Unreleased

### Dependencies

- Bump Cocoa SDK from v8.40.1 to v8.41.0-beta.1 ([#4295](https://github.com/getsentry/sentry-react-native/pull/4295))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8410-beta1)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.40.1...8.41.0-beta.1)

## 6.3.0-beta.1

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/core/RNSentry.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Pod::Spec.new do |s|

s.compiler_flags = other_cflags

s.dependency 'Sentry/HybridSDK', '8.40.1'
s.dependency 'Sentry/HybridSDK', '8.41.0-beta.1'

if defined? install_modules_dependencies
# Default React Native dependencies for 0.71 and above (new and legacy architecture)
Expand Down

0 comments on commit 750df37

Please sign in to comment.