From cc18c6fc88bfa1db9c4b8534a937547da4c799d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:49:12 -0300 Subject: [PATCH] chore: version packages (#493) * chore(release): publish packages - mix@1.5.2 - remix@0.0.2-alpha.3 * review --------- Co-authored-by: GitHub Action Co-authored-by: Lucas Oliveira <62367544+tilucasoli@users.noreply.github.com> --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ packages/mix/CHANGELOG.md | 6 ++++++ packages/mix/pubspec.yaml | 2 +- packages/remix/CHANGELOG.md | 4 ++++ packages/remix/demo/pubspec.yaml | 2 +- packages/remix/pubspec.yaml | 4 ++-- 6 files changed, 44 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73cbc46bc..56e679458 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-09-27 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`mix` - `v1.5.2`](#mix---v152) + - [`remix` - `v0.0.2-alpha.3`](#remix---v002-alpha3) + +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-alpha.3` + +--- + +#### `mix` - `v1.5.2` + + - **REFACTOR**: ShapeBorder merge (#490). + - **FEAT**: Improve error messages (#491). + - **FEAT**: add error state to MixWidgetState (#489). + + ## 2024-09-25 ### Changes diff --git a/packages/mix/CHANGELOG.md b/packages/mix/CHANGELOG.md index 6aace0ed7..b44e301c7 100644 --- a/packages/mix/CHANGELOG.md +++ b/packages/mix/CHANGELOG.md @@ -1,3 +1,9 @@ +#### `mix` - `v1.5.2` + + - **REFACTOR**: ShapeBorder merge (#490). + - **FEAT**: Improve error messages (#491). + - **FEAT**: add error state to MixWidgetState (#489). + #### `mix` - `v1.5.1` - **FEAT**: Add MixOutlinedBorder (#487). diff --git a/packages/mix/pubspec.yaml b/packages/mix/pubspec.yaml index aef9bfa33..4604aa319 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.5.1 +version: 1.5.2 homepage: https://github.com/leoafarias/mix environment: diff --git a/packages/remix/CHANGELOG.md b/packages/remix/CHANGELOG.md index 205cd249e..72ccf4906 100644 --- a/packages/remix/CHANGELOG.md +++ b/packages/remix/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.2-alpha.3 + + - Update a dependency to the latest release. + ## 0.0.2-alpha.2 - Update a dependency to the latest release. diff --git a/packages/remix/demo/pubspec.yaml b/packages/remix/demo/pubspec.yaml index a87629e3d..57e2b8182 100644 --- a/packages/remix/demo/pubspec.yaml +++ b/packages/remix/demo/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: remix: path: ../ - mix: ^1.5.1 + mix: ^1.5.2 dev_dependencies: flutter_test: diff --git a/packages/remix/pubspec.yaml b/packages/remix/pubspec.yaml index 7ea31e764..8bb8cc470 100644 --- a/packages/remix/pubspec.yaml +++ b/packages/remix/pubspec.yaml @@ -3,7 +3,7 @@ description: Completely unstyled, widgets designed to integrate with Mix repository: https://github.com/conceptadev/mix/tree/main/packages/remix homepage: https://www.fluttermix.com/ -version: 0.0.2-alpha.2 +version: 0.0.2-alpha.3 environment: sdk: ">=3.3.0 <4.0.0" @@ -11,7 +11,7 @@ environment: dependencies: flutter: sdk: flutter - mix: ^1.5.1 + mix: ^1.5.2 mix_annotations: ^0.3.0 dev_dependencies: