Skip to content

Commit 746a779

Browse files
chore: update flutter/scripts/update-cocoa.sh to 8.13.0 (#1655)
1 parent 42f6e7e commit 746a779

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
### Dependencies
1010

1111
- Enable compatibility with uuid v4 ([#1647](https://github.com/getsentry/sentry-dart/pull/1647))
12-
- Bump Cocoa SDK from v8.11.0 to v8.12.0 ([#1650](https://github.com/getsentry/sentry-dart/pull/1650))
13-
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8120)
14-
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.11.0...8.12.0)
12+
- Bump Cocoa SDK from v8.11.0 to v8.13.0 ([#1650](https://github.com/getsentry/sentry-dart/pull/1650), [#1655](https://github.com/getsentry/sentry-dart/pull/1655))
13+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8130)
14+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.11.0...8.13.0)
1515
- Bump Android SDK from v6.29.0 to v6.30.0 ([#1660](https://github.com/getsentry/sentry-dart/pull/1660))
1616
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6300)
1717
- [diff](https://github.com/getsentry/sentry-java/compare/6.29.0...6.30.0)

flutter/ios/sentry_flutter.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
1212
:tag => s.version.to_s }
1313
s.source_files = 'Classes/**/*'
1414
s.public_header_files = 'Classes/**/*.h'
15-
s.dependency 'Sentry/HybridSDK', '8.12.0'
15+
s.dependency 'Sentry/HybridSDK', '8.13.0'
1616
s.ios.dependency 'Flutter'
1717
s.osx.dependency 'FlutterMacOS'
1818
s.ios.deployment_target = '11.0'

0 commit comments

Comments
 (0)