diff --git a/CHANGELOG.md b/CHANGELOG.md index fa22d2f4..6d954979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.3.3 + +- Improve pub dev score + +## 0.3.2 + +- Fix `preferBelow` default value for `ShadSelect` and `ShadPopover` + ## 0.3.1 - Add `ShadAnchorAuto` to `ShadPortal`, to automatically adjust the position of the overlay. This applies to all components that use `ShadPortal`, like `ShadSelect`, `ShadTooltip`, `ShadPopover`. diff --git a/pubspec.yaml b/pubspec.yaml index fa6191dc..f9a41287 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.3.1 +version: 0.3.3 homepage: https://mariuti.com/shadcn-ui repository: https://github.com/nank1ro/flutter-shadcn-ui documentation: https://mariuti.com/shadcn-ui