Skip to content

Commit

Permalink
Prepare release sidekick_core-v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed May 24, 2023
1 parent bd1121c commit 8fe7b6b
Show file tree
Hide file tree
Showing 4 changed files with 226 additions and 133 deletions.
7 changes: 7 additions & 0 deletions sidekick_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.0](https://github.com/phntmxyz/sidekick/compare/sidekick_core-v1.2.0..sidekick_core-v1.3.0) (2023-5-24)

This release is necessary for future support for Dart 3.0. Please do update to this version, before upgrading to `sidekick_core: ^2.0.0` with Dart 3.0 support.

- Fix `<cli> sidekick update` and only suggest compatible Dart SDK / sidekick_core combinations [#229](https://github.com/phntmxyz/sidekick/pull/229) https://github.com/phntmxyz/sidekick/commit/bd1121cc99f72173d474dfebd95ffb877c402121
- Move to branch `main-1.X` for `1.X.X` releases [#230](https://github.com/phntmxyz/sidekick/pull/230) https://github.com/phntmxyz/sidekick/commit/c03f9fcb1f116e297e1f1849dc63f4e8b9c8ad86

## [1.2.0](https://github.com/phntmxyz/sidekick/compare/sidekick_core-v1.1.0..sidekick_core-v1.2.0) (2023-5-11)

- Add topics to `pubspec.yaml`
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.2.0');
final Version version = Version.parse('1.3.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.2.0
version: 1.3.0
repository: https://github.com/phntmxyz/sidekick/tree/main/sidekick_core
issue_tracker: https://github.com/phntmxyz/sidekick/labels/sidekick_core
topics:
Expand Down
Loading

0 comments on commit 8fe7b6b

Please sign in to comment.