From 13f5d0b83f4379e3cc89f6e5ae9855ec46b7b145 Mon Sep 17 00:00:00 2001 From: Eimen2018 Date: Sun, 8 Mar 2026 00:19:15 +0400 Subject: [PATCH 1/2] chore: bump version to 2.0.1 and update changelog --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c844d9..60e3a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2.0.1 (2026-03-08) + +### Fixes + +* bump version to 2.0.1 to continue from the manually published 2.0.0 release +* include the release workflow semantic-release plugin compatibility fix +* include restored dependency constraints from the Dart 3.10 compatibility work + ## [1.6.2](https://github.com/Stacked-Org/generator/compare/v1.6.1...v1.6.2) (2026-03-02) diff --git a/pubspec.yaml b/pubspec.yaml index 4942adb..a28edbd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: stacked_generator description: Stacked Generator is a package dedicated to reduce the boilerplate required to setup a stacked application -version: 1.6.2 +version: 2.0.1 homepage: https://github.com/FilledStacks/stacked/tree/master/packages/stacked_generator From 06d4c8cc753ecd46154e7e9fbf7f3e6af117d676 Mon Sep 17 00:00:00 2001 From: Eimen2018 Date: Sun, 8 Mar 2026 00:24:14 +0400 Subject: [PATCH 2/2] docs: align 2.0.1 changelog entries --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e3a59..243f212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ ## 2.0.1 (2026-03-08) -### Fixes +### Bug Fixes -* bump version to 2.0.1 to continue from the manually published 2.0.0 release -* include the release workflow semantic-release plugin compatibility fix -* include restored dependency constraints from the Dart 3.10 compatibility work +* **deps:** update dependency analyzer to v8 ([#45](https://github.com/Stacked-Org/generator/issues/45)) ([c30b0bd](https://github.com/Stacked-Org/generator/commit/c30b0bd316347598383db1ef03ef74484ea4d40c)) +* **deps:** update dependency source_gen to v2 ([#33](https://github.com/Stacked-Org/generator/issues/33)) ([178dc17](https://github.com/Stacked-Org/generator/commit/178dc177f4a9027736af8d7164a7dc84d1643db4)) +* null value check on getValidationMessage ([#58](https://github.com/Stacked-Org/generator/issues/58)) ([82204fe](https://github.com/Stacked-Org/generator/commit/82204fe16d9a5e71325b5440813ba05b47cd5f68)) ## [1.6.2](https://github.com/Stacked-Org/generator/compare/v1.6.1...v1.6.2) (2026-03-02)