From fbc406107043f6cfca2dd8421af9fe16e2bad758 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Jun 2024 02:24:20 +0000 Subject: [PATCH] Version Packages --- .changeset/nine-terms-hug.md | 15 --------------- packages/emblor/CHANGELOG.md | 15 +++++++++++++++ packages/emblor/package.json | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 .changeset/nine-terms-hug.md diff --git a/.changeset/nine-terms-hug.md b/.changeset/nine-terms-hug.md deleted file mode 100644 index 698275f..0000000 --- a/.changeset/nine-terms-hug.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'emblor': patch ---- - -- **Tag List Component Enhancements** - - - Extended the `Tag` component within the `TagList` to accept `direction` and `draggable` properties, allowing for enhanced customization and interactivity of the tags. - - Enhanced input field flexibility to dynamically fit and adjust within the available space, wrapping only when necessary and maintaining a minimum width for usability. - -- **Additional Style Variants** - - - Included new border style variants for the `Tag` component, providing more visual customization options to better suit diverse UI design requirements. - -- **Tag Popover Adjustments** - - Fixed the dynamic adjustment of the popover’s width to ensure it properly aligns with varying screen sizes and orientation changes, enhancing the responsiveness and consistency of UI elements. diff --git a/packages/emblor/CHANGELOG.md b/packages/emblor/CHANGELOG.md index 1317802..c9d35ff 100644 --- a/packages/emblor/CHANGELOG.md +++ b/packages/emblor/CHANGELOG.md @@ -1,5 +1,20 @@ # emblor +## 1.3.4 + +### Patch Changes + +- 0e63476: - **Tag List Component Enhancements** + + - Extended the `Tag` component within the `TagList` to accept `direction` and `draggable` properties, allowing for enhanced customization and interactivity of the tags. + - Enhanced input field flexibility to dynamically fit and adjust within the available space, wrapping only when necessary and maintaining a minimum width for usability. + - **Additional Style Variants** + + - Included new border style variants for the `Tag` component, providing more visual customization options to better suit diverse UI design requirements. + + - **Tag Popover Adjustments** + - Fixed the dynamic adjustment of the popover’s width to ensure it properly aligns with varying screen sizes and orientation changes, enhancing the responsiveness and consistency of UI elements. + ## 1.3.3 ### Patch Changes diff --git a/packages/emblor/package.json b/packages/emblor/package.json index 11c4e53..7051542 100644 --- a/packages/emblor/package.json +++ b/packages/emblor/package.json @@ -1,6 +1,6 @@ { "name": "emblor", - "version": "1.3.3", + "version": "1.3.4", "description": "A full featured, unstyled tag input component for React", "private": false, "publishConfig": {