Skip to content

Commit

Permalink
ci(changesets): version packages (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: paalamugan <paalamugan44@gmail.com>
  • Loading branch information
github-actions[bot] and paalamugan authored Sep 2, 2024
1 parent 8efdcdd commit 506deee
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .changeset/smart-cherries-cough.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 506deee

Please sign in to comment.