diff --git a/sidekick_core/CHANGELOG.md b/sidekick_core/CHANGELOG.md index fcbb4cd8..a1f2eb24 100644 --- a/sidekick_core/CHANGELOG.md +++ b/sidekick_core/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.3.1](https://github.com/phntmxyz/sidekick/compare/sidekick_core-v1.3.0..sidekick_core-v1.3.1) (2023-5-30) + +- Fix package name when installing sidekick_core preview versions https://github.com/phntmxyz/sidekick/commit/bd388ace4ded4ccd9cf292699fd7d38da9afdf8a +- Propose all dart versions when installing specific sidekick_core version https://github.com/phntmxyz/sidekick/commit/146f94f0159ff401ed0af76aed459d07184311e0 +- Handle pre-releases in update check https://github.com/phntmxyz/sidekick/commit/ecf64c7c57e7639918fff771e1ea67db1ffba2e8 + ## [1.3.0](https://github.com/phntmxyz/sidekick/compare/sidekick_core-v1.2.0..sidekick_core-v1.3.0) (2023-5-24) This release is necessary for future support for Dart 3.0. Please do update to this version, before upgrading to `sidekick_core: ^2.0.0` with Dart 3.0 support. diff --git a/sidekick_core/lib/sidekick_core.dart b/sidekick_core/lib/sidekick_core.dart index ed0ec0f6..5a46d2c2 100644 --- a/sidekick_core/lib/sidekick_core.dart +++ b/sidekick_core/lib/sidekick_core.dart @@ -48,7 +48,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.3.0'); +final Version version = Version.parse('1.3.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 177ac1ff..72100d71 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.3.0 +version: 1.3.1 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 cc753804..5c17bba7 100644 --- a/sk_sidekick/pubspec.lock +++ b/sk_sidekick/pubspec.lock @@ -495,7 +495,7 @@ packages: path: "../sidekick_core" relative: true source: path - version: "1.3.0" + version: "1.3.1" sidekick_test: dependency: "direct dev" description: