Skip to content

Commit

Permalink
Prepare release sidekick_core-v3.0.0-preview.2
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Jul 22, 2024
1 parent 50e907c commit 41c1286
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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

## [3.0.0-preview.2](https://github.com/phntmxyz/sidekick/compare/sidekick_core-v3.0.0-preview.1..sidekick_core-v3.0.0-preview.2) (2024-7-22)

- Fix SdkInitializerContext.package when calling dart format [#258](https://github.com/phntmxyz/sidekick/pull/258) https://github.com/phntmxyz/sidekick/commit/50e907cb656099bde1e80ad2da0d20525836e5c6
- Update sidekick_plugin_installer https://github.com/phntmxyz/sidekick/commit/ea519a97d3f280251f2be76c4b2a8f5d6d6ed6c9

## [3.0.0-preview.1](https://github.com/phntmxyz/sidekick/compare/sidekick_core-v2.1.2..sidekick_core-v3.0.0-preview.1) (2024-7-16)

- Breaking: `dart()` and `flutter()` are now async. Don't forget to add `await` everywhere! [#256](https://github.com/phntmxyz/sidekick/pull/256)
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 @@ -47,7 +47,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('3.0.0-preview.1');
final Version version = Version.parse('3.0.0-preview.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: 3.0.0-preview.1
version: 3.0.0-preview.2
repository: https://github.com/phntmxyz/sidekick/tree/main/sidekick_core
issue_tracker: https://github.com/phntmxyz/sidekick/labels/sidekick_core
topics:
Expand Down

0 comments on commit 41c1286

Please sign in to comment.