From 0065e424a6646fa1996085dd1d8253099a5088be Mon Sep 17 00:00:00 2001 From: ronnnnn Date: Fri, 26 Jul 2024 21:24:04 +0900 Subject: [PATCH] release: publish packages - nilts@0.15.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ packages/nilts/CHANGELOG.md | 29 +++++++++++++++++++++++++++++ packages/nilts/pubspec.yaml | 2 +- 3 files changed, 53 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af8859a..f6db3a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-07-26 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`nilts` - `v0.15.0`](#nilts---v0150) + +--- + +#### `nilts` - `v0.15.0` + + - **FEAT**: defined_async_value_getter_type rule ([#139](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/139)). ([7c6c304b](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/7c6c304b0a19be419cb35ee98790efc41ac786a3)) + - **FEAT**: defined_async_value_setter_type ([#138](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/138)). ([da682f1e](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/da682f1e7c9eec2b7b2b00c6fcd7231e050de446)) + - **DOCS**: CHANGELOG. ([d6523f8f](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/d6523f8f8d79edccc39db01df92fa17281468bd0)) + + ## 2024-07-23 ### Changes diff --git a/packages/nilts/CHANGELOG.md b/packages/nilts/CHANGELOG.md index 6ae0031..511929a 100644 --- a/packages/nilts/CHANGELOG.md +++ b/packages/nilts/CHANGELOG.md @@ -2,6 +2,35 @@ All notable changes to nilts packages will be documented in this file. +## 2024-07-26 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`nilts` - `v0.15.0`](#nilts---v0150) + +--- + +#### `nilts` - `v0.15.0` + + - **FEAT**: defined_async_value_getter_type rule ([#139](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/139)). ([7c6c304b](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/7c6c304b0a19be419cb35ee98790efc41ac786a3)) + - **FEAT**: defined_async_value_setter_type ([#138](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/138)). ([da682f1e](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/da682f1e7c9eec2b7b2b00c6fcd7231e050de446)) + - **DOCS**: CHANGELOG. ([d6523f8f](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/d6523f8f8d79edccc39db01df92fa17281468bd0)) + +## 0.15.0 + + - **FEAT**: defined_async_value_getter_type rule ([#139](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/139)). ([7c6c304b](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/7c6c304b0a19be419cb35ee98790efc41ac786a3)) + - **FEAT**: defined_async_value_setter_type ([#138](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/138)). ([da682f1e](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/da682f1e7c9eec2b7b2b00c6fcd7231e050de446)) + - **DOCS**: CHANGELOG. ([d6523f8f](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/d6523f8f8d79edccc39db01df92fa17281468bd0)) + + # nilts-v0.14.1 (2024-07-23) ## What's Changed diff --git a/packages/nilts/pubspec.yaml b/packages/nilts/pubspec.yaml index 89c541d..e66798d 100644 --- a/packages/nilts/pubspec.yaml +++ b/packages/nilts/pubspec.yaml @@ -2,7 +2,7 @@ # https://dart.dev/tools/pub/pubspec name: nilts -version: 0.14.1 +version: 0.15.0 description: nilts is lint rules, quick fixes and assists for Dart and Flutter projects that helps you enforce best practices, and avoid errors. homepage: https://github.com/ronnnnn/nilts repository: https://github.com/ronnnnn/nilts