From 41c128654dc224a924d8215de036d2f0c9175bff Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Mon, 22 Jul 2024 20:43:01 +0200 Subject: [PATCH] Prepare release sidekick_core-v3.0.0-preview.2 --- 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 0c6d808c..3d47a41f 100644 --- a/sidekick_core/CHANGELOG.md +++ b/sidekick_core/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [3.0.0-preview.2](https://github.com/phntmxyz/sidekick/compare/sidekick_core-v3.0.0-preview.1..sidekick_core-v3.0.0-preview.2) (2024-7-22) + +- Fix SdkInitializerContext.package when calling dart format [#258](https://github.com/phntmxyz/sidekick/pull/258) https://github.com/phntmxyz/sidekick/commit/50e907cb656099bde1e80ad2da0d20525836e5c6 +- Update sidekick_plugin_installer https://github.com/phntmxyz/sidekick/commit/ea519a97d3f280251f2be76c4b2a8f5d6d6ed6c9 + ## [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) - Breaking: `dart()` and `flutter()` are now async. Don't forget to add `await` everywhere! [#256](https://github.com/phntmxyz/sidekick/pull/256) diff --git a/sidekick_core/lib/sidekick_core.dart b/sidekick_core/lib/sidekick_core.dart index 10738a36..1059692e 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('3.0.0-preview.1'); +final Version version = Version.parse('3.0.0-preview.2'); /// 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 65ee548a..4ca3a030 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: 3.0.0-preview.1 +version: 3.0.0-preview.2 repository: https://github.com/phntmxyz/sidekick/tree/main/sidekick_core issue_tracker: https://github.com/phntmxyz/sidekick/labels/sidekick_core topics: