From 64a65409affdf10c350e7dfd33bdef08deac80e2 Mon Sep 17 00:00:00 2001 From: ronnnnn Date: Sat, 7 Oct 2023 18:59:08 +0900 Subject: [PATCH] build: prepare 0.6.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 e9198fc..e0b7fa7 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. +## 2023-10-07 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`nilts` - `v0.6.0`](#nilts---v060) + +--- + +#### `nilts` - `v0.6.0` + + - **FEAT**: shrink_wrapped_scroll_view ([#41](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/41)). ([0ae46f20](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/0ae46f207d2e2960dbe5fc0110ad232c632b6ab8)) + - **DOCS**: example link ([#43](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/43)). ([5d95f689](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/5d95f689848c4769526f0e03a05630f97f6eec61)) + - **DOCS**: update api docs and problem messages ([#42](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/42)). ([07a40d37](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/07a40d37c0b1b24649fc838ebe2ba31a74520129)) + + ## 2023-10-01 ### Changes diff --git a/packages/nilts/CHANGELOG.md b/packages/nilts/CHANGELOG.md index 56df91a..101744e 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. +## 2023-10-07 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`nilts` - `v0.6.0`](#nilts---v060) + +--- + +#### `nilts` - `v0.6.0` + + - **FEAT**: shrink_wrapped_scroll_view ([#41](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/41)). ([0ae46f20](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/0ae46f207d2e2960dbe5fc0110ad232c632b6ab8)) + - **DOCS**: example link ([#43](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/43)). ([5d95f689](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/5d95f689848c4769526f0e03a05630f97f6eec61)) + - **DOCS**: update api docs and problem messages ([#42](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/42)). ([07a40d37](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/07a40d37c0b1b24649fc838ebe2ba31a74520129)) + +## 0.6.0 + + - **FEAT**: shrink_wrapped_scroll_view ([#41](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/41)). ([0ae46f20](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/0ae46f207d2e2960dbe5fc0110ad232c632b6ab8)) + - **DOCS**: example link ([#43](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/43)). ([5d95f689](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/5d95f689848c4769526f0e03a05630f97f6eec61)) + - **DOCS**: update api docs and problem messages ([#42](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/42)). ([07a40d37](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/07a40d37c0b1b24649fc838ebe2ba31a74520129)) + + ## 2023-10-01 ### Changes diff --git a/packages/nilts/pubspec.yaml b/packages/nilts/pubspec.yaml index 3511a9a..0161dc1 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.5.0 +version: 0.6.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