Skip to content

Commit f83bc1d

Browse files
github-actions[bot]web-flowbuenaflor
authored
chore(deps): update Cocoa SDK to v8.14.2 (#1691)
* chore: update flutter/scripts/update-cocoa.sh to 8.14.2 --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: GIancarlo Buenaflor <[email protected]>
1 parent 64e4616 commit f83bc1d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
- Bump Android SDK from v6.29.0 to v6.32.0 ([#1660](https://github.com/getsentry/sentry-dart/pull/1660), [#1676](https://github.com/getsentry/sentry-dart/pull/1676), [#1688](https://github.com/getsentry/sentry-dart/pull/1688))
1313
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6320)
1414
- [diff](https://github.com/getsentry/sentry-java/compare/6.29.0...6.32.0)
15-
- Bump Cocoa SDK from v8.11.0 to v8.13.1 ([#1650](https://github.com/getsentry/sentry-dart/pull/1650), [#1655](https://github.com/getsentry/sentry-dart/pull/1655), [#1677](https://github.com/getsentry/sentry-dart/pull/1677))
16-
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8131)
17-
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.11.0...8.13.1)
15+
- Bump Cocoa SDK from v8.11.0 to v8.14.2 ([#1650](https://github.com/getsentry/sentry-dart/pull/1650), [#1655](https://github.com/getsentry/sentry-dart/pull/1655), [#1677](https://github.com/getsentry/sentry-dart/pull/1677), [#1691](https://github.com/getsentry/sentry-dart/pull/1691))
16+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8142)
17+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.11.0...8.14.2)
1818

1919
## 7.10.1
2020

dio/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 7.10.1
44
homepage: https://docs.sentry.io/platforms/dart/
55
repository: https://github.com/getsentry/sentry-dart
66
issue_tracker: https://github.com/getsentry/sentry-dart/issues
7-
documentation: https://docs.sentry.io/platforms/dart/configuration/integrations/dio/
7+
documentation: https://docs.sentry.io/platforms/dart/integrations/dio/
88

99
environment:
1010
sdk: '>=2.17.0 <4.0.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.13.1'
15+
s.dependency 'Sentry/HybridSDK', '8.14.2'
1616
s.ios.dependency 'Flutter'
1717
s.osx.dependency 'FlutterMacOS'
1818
s.ios.deployment_target = '11.0'

logging/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 7.10.1
44
homepage: https://docs.sentry.io/platforms/dart/
55
repository: https://github.com/getsentry/sentry-dart
66
issue_tracker: https://github.com/getsentry/sentry-dart/issues
7-
documentation: https://docs.sentry.io/platforms/dart/configuration/integrations/logging/
7+
documentation: https://docs.sentry.io/platforms/dart/integrations/logging/
88

99
environment:
1010
sdk: '>=2.17.0 <4.0.0'

0 commit comments

Comments
 (0)