From de1ab695f3b0ac6264b90e8f503fd8c414e030c4 Mon Sep 17 00:00:00 2001 From: Nadeem Iqbal Date: Fri, 13 Dec 2024 18:51:37 +0500 Subject: [PATCH] updated mason compatibility. bumped version to 0.1.0 added contributors. --- CHANGELOG.md | 4 ++++ README.md | 7 ++++++- brick.yaml | 8 ++++++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f93e85..35f2d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.1.0 + +- Updated Clean Architecture Feature to support mason 0.1.0+ + # 0.0.3 - Fixed issue with conflict on gitignore diff --git a/README.md b/README.md index 97d014e..cf5c023 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # 🏗️ clean_architecture_feature +# Release Note: + +Updated Clean Architecture Feature with Dart `3` compatibility + # Installation Make sure you have Mason installed. If you don't have it installed, follow @@ -10,7 +14,7 @@ configuration by adding the following code to your **mason.yaml** file: ```yaml bricks: - clean_architecture_feature: 0.0.3 + clean_architecture_feature: 0.1.0 ``` # Usage @@ -62,6 +66,7 @@ lib/ ## Contributors 💻 Jigar Fumakiya - [Linkedin](https://www.linkedin.com/in/jigar-fumakiya-3080b8b7/) +Nadeem Iqbal - [Linkedin](https://www.linkedin.com/in/nadeem-iqbal-2510904b/) #### if you found this brick helpful, please consider showing your support by giving it a ⭐ on GitHub. Your support is greatly appreciated! 🙏🎉 Additionally, feel free to let me know if you have any suggestions for additional features. diff --git a/brick.yaml b/brick.yaml index d7ccad7..03ea833 100644 --- a/brick.yaml +++ b/brick.yaml @@ -4,11 +4,15 @@ description: A building block to easily create feature folders using the Clean A repository: https://github.com/jigarfumakiya/clean_architecture_feature # Version and build number of the brick -version: 0.0.3 +version: 0.1.0 + +#authors: +# - jigarfumakiya +# - NadeemIqbal # Environment requirements for the brick environment: - mason: ">=0.1.0-dev.40 <0.1.0" + mason: ^0.1.0 # Variables for the brick that can be dynamically configured vars: