From 22e947b942e6da2ecbb7814fbbaff80d30837dab Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Fri, 5 Nov 2021 10:03:42 +0100 Subject: [PATCH] chore: 6.1.0 --- CHANGELOG.md | 2 +- dart/lib/src/version.dart | 2 +- dart/pubspec.yaml | 2 +- flutter/example/pubspec.yaml | 2 +- flutter/lib/src/version.dart | 2 +- flutter/pubspec.yaml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faec5dfef1..2c276dc99a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 6.1.0 * Bump: Sentry-Android to 5.3.0 and Sentry-Cocoa to 7.5.1 (#629) * Fix: event.origin tag for macOS and other Apple platforms (#622) diff --git a/dart/lib/src/version.dart b/dart/lib/src/version.dart index b8ad54baf7..cb3b9c7b0a 100644 --- a/dart/lib/src/version.dart +++ b/dart/lib/src/version.dart @@ -9,7 +9,7 @@ library version; /// The SDK version reported to Sentry.io in the submitted events. -const String sdkVersion = '6.1.0-beta.2'; +const String sdkVersion = '6.1.0'; String sdkName(bool isWeb) => isWeb ? _browserSdkName : _ioSdkName; diff --git a/dart/pubspec.yaml b/dart/pubspec.yaml index 471988dcab..00e40b1396 100644 --- a/dart/pubspec.yaml +++ b/dart/pubspec.yaml @@ -1,5 +1,5 @@ name: sentry -version: 6.1.0-beta.2 +version: 6.1.0 description: > A crash reporting library for Dart that sends crash reports to Sentry.io. This library supports Dart VM and Web. For Flutter consider sentry_flutter instead. diff --git a/flutter/example/pubspec.yaml b/flutter/example/pubspec.yaml index d272d5e05e..0643265162 100644 --- a/flutter/example/pubspec.yaml +++ b/flutter/example/pubspec.yaml @@ -1,6 +1,6 @@ name: sentry_flutter_example description: Demonstrates how to use the sentry_flutter plugin. -version: 6.1.0-beta.2 +version: 6.1.0 publish_to: 'none' # Remove this line if you wish to publish to pub.dev diff --git a/flutter/lib/src/version.dart b/flutter/lib/src/version.dart index 4ec45d68d1..a7d1a12a5d 100644 --- a/flutter/lib/src/version.dart +++ b/flutter/lib/src/version.dart @@ -1,5 +1,5 @@ /// The SDK version reported to Sentry.io in the submitted events. -const String sdkVersion = '6.1.0-beta.2'; +const String sdkVersion = '6.1.0'; /// The default SDK name reported to Sentry.io in the submitted events. const String sdkName = 'sentry.dart.flutter'; diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index da58e775b2..8f746d008b 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -1,5 +1,5 @@ name: sentry_flutter -version: 6.1.0-beta.2 +version: 6.1.0 description: Sentry SDK for Flutter. This package aims to support different Flutter targets by relying on the many platforms supported by Sentry with native SDKs. homepage: https://docs.sentry.io/platforms/flutter/ repository: https://github.com/getsentry/sentry-dart @@ -13,7 +13,7 @@ dependencies: sdk: flutter flutter_web_plugins: sdk: flutter - sentry: ^6.1.0-beta.1 + sentry: ^6.1.0 package_info_plus: ^1.0.0 dev_dependencies: