From f16846624bdc49b6627a96fb586614b6204d5920 Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Tue, 16 Jul 2024 04:18:08 +0200 Subject: [PATCH] Prepare release sidekick_core-v3.0.0-preview.1 --- sidekick_core/CHANGELOG.md | 10 ++++++++++ sidekick_core/lib/sidekick_core.dart | 2 +- sidekick_core/pubspec.yaml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sidekick_core/CHANGELOG.md b/sidekick_core/CHANGELOG.md index 060fe2d7..da56864a 100644 --- a/sidekick_core/CHANGELOG.md +++ b/sidekick_core/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [3.0.0-preview.1](https://github.com/phntmxyz/sidekick/compare/sidekick_core-v2.1.2..sidekick_core-v3.0.0-preview.1) (2024-7-16) + +Full diff: + +- Breaking: `dart()` and `flutter()` are now async. Don't forget to add `await` everywhere! [#256](https://github.com/phntmxyz/sidekick/pull/256) +- Breaking: Migrate to dcli:^4.0.4 [#255](https://github.com/phntmxyz/sidekick/pull/255) +- Raise minimum Dart version to 3.3.0 +- Breaking: Replaced `addFlutterSdkInitializer` with `addSdkInitializer`. It now gets way more information via `SdkInitializerContext`. This method may now be called way more often, always before every `flutter`, `dart` execution. [#256](https://github.com/phntmxyz/sidekick/pull/256) +- Pub workspaces are not detected as packages anymore + ## [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 e315cc1c..10738a36 100644 --- a/sidekick_core/lib/sidekick_core.dart +++ b/sidekick_core/lib/sidekick_core.dart @@ -47,7 +47,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('3.0.0-preview.1'); /// 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 98ff0a90..65ee548a 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: 3.0.0-preview.1 repository: https://github.com/phntmxyz/sidekick/tree/main/sidekick_core issue_tracker: https://github.com/phntmxyz/sidekick/labels/sidekick_core topics: