Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Jun 20, 2024
1 parent 603a47c commit b62a88d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 16 deletions.
28 changes: 16 additions & 12 deletions packages/mix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand All @@ -58,4 +62,4 @@ Visit our documentation site for more information [https://fluttermix.com](https

## 0.0.1

- Initial release.
- Initial release.
2 changes: 1 addition & 1 deletion packages/mix/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 7 additions & 2 deletions packages/mix_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
- Initial release.
2 changes: 1 addition & 1 deletion packages/mix_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit b62a88d

Please sign in to comment.