Skip to content

Commit ba7d1fd

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-cocoa.sh to 8.43.0
1 parent 418c1f3 commit ba7d1fd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
> [migration guide](https://docs.sentry.io/platforms/javascript/guides/capacitor/migration/) first.
77
<!-- prettier-ignore-end -->
88
9+
## Unreleased
10+
11+
### Dependencies
12+
13+
- Bump Cocoa SDK from v8.36.0 to v8.43.0 ([#751](https://github.com/getsentry/sentry-capacitor/pull/751))
14+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8430)
15+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.36.0...8.43.0)
16+
917
## 1.0.2
1018

1119
### Fixes

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

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

0 commit comments

Comments
 (0)