Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Jun 19, 2024
1 parent a7adb51 commit 1ca3fe3
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 32 deletions.
4 changes: 3 additions & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ scripts:
description: Run build_runner for projects that have it as a dependency
build_runner_clean:
run: melos exec --depends-on="build_runner" dart run build_runner clean
description: Clean build_runner for projects that have it as a dependency
description: Clean build_runner for projects that have it as a dependency
fix:
run: dart fix --apply && melos exec --depends-on="dart_code_metrics_presets" dcm fix .
61 changes: 33 additions & 28 deletions packages/mix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,61 @@
## 1.1.1

- Fixed some specs not respecting nested animated
- Added call build method to specs

## 1.1.0

* Mix now uses mix_generator for Spec and Dto generation.
* Added missing utilities for IconSpec and ImageSpec.
* Added missing ShapeBorders.
* Improved ShapeBorderDto merge behavior.
* Bumped minimum Dart SDK to 3.0.6.
* Added animated utility to Spec.
- Mix now uses mix_generator for Spec and Dto generation.
- Added missing utilities for IconSpec and ImageSpec.
- Added missing ShapeBorders.
- Improved ShapeBorderDto merge behavior.
- Bumped minimum Dart SDK to 3.0.6.
- Added animated utility to Spec.

## 1.0.0

* Revamped Mix API for improved functionality and developer experience.
* Enhanced performance and system responsiveness.
* Broadened test coverage for greater reliability.
* Extensive bug fixes for increased stability.
* Too many things to list; view our docs for more info.
- Revamped Mix API for improved functionality and developer experience.
- Enhanced performance and system responsiveness.
- Broadened test coverage for greater reliability.
- Extensive bug fixes for increased stability.
- Too many things to list; view our docs for more info.

Visit our documentation site for more information [https://fluttermix.com](https://fluttermix.com)

## 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 - Custiom 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)
* Lots of bug fixes and performance improvements.
- 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
* Fixed some bugs.
- Optimization improvements
- Added clip decorator
- Fixed some bugs.

## 0.0.3

* Global Mix for reusability of design tokens and mixes across DS.
* `withMix` utility to add nested mixes and combine them.
* Attribute modifiers, create attributes that modify a widget value.
- Global Mix for reusability of design tokens and mixes across DS.
- `withMix` utility to add nested mixes and combine them.
- Attribute modifiers, create attributes that modify a widget value.

## 0.0.2

* Added screen size dynamic attribute.
* Added device orientation dynamic attribute.
- Added screen size dynamic attribute.
- Added device orientation dynamic attribute.

## 0.0.1

* Initial release.
- Initial release.
4 changes: 2 additions & 2 deletions packages/mix/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mix
description: An expressive way to effortlessly build design systems in Flutter.
version: 1.1.0
version: 1.1.1
homepage: https://github.com/leoafarias/mix

environment:
Expand All @@ -18,7 +18,7 @@ dev_dependencies:
sdk: flutter
dart_code_metrics_presets: 2.9.0
build_runner: ^2.4.9
mix_generator: ^0.1.0
mix_generator: ^0.1.1

# flutter:
# assets:
Expand Down
4 changes: 4 additions & 0 deletions packages/mix_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.1

- Added support for Spec Attributes

## 0.1.0

- 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.0
version: 0.1.1
homepage: https://github.com/conceptadev/mix

environment:
Expand Down

0 comments on commit 1ca3fe3

Please sign in to comment.