From 58e17ad4b90cf22840b4dbb3044822639503322e Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Tue, 16 Jul 2024 14:44:37 +0200 Subject: [PATCH] Prepare release sidekick_core-v2.1.3 --- sidekick_core/CHANGELOG.md | 5 +++++ sidekick_core/lib/sidekick_core.dart | 2 +- sidekick_core/pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sidekick_core/CHANGELOG.md b/sidekick_core/CHANGELOG.md index 060fe2d7..85b60bfc 100644 --- a/sidekick_core/CHANGELOG.md +++ b/sidekick_core/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [2.1.3](https://github.com/phntmxyz/sidekick/compare/sidekick_core-v2.1.2..sidekick_core-v2.1.3) (2024-7-16) + +- Allow updating to sidekick_core:3.0.0-preview with Dart 3.3.0+ +- Do not detect workspaces as dart packages + ## [2.1.2](https://github.com/phntmxyz/sidekick/compare/sidekick_core-v2.1.1..sidekick_core-v2.1.2) (2024-4-5) - Max Dart SDK 3.2.X [#254](https://github.com/phntmxyz/sidekick/pull/254) diff --git a/sidekick_core/lib/sidekick_core.dart b/sidekick_core/lib/sidekick_core.dart index 224d1e39..956ed7c3 100644 --- a/sidekick_core/lib/sidekick_core.dart +++ b/sidekick_core/lib/sidekick_core.dart @@ -45,7 +45,7 @@ export 'package:sidekick_core/src/template/sidekick_package.template.dart'; /// This is used by the update command to determine if your sidekick cli /// requires an update // DO NOT MANUALLY EDIT THIS VERSION, instead run `sk bump-version sidekick_core` -final Version version = Version.parse('2.1.2'); +final Version version = Version.parse('2.1.3'); /// Initializes sidekick, call this at the very start of your CLI program /// diff --git a/sidekick_core/pubspec.yaml b/sidekick_core/pubspec.yaml index 752fcb0c..9a0f64dd 100644 --- a/sidekick_core/pubspec.yaml +++ b/sidekick_core/pubspec.yaml @@ -1,6 +1,6 @@ name: sidekick_core description: Shared sidekick commands, plugin engine, migrations, templates and utilities for sidekick CLIs -version: 2.1.2 +version: 2.1.3 repository: https://github.com/phntmxyz/sidekick/tree/main/sidekick_core issue_tracker: https://github.com/phntmxyz/sidekick/labels/sidekick_core topics: