Skip to content

Commit

Permalink
Prepare release sidekick_core-v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Aug 22, 2023
1 parent 2525fed commit aa28593
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions sidekick_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.0.6](https://github.com/phntmxyz/sidekick/compare/sidekick_core-v2.0.5..sidekick_core-v2.0.6) (2023-8-22)

- widen `http` constraint #243

## [2.0.5](https://github.com/phntmxyz/sidekick/compare/sidekick_core-v2.0.4..sidekick_core-v2.0.5) (2023-7-6)

- Fixed a bug ([#240](https://github.com/phntmxyz/sidekick/issues/240)) in the plugin templates along with some other minor improvements [#242](https://github.com/phntmxyz/sidekick/pull/242)
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 @@ -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.5');
final Version version = Version.parse('2.0.6');

/// 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.0.5
version: 2.0.6
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 @@ -519,7 +519,7 @@ packages:
path: "../sidekick_core"
relative: true
source: path
version: "2.0.5"
version: "2.0.6"
sidekick_test:
dependency: "direct dev"
description:
Expand Down

0 comments on commit aa28593

Please sign in to comment.