diff --git a/CHANGELOG.md b/CHANGELOG.md index c022c0ed..dcd1053b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.4.6 + +- Update depencencies versions +- Remove `ShadSameWidthColumn` component +- Remove boxy dependency +- Make components keyboard accessible + ## 0.4.5 - Remove `placeholderStyle` and `placeholderAlignment` from `ShadDecoration` and move to `ShadInput` and `ShadInputFormField` diff --git a/pubspec.yaml b/pubspec.yaml index 34dd6d5c..2583b891 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.4.5 +version: 0.4.6 homepage: https://mariuti.com/shadcn-ui repository: https://github.com/nank1ro/flutter-shadcn-ui documentation: https://mariuti.com/shadcn-ui