diff --git a/sidekick_core/CHANGELOG.md b/sidekick_core/CHANGELOG.md index 84487bbc..060fe2d7 100644 --- a/sidekick_core/CHANGELOG.md +++ b/sidekick_core/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [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) +- Force adding pubspec.lock regardless of other repo rules [#253](https://github.com/phntmxyz/sidekick/pull/253) + ## [2.1.1](https://github.com/phntmxyz/sidekick/compare/sidekick_core-v2.1.0..sidekick_core-v2.1.1) (2024-4-5) - Hotfix: Constrain dart_console2 dependencies [#252](https://github.com/phntmxyz/sidekick/pull/252) diff --git a/sidekick_core/lib/sidekick_core.dart b/sidekick_core/lib/sidekick_core.dart index 36a35ccb..224d1e39 100644 --- a/sidekick_core/lib/sidekick_core.dart +++ b/sidekick_core/lib/sidekick_core.dart @@ -45,7 +45,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.1'); +final Version version = Version.parse('2.1.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 fb90a25a..752fcb0c 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.1 +version: 2.1.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 9a0e0a0c..9cc335f4 100644 --- a/sk_sidekick/pubspec.lock +++ b/sk_sidekick/pubspec.lock @@ -535,7 +535,7 @@ packages: path: "../sidekick_core" relative: true source: path - version: "2.1.1" + version: "2.1.2" sidekick_test: dependency: "direct dev" description: