Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Jun 27, 2024
1 parent b963247 commit d5c1649
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 14 deletions.
6 changes: 6 additions & 0 deletions packages/mix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.3

- Improved merge behavior between ShapeDecoration and BoxDecoration
- Fixed space token resolve on gap in flex attribute
- Added remaining params to callable specs and modifiers

## 1.1.2

- Chore: Changed the class modifier of the Spec class for code generation.
Expand Down
2 changes: 1 addition & 1 deletion 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.1
version: 1.1.3
homepage: https://github.com/leoafarias/mix

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

- Added MixableEnumUtility, and MixableClassUtility annotations.

## 0.1.0

- Initial version.
6 changes: 1 addition & 5 deletions packages/mix_annotations/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
name: mix_annotations
description: Annotations for mix and mix_generator
version: 0.1.0
version: 0.2.0
repository: https://github.com/conceptadev/mix

environment:
sdk: ">=3.0.6 <4.0.0"


# dependencies:
# path: ^1.8.0

dev_dependencies:
lints: ^3.0.0
test: ^1.21.0
8 changes: 8 additions & 0 deletions packages/mix_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

## 0.2.0

- Fixed: issue with getting correct type override from MixableDto
- Improved: Dto resolved type look up logic
- Added: generation List of value extension of a Dto
- Added: Class and Enum utility generation


## 0.1.2

- Fixed: Resolved conflict on generators when not configured on build.yaml
Expand Down
11 changes: 3 additions & 8 deletions packages/mix_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: mix_generator
description: A code generator for Mix, an expressive way to effortlessly build design systems in Flutter.
version: 0.1.2
version: 0.2.0
homepage: https://github.com/conceptadev/mix

environment:
sdk: ">=3.0.6 <4.0.0"
flutter: ">=3.10.6"

dependencies:
mix_annotations: ^0.1.0
mix_annotations: ^0.2.0
build: ^2.4.1
source_gen: ^1.5.0
analyzer: ^6.1.0
Expand All @@ -21,9 +21,4 @@ dev_dependencies:
dart_code_metrics_presets: ^2.13.0
build_runner: ^2.4.9
build_test: ^2.2.2
source_gen_test: ^1.0.6


# flutter:
# assets:

source_gen_test: ^1.0.6

0 comments on commit d5c1649

Please sign in to comment.