From 3f549a7f760d55d73bfa2da1986ceb5ad80f79ae Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Tue, 19 Apr 2022 19:01:44 +0200 Subject: [PATCH] chore(release): publish packages - wyatt_analysis@2.0.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ packages/wyatt_analysis/CHANGELOG.md | 6 ++++++ packages/wyatt_analysis/pubspec.yaml | 2 +- 3 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..00a1ad10 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 2022-04-19 + +### Changes + +--- + +Packages with breaking changes: + + - [`wyatt_analysis` - `v2.0.0`](#wyatt_analysis---v200) + +Packages with other changes: + + - There are no other changes in this release. + +--- + +#### `wyatt_analysis` - `v2.0.0` + + - **BREAKING** **FIX**: remove unawaited() since its in Dart 2.15. + diff --git a/packages/wyatt_analysis/CHANGELOG.md b/packages/wyatt_analysis/CHANGELOG.md index ab542ecd..decca98b 100644 --- a/packages/wyatt_analysis/CHANGELOG.md +++ b/packages/wyatt_analysis/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.0 + +> Note: This release has breaking changes. + + - **BREAKING** **FIX**: remove unawaited() since its in Dart 2.15. + ## 1.1.1 - Delete some rules diff --git a/packages/wyatt_analysis/pubspec.yaml b/packages/wyatt_analysis/pubspec.yaml index d5a3639c..e0c0e3d5 100644 --- a/packages/wyatt_analysis/pubspec.yaml +++ b/packages/wyatt_analysis/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_analysis description: Lint rules for Dart and Flutter used internally at Wyatt and Wyatt Studio. repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_analysis -version: 1.1.1 +version: 2.0.0 environment: sdk: '>=2.12.0 <3.0.0' \ No newline at end of file