From bfd087e4e67e1d98596181fb929d3ff169d01bfd Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Tue, 16 Jul 2024 04:38:48 +0200 Subject: [PATCH] Remove full-diffs in changelog files --- sidekick_core/CHANGELOG.md | 2 -- sidekick_plugin_installer/CHANGELOG.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/sidekick_core/CHANGELOG.md b/sidekick_core/CHANGELOG.md index da56864a..0c6d808c 100644 --- a/sidekick_core/CHANGELOG.md +++ b/sidekick_core/CHANGELOG.md @@ -2,8 +2,6 @@ ## [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) -Full diff: - - Breaking: `dart()` and `flutter()` are now async. Don't forget to add `await` everywhere! [#256](https://github.com/phntmxyz/sidekick/pull/256) - Breaking: Migrate to dcli:^4.0.4 [#255](https://github.com/phntmxyz/sidekick/pull/255) - Raise minimum Dart version to 3.3.0 diff --git a/sidekick_plugin_installer/CHANGELOG.md b/sidekick_plugin_installer/CHANGELOG.md index 2fec97f9..f6cc76d0 100644 --- a/sidekick_plugin_installer/CHANGELOG.md +++ b/sidekick_plugin_installer/CHANGELOG.md @@ -6,8 +6,6 @@ ## [1.2.0](https://github.com/phntmxyz/sidekick/compare/sidekick_plugin_installer-v1.1.0..sidekick_plugin_installer-v1.2.0) (2024-7-16) -Full diff: https://github.com/phntmxyz/sidekick/compare/sidekick_plugin_installer-v1.1.0...main - - Update sidekick_core: ^3.0.0-preview.1 - Migrate to dcli:4.x [#255](https://github.com/phntmxyz/sidekick/pull/255)