Skip to content

Commit

Permalink
Prepare release sidekick_core-v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Feb 3, 2023
1 parent e97f192 commit a327aea
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions sidekick_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.1.0](https://github.com/phntmxyz/sidekick/compare/sidekick_core-v1.0.2..sidekick_core-v1.1.0) (2023-2-3)

- New: `FormatCommand` (`<cli> format`) to format all your project dart code [#192](https://github.com/phntmxyz/sidekick/pull/192)
- Fix: plugin install with Dart 2.19 (default pub hosted url changed) [#221](https://github.com/phntmxyz/sidekick/pull/221)
- install script does major dependency update [#220](https://github.com/phntmxyz/sidekick/pull/220)

## [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)
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 @@ -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.0.2');
final Version version = Version.parse('1.1.0');

/// 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: 1.0.2
version: 1.1.0
repository: https://github.com/phntmxyz/sidekick/tree/main/sidekick_core
issue_tracker: https://github.com/phntmxyz/sidekick/labels/sidekick_core

Expand Down
2 changes: 1 addition & 1 deletion sk_sidekick/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ packages:
path: "../sidekick_core"
relative: true
source: path
version: "1.0.2"
version: "1.1.0"
sidekick_test:
dependency: "direct dev"
description:
Expand Down

0 comments on commit a327aea

Please sign in to comment.