Skip to content

Commit ade9342

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-cocoa.sh to 8.52.1
1 parent 95537a8 commit ade9342

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ Sentry.init({
4242
- Bump Android SDK from v8.13.2 to v8.13.3 ([#919](https://github.com/getsentry/sentry-capacitor/pull/919))
4343
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8133)
4444
- [diff](https://github.com/getsentry/sentry-java/compare/8.13.2...8.13.3)
45+
- Bump Cocoa SDK from v8.51.1 to v8.52.1 ([#914](https://github.com/getsentry/sentry-capacitor/pull/914))
46+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8521)
47+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.51.1...8.52.1)
4548

4649
### Self Hosted
4750

SentryCapacitor.podspec

Lines changed: 1 addition & 1 deletion
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.51.1'
15+
s.dependency 'Sentry/HybridSDK', '8.52.1'
1616
s.dependency 'Capacitor'
1717

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

0 commit comments

Comments
 (0)