diff --git a/.changeset/smart-cherries-cough.md b/.changeset/smart-cherries-cough.md deleted file mode 100644 index ec2c23f..0000000 --- a/.changeset/smart-cherries-cough.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@paalan/react-ui': patch ---- - -feat: Update AvatarUpload and Form components - -- Add forwardRef to AvatarUpload component for better control over input element -- Add FormFieldItems component to Form for rendering multiple form fields -- Fix missing aria-label in PencilIcon of AvatarUpload component -- Update Button component to use React.ReactNode for loadingText prop diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index f04c7d5..cfdb386 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,16 @@ # @paalan/react-ui +## 1.4.10 + +### Patch Changes + +- [`8efdcdd`](https://github.com/paalamugan/paalan-react-shadcn-ui/commit/8efdcdd173ca945ae8a377b4c9e3e8d13598a23e) Thanks [@paalamugan](https://github.com/paalamugan)! - feat: Update AvatarUpload and Form components + + - Add forwardRef to AvatarUpload component for better control over input element + - Add FormFieldItems component to Form for rendering multiple form fields + - Fix missing aria-label in PencilIcon of AvatarUpload component + - Update Button component to use React.ReactNode for loadingText prop + ## 1.4.9 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 68e8eb1..4d9b960 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@paalan/react-ui", - "version": "1.4.9", + "version": "1.4.10", "description": "React UI components for Paalan UI", "type": "module", "main": "dist/index.js",