From 260144f292e439f67b0ae0ab58d099d839855083 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 25 Jul 2024 15:51:45 +0000 Subject: [PATCH] chore(release): publish packages - mix@1.4.0 - mix_annotations@0.2.1 - mix_generator@0.2.2 - mix_lint@0.1.1 - remix@0.0.2 --- CHANGELOG.md | 62 +++++++++++++++++++++++++++ packages/mix/CHANGELOG.md | 16 +++++++ packages/mix/pubspec.yaml | 6 +-- packages/mix_annotations/CHANGELOG.md | 5 +++ packages/mix_annotations/pubspec.yaml | 2 +- packages/mix_generator/CHANGELOG.md | 9 ++++ packages/mix_generator/pubspec.yaml | 4 +- packages/mix_lint/CHANGELOG.md | 6 +++ packages/mix_lint/pubspec.yaml | 2 +- packages/remix/CHANGELOG.md | 5 +++ packages/remix/demo/pubspec.yaml | 2 +- packages/remix/pubspec.yaml | 8 ++-- 12 files changed, 115 insertions(+), 12 deletions(-) create mode 100644 packages/remix/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index d9bf22204..c9028a12e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,68 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-07-25 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`mix` - `v1.4.0`](#mix---v140) + - [`mix_annotations` - `v0.2.1`](#mix_annotations---v021) + - [`mix_generator` - `v0.2.2`](#mix_generator---v022) + - [`mix_lint` - `v0.1.1`](#mix_lint---v011) + - [`remix` - `v0.0.2`](#remix---v002) + +--- + +#### `mix` - `v1.4.0` + + - **REFACTOR**(mix_generator): fix lints (#395). + - **FIX**: gestures propagation for GestureMixStateWidget (#394). + - **FIX**: Code gen linting fixes (#399). + - **FIX**: order modifier (#389). + - **FIX**: animations of Stack and Flex. + - **FIX**: add flexible as the first in the order of modifiers (#379). + - **FEAT**: Code generation for Widget Modifiers (#396). + - **FEAT**: Ability to pass MixWidgetStateController to SpecBuilder (#391). + - **FEAT**: remix - Foundational components (#317). + - **FEAT**: interactive widget state by default (#384). + - **FEAT**: MixThemeData can alter default order of modifiers (#380). + - **FEAT**: Dto utility generation now adds constructor and static methods. + - **FEAT**: ColorSwatchToken and other token improvements (#378). + +#### `mix_annotations` - `v0.2.1` + + - **FEAT**: Code generation for Widget Modifiers (#396). + - **FEAT**: ColorSwatchToken and other token improvements (#378). + +#### `mix_generator` - `v0.2.2` + + - **REFACTOR**(mix_generator): fix lints (#395). + - **FIX**: Code gen linting fixes (#399). + - **FIX**: nullable merge expressions and updates debug properties #392. + - **FEAT**: Code generation for Widget Modifiers (#396). + - **FEAT**: Dto utility generation now adds constructor and static methods. + - **FEAT**: ColorSwatchToken and other token improvements (#378). + +#### `mix_lint` - `v0.1.1` + + - **FEAT**: Improvements for the "extract attributes" assist (#387). + - **FEAT**: implement quick fix for mix_attributes_ordering rule (#381). + - **FEAT**: ColorSwatchToken and other token improvements (#378). + +#### `remix` - `v0.0.2` + + - **FEAT**: Ability to pass MixWidgetStateController to SpecBuilder (#391). + - **FEAT**: remix - Foundational components (#317). + + ## 2024-07-12 ### Changes diff --git a/packages/mix/CHANGELOG.md b/packages/mix/CHANGELOG.md index b39dbee21..9aa94d1ef 100644 --- a/packages/mix/CHANGELOG.md +++ b/packages/mix/CHANGELOG.md @@ -1,3 +1,19 @@ +## 1.4.0 + + - **REFACTOR**(mix_generator): fix lints (#395). + - **FIX**: gestures propagation for GestureMixStateWidget (#394). + - **FIX**: Code gen linting fixes (#399). + - **FIX**: order modifier (#389). + - **FIX**: animations of Stack and Flex. + - **FIX**: add flexible as the first in the order of modifiers (#379). + - **FEAT**: Code generation for Widget Modifiers (#396). + - **FEAT**: Ability to pass MixWidgetStateController to SpecBuilder (#391). + - **FEAT**: remix - Foundational components (#317). + - **FEAT**: interactive widget state by default (#384). + - **FEAT**: MixThemeData can alter default order of modifiers (#380). + - **FEAT**: Dto utility generation now adds constructor and static methods. + - **FEAT**: ColorSwatchToken and other token improvements (#378). + ## 1.3.0 - **REFACTOR**: unpressDelay uses timer instead of future now (#374). diff --git a/packages/mix/pubspec.yaml b/packages/mix/pubspec.yaml index fe6aebe53..f77ac82f9 100644 --- a/packages/mix/pubspec.yaml +++ b/packages/mix/pubspec.yaml @@ -1,6 +1,6 @@ name: mix description: An expressive way to effortlessly build design systems in Flutter. -version: 1.3.0 +version: 1.4.0 homepage: https://github.com/leoafarias/mix environment: @@ -8,7 +8,7 @@ environment: flutter: ">=3.19.0" dependencies: - mix_annotations: ^0.2.0+1 + mix_annotations: ^0.2.1 flutter: sdk: flutter @@ -18,7 +18,7 @@ dev_dependencies: sdk: flutter dart_code_metrics_presets: ^2.13.0 build_runner: ^2.4.9 - mix_generator: ^0.2.1 + mix_generator: ^0.2.2 # flutter: # assets: diff --git a/packages/mix_annotations/CHANGELOG.md b/packages/mix_annotations/CHANGELOG.md index ca64c1766..550e59306 100644 --- a/packages/mix_annotations/CHANGELOG.md +++ b/packages/mix_annotations/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.2.1 + + - **FEAT**: Code generation for Widget Modifiers (#396). + - **FEAT**: ColorSwatchToken and other token improvements (#378). + ## 0.2.0+1 - **REFACTOR**: bump flutter version to 3.19.0 (#365). diff --git a/packages/mix_annotations/pubspec.yaml b/packages/mix_annotations/pubspec.yaml index d969285a8..f9ffbba48 100644 --- a/packages/mix_annotations/pubspec.yaml +++ b/packages/mix_annotations/pubspec.yaml @@ -1,6 +1,6 @@ name: mix_annotations description: Annotations for mix and mix_generator -version: 0.2.0+1 +version: 0.2.1 repository: https://github.com/conceptadev/mix environment: diff --git a/packages/mix_generator/CHANGELOG.md b/packages/mix_generator/CHANGELOG.md index 8fca8097a..842bcc7a5 100644 --- a/packages/mix_generator/CHANGELOG.md +++ b/packages/mix_generator/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.2.2 + + - **REFACTOR**(mix_generator): fix lints (#395). + - **FIX**: Code gen linting fixes (#399). + - **FIX**: nullable merge expressions and updates debug properties #392. + - **FEAT**: Code generation for Widget Modifiers (#396). + - **FEAT**: Dto utility generation now adds constructor and static methods. + - **FEAT**: ColorSwatchToken and other token improvements (#378). + ## 0.2.1 - **REFACTOR**: bump flutter version to 3.19.0 (#365). diff --git a/packages/mix_generator/pubspec.yaml b/packages/mix_generator/pubspec.yaml index c4143b6de..6e45f9d89 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.2.1 +version: 0.2.2 homepage: https://github.com/conceptadev/mix environment: @@ -8,7 +8,7 @@ environment: flutter: ">=3.19.0" dependencies: - mix_annotations: ^0.2.0+1 + mix_annotations: ^0.2.1 build: ^2.4.1 source_gen: ^1.5.0 analyzer: ^6.1.0 diff --git a/packages/mix_lint/CHANGELOG.md b/packages/mix_lint/CHANGELOG.md index 299a86cd9..49613c605 100644 --- a/packages/mix_lint/CHANGELOG.md +++ b/packages/mix_lint/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.1 + + - **FEAT**: Improvements for the "extract attributes" assist (#387). + - **FEAT**: implement quick fix for mix_attributes_ordering rule (#381). + - **FEAT**: ColorSwatchToken and other token improvements (#378). + ## 0.1.0+1 - **REFACTOR**: bump flutter version to 3.19.0 (#365). diff --git a/packages/mix_lint/pubspec.yaml b/packages/mix_lint/pubspec.yaml index 1832a7f49..b95654d91 100644 --- a/packages/mix_lint/pubspec.yaml +++ b/packages/mix_lint/pubspec.yaml @@ -1,6 +1,6 @@ name: mix_lint description: A linter for the mix package -version: 0.1.0+1 +version: 0.1.1 repository: https://github.com/conceptadev/mix environment: diff --git a/packages/remix/CHANGELOG.md b/packages/remix/CHANGELOG.md new file mode 100644 index 000000000..82c0bac27 --- /dev/null +++ b/packages/remix/CHANGELOG.md @@ -0,0 +1,5 @@ +## 0.0.2 + + - **FEAT**: Ability to pass MixWidgetStateController to SpecBuilder (#391). + - **FEAT**: remix - Foundational components (#317). + diff --git a/packages/remix/demo/pubspec.yaml b/packages/remix/demo/pubspec.yaml index 0756b1bc7..ba4cd01a4 100644 --- a/packages/remix/demo/pubspec.yaml +++ b/packages/remix/demo/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: remix: path: ../ - mix: ^1.1.2 + mix: ^1.4.0 dev_dependencies: flutter_test: diff --git a/packages/remix/pubspec.yaml b/packages/remix/pubspec.yaml index d198dc789..dc11f8721 100644 --- a/packages/remix/pubspec.yaml +++ b/packages/remix/pubspec.yaml @@ -1,7 +1,7 @@ name: remix description: Completely unstyled, widgets designed to integrate with Mix -version: 0.0.1 +version: 0.0.2 environment: sdk: ">=3.3.0 <4.0.0" @@ -9,15 +9,15 @@ environment: dependencies: flutter: sdk: flutter - mix: ^1.1.2 - mix_annotations: ^0.1.0 + mix: ^1.4.0 + mix_annotations: ^0.2.1 dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^2.0.0 - mix_generator: ^0.1.2 + mix_generator: ^0.2.2 build_runner: ^2.4.9 flutter: