Skip to content

Commit 83205ab

Browse files
authored
chore: update scripts/update-cocoa.sh to 8.14.1
1 parent 5446992 commit 83205ab

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
@@ -7,6 +7,12 @@
77
- Add actual `activeThreadId` to Profiles ([#3338](https://github.com/getsentry/sentry-react-native/pull/3338))
88
- Parse Hermes Profiling Bytecode Frames ([#3342](https://github.com/getsentry/sentry-react-native/pull/3342))
99

10+
### Dependencies
11+
12+
- Bump Cocoa SDK from v8.13.0 to v8.14.1 ([#3340](https://github.com/getsentry/sentry-react-native/pull/3340))
13+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8141)
14+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.13.0...8.14.1)
15+
1016
## 5.11.1
1117

1218
### Fixes

RNSentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
2424
s.preserve_paths = '*.js'
2525

2626
s.dependency 'React-Core'
27-
s.dependency 'Sentry/HybridSDK', '8.13.0'
27+
s.dependency 'Sentry/HybridSDK', '8.14.1'
2828

2929
s.source_files = 'ios/**/*.{h,mm}'
3030
s.public_header_files = 'ios/RNSentry.h'

0 commit comments

Comments
 (0)