Skip to content

Commit a89aa1b

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-cocoa.sh to 8.53.1
1 parent 2bc47e4 commit a89aa1b

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
@@ -50,6 +50,9 @@ Sentry.init({
5050
- Bump Android SDK from v7.16.0 to v8.13.3
5151
- Bump Cocoa SDK from v8.48.0 to v8.51.1
5252
- Bump JavaScript SDKs from v8.55.0 to v9.27.0
53+
- Bump Cocoa SDK from v8.51.1 to v8.53.1 ([#914](https://github.com/getsentry/sentry-capacitor/pull/914))
54+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8531)
55+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.51.1...8.53.1)
5356

5457

5558
## 2.0.0-beta.3

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.53.1'
1616
s.dependency 'Capacitor'
1717

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

0 commit comments

Comments
 (0)