Skip to content

Commit 8ae23a7

Browse files
chore: update scripts/update-cocoa.sh to 8.38.0 (#4180)
Co-authored-by: GitHub <[email protected]>
1 parent 117d465 commit 8ae23a7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ To upgrade from the SDK version 5, please follow our [migration guide](https://d
110110
- [changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#8331)
111111
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.119.1...8.33.1)
112112

113+
### Dependencies
114+
115+
- Bump Cocoa SDK from v8.37.0 to v8.38.0 ([#4180](https://github.com/getsentry/sentry-react-native/pull/4180))
116+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8380)
117+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.37.0...8.38.0)
118+
113119
## 5.34.0
114120

115121
### Fixes

packages/core/RNSentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Pod::Spec.new do |s|
3737

3838
s.compiler_flags = other_cflags
3939

40-
s.dependency 'Sentry/HybridSDK', '8.37.0'
40+
s.dependency 'Sentry/HybridSDK', '8.38.0'
4141

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

0 commit comments

Comments
 (0)