diff --git a/CHANGELOG.md b/CHANGELOG.md index 7804347..470df00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ - Updated CHANGLOG.md ([#4](https://github.com/doananhtuan22111996/flutter_architecture/issues/4)) ### Features +- Add github actions ([#8](https://github.com/doananhtuan22111996/flutter_architecture/issues/8)) +- configuration project ([#9](https://github.com/doananhtuan22111996/flutter_architecture/issues/9)) +- CHANGELOG.md ([#7](https://github.com/doananhtuan22111996/flutter_architecture/issues/7)) - Configuration env project ([#6](https://github.com/doananhtuan22111996/flutter_architecture/issues/6)) - Included Theme, Styles, UI kit by Material desgin ([#5](https://github.com/doananhtuan22111996/flutter_architecture/issues/5)) diff --git a/pubspec.yaml b/pubspec.yaml index c46cb0c..a708308 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,4 +1,8 @@ -name: skeleton +name: root + +publish_to: "none" + +version: 3.0.1+1 environment: sdk: ">=2.19.2 <4.0.0"