diff --git a/sidekick_core/CHANGELOG.md b/sidekick_core/CHANGELOG.md index 09ba304c..11f14b03 100644 --- a/sidekick_core/CHANGELOG.md +++ b/sidekick_core/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.0.0-preview.2](https://github.com/phntmxyz/sidekick/compare/sidekick_core-v2.0.0-preview.1..sidekick_core-v2.0.0-preview.2) (2023-5-30) + +- Propose all dart versions when installing specific sidekick_core version https://github.com/phntmxyz/sidekick/commit/775d15661b715bd617f10159b5e1d4487b4f2396 +- Fix package name when installing sidekick_core preview versions https://github.com/phntmxyz/sidekick/commit/ebdf5b968b67d51b036732baa05ab26768990e1e +- Handle pre-releases in update check https://github.com/phntmxyz/sidekick/commit/3560070892f485a84473c84d97acca2ca67f073c + ## [2.0.0-preview.1](https://github.com/phntmxyz/sidekick/compare/sidekick_core-v1.3.0..sidekick_core-v2.0.0-preview.1) (2023-5-30) - [Dart 3] Update sidekick_core & CI [#228](https://github.com/phntmxyz/sidekick/pull/228) diff --git a/sidekick_core/lib/sidekick_core.dart b/sidekick_core/lib/sidekick_core.dart index d81d1836..0c30656e 100644 --- a/sidekick_core/lib/sidekick_core.dart +++ b/sidekick_core/lib/sidekick_core.dart @@ -53,7 +53,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.0.0-preview.1'); +final Version version = Version.parse('2.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 10de950c..b4df8fbc 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.0.0-preview.1 +version: 2.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: diff --git a/sk_sidekick/pubspec.lock b/sk_sidekick/pubspec.lock index ed2d653a..314cfe8d 100644 --- a/sk_sidekick/pubspec.lock +++ b/sk_sidekick/pubspec.lock @@ -503,7 +503,7 @@ packages: path: "../sidekick_core" relative: true source: path - version: "2.0.0-preview.1" + version: "2.0.0-preview.2" sidekick_test: dependency: "direct dev" description: