From 9cdf9c92a0cc23ddbc5be96f4a1c3ee4c730ff98 Mon Sep 17 00:00:00 2001 From: Alexandru Mariuti Date: Fri, 15 Nov 2024 16:08:43 +0100 Subject: [PATCH] bump version to 0.15.4 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47572b6e..7657972a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.15.4 + +- **CHORE**: Set minimum Flutter version to `3.24.0` +- **CHORE**: Remove `trackColor` from `ShadSwitch` (thanks to @RaghavTheGreat) + ## 0.15.3 - **FIX**: `ShadDialog` and `ShadSheet` children constraints. diff --git a/pubspec.yaml b/pubspec.yaml index e262766b..cdf23f95 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: shadcn_ui description: shadcn-ui ported in Flutter. Awesome UI components for Flutter, fully customizable. -version: 0.15.3 +version: 0.15.4 homepage: https://flutter-shadcn-ui.mariuti.com repository: https://github.com/nank1ro/flutter-shadcn-ui documentation: https://flutter-shadcn-ui.mariuti.com @@ -12,7 +12,7 @@ topics: environment: sdk: ^3.0.0 - flutter: ">=1.17.0" + flutter: ">=3.24.0" dependencies: collection: ^1.18.0