From 73c0af5bbddedb47c40b62fc0405a5d8f0382003 Mon Sep 17 00:00:00 2001 From: Alexandru Mariuti Date: Mon, 27 Jan 2025 16:35:48 +0100 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d48b20..46d0505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.18.4 + +- **FIX**: `ShadDatePicker` popover closes on caption selection. +- **CHORE**: Add `onNavigationNotification` to `ShadApp` (thanks to @mllrr96) + ## 0.18.3 - **FIX**: Improve `ShadAvatar` (thanks to @mickey35vn). diff --git a/pubspec.yaml b/pubspec.yaml index 06c385a..77aba5b 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.18.3 +version: 0.18.4 homepage: https://flutter-shadcn-ui.mariuti.com repository: https://github.com/nank1ro/flutter-shadcn-ui documentation: https://flutter-shadcn-ui.mariuti.com