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.52.1 to v8.53.1 ([ #4950 ] ( https://github.com/getsentry/sentry-react-native/pull/4950 ) )
14
+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8531 )
15
+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.52.1...8.53.1 )
16
+
9
17
## 6.16.0
10
18
11
19
### Features
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.52 .1'
47
+ s . dependency 'Sentry/HybridSDK' , '8.53 .1'
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