From f3f4f3684c0af0dcbb6b60890a33c0b8e7dc7197 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 24 Oct 2023 03:03:40 +0000 Subject: [PATCH 1/2] chore: update flutter/scripts/update-cocoa.sh to 8.14.2 --- CHANGELOG.md | 6 +++--- flutter/ios/sentry_flutter.podspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f6ee6c995..9ac863594f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,9 @@ - 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)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6320) - [diff](https://github.com/getsentry/sentry-java/compare/6.29.0...6.32.0) -- 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)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8131) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.11.0...8.13.1) +- 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)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8142) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.11.0...8.14.2) ## 7.10.1 diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index 83c35b7f0e..b6df0830f7 100644 --- a/flutter/ios/sentry_flutter.podspec +++ b/flutter/ios/sentry_flutter.podspec @@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa. :tag => s.version.to_s } s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' - s.dependency 'Sentry/HybridSDK', '8.13.1' + s.dependency 'Sentry/HybridSDK', '8.14.2' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '11.0' From 2576d9fddfedd631604f2843c165a2d82c9e04c6 Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Tue, 24 Oct 2023 11:50:19 +0200 Subject: [PATCH 2/2] Fix doc links --- dio/pubspec.yaml | 2 +- logging/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dio/pubspec.yaml b/dio/pubspec.yaml index 56e5102e60..ce7a826218 100644 --- a/dio/pubspec.yaml +++ b/dio/pubspec.yaml @@ -4,7 +4,7 @@ version: 7.10.1 homepage: https://docs.sentry.io/platforms/dart/ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues -documentation: https://docs.sentry.io/platforms/dart/configuration/integrations/dio/ +documentation: https://docs.sentry.io/platforms/dart/integrations/dio/ environment: sdk: '>=2.17.0 <4.0.0' diff --git a/logging/pubspec.yaml b/logging/pubspec.yaml index a9394bc92c..5deb649563 100644 --- a/logging/pubspec.yaml +++ b/logging/pubspec.yaml @@ -4,7 +4,7 @@ version: 7.10.1 homepage: https://docs.sentry.io/platforms/dart/ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues -documentation: https://docs.sentry.io/platforms/dart/configuration/integrations/logging/ +documentation: https://docs.sentry.io/platforms/dart/integrations/logging/ environment: sdk: '>=2.17.0 <4.0.0'