Skip to content

Commit 4bec795

Browse files
chore: update scripts/update-cocoa.sh to 8.49.0 (#4742)
Co-authored-by: GitHub <[email protected]>
1 parent b7e707e commit 4bec795

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
- Bump CLI from v2.42.4 to v2.43.0 ([#4692](https://github.com/getsentry/sentry-react-native/pull/4692))
2222
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2430)
2323
- [diff](https://github.com/getsentry/sentry-cli/compare/2.42.4...2.43.0)
24+
- Bump Cocoa SDK from v8.48.0 to v8.49.0 ([#4742](https://github.com/getsentry/sentry-react-native/pull/4742))
25+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8490)
26+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.48.0...8.49.0)
2427

2528
## 6.11.0-beta.0
2629

packages/core/RNSentry.podspec

+1-1
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.48.0'
40+
s.dependency 'Sentry/HybridSDK', '8.49.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)