File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 6
6
> make sure you follow our [ migration guide] ( https://docs.sentry.io/platforms/react-native/migration/ ) first.
7
7
<!-- prettier-ignore-end -->
8
8
9
+ ## Unreleased
10
+
11
+ ### Dependencies
12
+
13
+ - Bump Cocoa SDK from v8.53.2 to v8.54.0 ([ #5036 ] ( https://github.com/getsentry/sentry-react-native/pull/5036 ) )
14
+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8540 )
15
+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.53.2...8.54.0 )
16
+
9
17
## 6.19.0
10
18
11
19
### Fixes
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Pod::Spec.new do |s|
44
44
45
45
s . compiler_flags = other_cflags
46
46
47
- s . dependency 'Sentry/HybridSDK' , '8.53.2 '
47
+ s . dependency 'Sentry/HybridSDK' , '8.54.0 '
48
48
49
49
if defined? install_modules_dependencies
50
50
# Default React Native dependencies for 0.71 and above (new and legacy architecture)
You can’t perform that action at this time.
0 commit comments