Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated mason compatibility to 0.1.0 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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.

Expand Down
8 changes: 6 additions & 2 deletions brick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down