Skip to content

Commit 6d9b518

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-cocoa.sh to 8.40.1
1 parent 3148cd3 commit 6d9b518

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
- Bump Android SDK from v7.14.0 to v7.16.0 ([#752](https://github.com/getsentry/sentry-capacitor/pull/752))
1818
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7160)
1919
- [diff](https://github.com/getsentry/sentry-java/compare/7.14.0...7.16.0)
20+
- Bump Cocoa SDK from v8.36.0 to v8.40.1 ([#751](https://github.com/getsentry/sentry-capacitor/pull/751))
21+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8401)
22+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.36.0...8.40.1)
2023

2124
## 1.0.1
2225

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

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

0 commit comments

Comments
 (0)