diff --git a/CHANGELOG.md b/CHANGELOG.md index 194d7ca..8456872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.17.3 + +- **FIX**: `ShadTable` protect `onExit` from setting value after dispose (thanks to @jezell) + ## 0.17.2 - **FIX**: Add `allowDeselection` to `ShadCalendar.range` diff --git a/pubspec.yaml b/pubspec.yaml index 76e7014..8b9748d 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.17.2 +version: 0.17.3 homepage: https://flutter-shadcn-ui.mariuti.com repository: https://github.com/nank1ro/flutter-shadcn-ui documentation: https://flutter-shadcn-ui.mariuti.com