diff --git a/packages/mix/CHANGELOG.md b/packages/mix/CHANGELOG.md index 9b0466a06..ed081695b 100644 --- a/packages/mix/CHANGELOG.md +++ b/packages/mix/CHANGELOG.md @@ -1,7 +1,11 @@ +## 1.1.2 + +- Chore: Changed the class modifier of the Spec class for code generation. + ## 1.1.1 -- Fixed some specs not respecting nested animated -- Added call build method to specs +- Fixed some specs not respecting nested animated. +- Added call build method to specs. ## 1.1.0 @@ -24,25 +28,25 @@ Visit our documentation site for more information [https://fluttermix.com](https ## 0.0.7 -- Performance improvements -- Bug fixes [#59](https://github.com/leoafarias/mix/issues/59) by @bdlukaa -- InheritedAttribute - Custiom Mix attributes [#94](https://github.com/leoafarias/mix/pull/94) by @pbissonho +- Performance improvements. +- Bug fixes [#59](https://github.com/leoafarias/mix/issues/59) by @bdlukaa. +- InheritedAttribute - Custom Mix attributes [#94](https://github.com/leoafarias/mix/pull/94) by @pbissonho. ## 0.0.6 -- Refactored MixTheme & Context Tokens -- ZBox Widget by @ -- Headless Widgets (Experimental) +- Refactored MixTheme & Context Tokens. +- ZBox Widget by @. +- Headless Widgets (Experimental). - Lots of bug fixes and performance improvements. ## 0.0.5 -- Adjustments on Mix helper for applying variants, and attributes +- Adjustments on Mix helper for applying variants and attributes. ## 0.0.4 -- Optimization improvements -- Added clip decorator +- Optimization improvements. +- Added clip decorator. - Fixed some bugs. ## 0.0.3 @@ -58,4 +62,4 @@ Visit our documentation site for more information [https://fluttermix.com](https ## 0.0.1 -- Initial release. +- Initial release. \ No newline at end of file diff --git a/packages/mix/pubspec.yaml b/packages/mix/pubspec.yaml index 3ffc564bc..b1fe456a2 100644 --- a/packages/mix/pubspec.yaml +++ b/packages/mix/pubspec.yaml @@ -18,7 +18,7 @@ dev_dependencies: sdk: flutter dart_code_metrics_presets: 2.9.0 build_runner: ^2.4.9 - mix_generator: ^0.1.1 + mix_generator: ^0.1.2 # flutter: # assets: diff --git a/packages/mix_generator/CHANGELOG.md b/packages/mix_generator/CHANGELOG.md index b795f5d69..0078258f7 100644 --- a/packages/mix_generator/CHANGELOG.md +++ b/packages/mix_generator/CHANGELOG.md @@ -1,7 +1,12 @@ + +## 0.1.2 + +- Fixed: Resolved conflict on generators when not configured on build.yaml + ## 0.1.1 -- Added support for Spec Attributes +- Added: Support for Spec Attributes ## 0.1.0 -- Initial release. \ No newline at end of file +- Initial release. diff --git a/packages/mix_generator/pubspec.yaml b/packages/mix_generator/pubspec.yaml index 3b5bc4a6c..4d2cbe316 100644 --- a/packages/mix_generator/pubspec.yaml +++ b/packages/mix_generator/pubspec.yaml @@ -1,6 +1,6 @@ name: mix_generator description: A code generator for Mix, an expressive way to effortlessly build design systems in Flutter. -version: 0.1.1 +version: 0.1.2 homepage: https://github.com/conceptadev/mix environment: