Skip to content

Commit 686b3bc

Browse files
chore: update scripts/update-cocoa.sh to 8.45.0 (#4537)
Co-authored-by: GitHub <noreply@github.com>
1 parent ae2f6bc commit 686b3bc

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
@@ -17,6 +17,9 @@
1717
- Bump Android SDK from v7.20.1 to v7.22.0 ([#4529](https://github.com/getsentry/sentry-react-native/pull/4529))
1818
- [changelog](https://github.com/getsentry/sentry-java/blob/7.x.x/CHANGELOG.md#7220)
1919
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...7.22.0)
20+
- Bump Cocoa SDK from v8.44.0 to v8.45.0 ([#4537](https://github.com/getsentry/sentry-react-native/pull/4537))
21+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8450)
22+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.44.0...8.45.0)
2023

2124
## 6.7.0
2225

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.44.0'
40+
s.dependency 'Sentry/HybridSDK', '8.45.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)