Skip to content

Commit 9e201ca

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-cocoa.sh to 8.39.0
1 parent 94a7430 commit 9e201ca

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212

1313
- options normalizeDepth and normalizeMaxBreadth are now being respected when adding a breadcrumb. ([#766](https://github.com/getsentry/sentry-capacitor/pull/766))
1414

15+
### Dependencies
16+
17+
- Bump Cocoa SDK from v8.36.0 to v8.39.0 ([#751](https://github.com/getsentry/sentry-capacitor/pull/751))
18+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8390)
19+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.36.0...8.39.0)
20+
1521
## 1.0.1
1622

1723
### Dependencies

SentryCapacitor.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.source = { :git => package['repository']['url'], :tag => s.version.to_s }
1313
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
1414

15-
s.dependency 'Sentry/HybridSDK', '8.36.0'
15+
s.dependency 'Sentry/HybridSDK', '8.39.0'
1616
s.dependency 'Capacitor'
1717

1818
if File.exist?('../../@capacitor/core/package.json') == false

0 commit comments

Comments
 (0)