From 5f1f7fdef308a31b0a6230b9fa273706908e8252 Mon Sep 17 00:00:00 2001 From: Leo Farias Date: Wed, 8 May 2024 10:20:06 -0400 Subject: [PATCH] Version bump --- CHANGELOG.md | 13 +++++++++++++ pubspec.yaml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5c83d32e..d91c98b16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 1.0.0-beta.13 + +* Fixed: Issue with multiple conditions in ContextVariant by @tilucasoli +* Feature: Implemented Variant Priorities by @tilucasoli +* Enhancement: Cleaned up pre-implemented Design Tokens by @tilucasoli +* Feature: Added missing image props by @leoafarias +* Docs: Updated documentation for better user guidance by @leoafarias +* Cleanup: Removed typedef StyledContainer for cleaner code base by @tilucasoli +* Feature: Added padding widget decorator for easier layout designs by @leoafarias +* Enhancement: Added spec variant utility features by @leoafarias +* Docs: updates and adjustments by @tilucasoli +* Enhancement: Improved DTO merge behavior for better functionality by @leoafarias + ## 1.0.0-beta.12 * Chore/consolidated spec widgets by @leoafarias diff --git a/pubspec.yaml b/pubspec.yaml index 94bf83032..265e6548d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mix description: An expressive way to effortlessly build design systems in Flutter. -version: 1.0.0-beta.12 +version: 1.0.0-beta.13 homepage: https://github.com/leoafarias/mix environment: