diff --git a/sidekick_core/CHANGELOG.md b/sidekick_core/CHANGELOG.md index 80e56a32..e0cd41b4 100644 --- a/sidekick_core/CHANGELOG.md +++ b/sidekick_core/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [1.0.2](https://github.com/phntmxyz/sidekick/compare/sidekick_core-v1.0.1..sidekick_core-v1.0.2) (2023-1-25) + +- Update templates to `sidekick_core: ^1.0.0` and `sidekick_plugin_installer: ^0.3.0` [#214](https://github.com/phntmxyz/sidekick/pull/214) +- Don't show a warning when `flutterSdkPath` or `dartSdkPath` is an absolute path. [#214](https://github.com/phntmxyz/sidekick/pull/214) + ## [1.0.1](https://github.com/phntmxyz/sidekick/compare/sidekick_core-v1.0.0..sidekick_core-v1.0.1) (2023-1-25) - Support for sidekick_plugin_installer:3.0.0 [#213](https://github.com/phntmxyz/sidekick/pull/213) diff --git a/sidekick_core/lib/sidekick_core.dart b/sidekick_core/lib/sidekick_core.dart index 8e2c6d0e..dcd7cbbf 100644 --- a/sidekick_core/lib/sidekick_core.dart +++ b/sidekick_core/lib/sidekick_core.dart @@ -46,7 +46,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('1.0.1'); +final Version version = Version.parse('1.0.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 aa1f3f3b..d2a344f7 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: 1.0.1 +version: 1.0.2 repository: https://github.com/phntmxyz/sidekick/tree/main/sidekick_core issue_tracker: https://github.com/phntmxyz/sidekick/labels/sidekick_core diff --git a/sk_sidekick/pubspec.lock b/sk_sidekick/pubspec.lock index 4ef8902b..747692fb 100644 --- a/sk_sidekick/pubspec.lock +++ b/sk_sidekick/pubspec.lock @@ -434,7 +434,7 @@ packages: path: "../sidekick_core" relative: true source: path - version: "1.0.1" + version: "1.0.2" sidekick_test: dependency: "direct dev" description: