Skip to content

Commit

Permalink
Prepare release sidekick_core-v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Apr 5, 2024
1 parent 3b2d404 commit 9f16b58
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions sidekick_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion sidekick_core/lib/sidekick_core.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down
2 changes: 1 addition & 1 deletion sidekick_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion sk_sidekick/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9f16b58

Please sign in to comment.