diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b9af5ed..4853e5427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-08-08 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`mix` - `v1.4.5`](#mix---v145) + - [`remix` - `v0.0.2+5`](#remix---v0025) + +Packages with dependency updates only: + +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. + + - `remix` - `v0.0.2+5` + +--- + +#### `mix` - `v1.4.5` + + - **FIX**: HitTestBehavior when there is an Interectable in the tree (#437). + - **FEAT**: Create a specific utility to Transform.rotate (#434). + - **FEAT**: TargetPlatform and web variants (#431). + ## 2024-08-02 ### Changes diff --git a/packages/mix/CHANGELOG.md b/packages/mix/CHANGELOG.md index be9c13fc7..05528a249 100644 --- a/packages/mix/CHANGELOG.md +++ b/packages/mix/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.4.5 + + - **FIX**: HitTestBehavior when there is an Interectable in the tree (#437). + - **FEAT**: Create a specific utility to Transform.rotate (#434). + - **FEAT**: TargetPlatform and web variants (#431). + ## 1.4.4 - **FIX**: Pressable disposes controller only if it creates it (#424). diff --git a/packages/mix/pubspec.yaml b/packages/mix/pubspec.yaml index 19b029b2f..2d47157fd 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.4.4 +version: 1.4.5 homepage: https://github.com/leoafarias/mix environment: diff --git a/packages/remix/CHANGELOG.md b/packages/remix/CHANGELOG.md index 72a3cdf6c..465e056f8 100644 --- a/packages/remix/CHANGELOG.md +++ b/packages/remix/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.2+5 + + - Update a dependency to the latest release. + ## 0.0.2+4 - Update a dependency to the latest release. diff --git a/packages/remix/demo/pubspec.yaml b/packages/remix/demo/pubspec.yaml index f8f0ee023..9e44183df 100644 --- a/packages/remix/demo/pubspec.yaml +++ b/packages/remix/demo/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: remix: path: ../ - mix: ^1.4.4 + mix: ^1.4.5 dev_dependencies: flutter_test: diff --git a/packages/remix/pubspec.yaml b/packages/remix/pubspec.yaml index 53339f9ef..150d8cfd9 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.2+4 +version: 0.0.2+5 environment: sdk: ">=3.3.0 <4.0.0" @@ -9,7 +9,7 @@ environment: dependencies: flutter: sdk: flutter - mix: ^1.4.4 + mix: ^1.4.5 mix_annotations: ^0.2.1 dev_dependencies: