From f10f2a6b8c2cf126388ae9e41646a9617f124ba3 Mon Sep 17 00:00:00 2001 From: James Aprosail Date: Sun, 30 Jun 2024 23:58:16 +0800 Subject: [PATCH] changelog api change --- CHANGELOG.md | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7e3adb..bbf05af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## 0.4.1 +- Rename `ThemeMixin` (API change). - Example code for theme usages. - Review scripts for all child repos. diff --git a/pubspec.yaml b/pubspec.yaml index 26e1a25..97bb11b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: modifier description: Syntax sugar optimizations to avoid nesting hell in Flutter. -version: 0.4.0 +version: 0.4.1 homepage: https://github.com/treeinfra/modifier repository: https://github.com/treeinfra/modifier environment: {sdk: ">=3.4.3 <4.0.0", flutter: ">=3.22.2"}