diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..e2d6a755f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 2024-07-03 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`mix` - `v1.2.0`](#mix---v120) + +--- + +#### `mix` - `v1.2.0` + + - **FIX**: Exception when there is no children on flex (#345). + - **FIX**: Added remaining params to callable specs and modifiers (#332). + - **FIX**: Gap resolve SpaceToken in flex attribute (#327). + - **FIX**: mix - Improved merge behavior between ShapeDecoration and BoxDecoration (#316). + - **FEAT**: pressable supports keyboard events (#346). + diff --git a/packages/mix/CHANGELOG.md b/packages/mix/CHANGELOG.md index 032788fc3..eb0e52213 100644 --- a/packages/mix/CHANGELOG.md +++ b/packages/mix/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.2.0 + + - **FIX**: Exception when there is no children on flex (#345). + - **FIX**: Added remaining params to callable specs and modifiers (#332). + - **FIX**: Gap resolve SpaceToken in flex attribute (#327). + - **FIX**: mix - Improved merge behavior between ShapeDecoration and BoxDecoration (#316). + - **FEAT**: pressable supports keyboard events (#346). + ## 1.1.3 - Improved merge behavior between ShapeDecoration and BoxDecoration diff --git a/packages/mix/pubspec.yaml b/packages/mix/pubspec.yaml index 42409f044..bba7aca37 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.1.3 +version: 1.2.0 homepage: https://github.com/leoafarias/mix environment: