From 73b0b1cd092d5a28cdd33805d1b8458ded39f34d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 May 2024 13:18:21 +0000 Subject: [PATCH] Version Packages --- .changeset/healthy-camels-doubt.md | 8 -------- packages/emblor/CHANGELOG.md | 9 +++++++++ packages/emblor/package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/healthy-camels-doubt.md diff --git a/.changeset/healthy-camels-doubt.md b/.changeset/healthy-camels-doubt.md deleted file mode 100644 index 2d6ed4a..0000000 --- a/.changeset/healthy-camels-doubt.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'emblor': patch ---- - -🐞 Bug Fixes - -- Added dynamic width calculation for the tag popover to fix and issue where the popover was taking the full width of the site body -- Ensured the input field within the popover remains editable when the popover is open. diff --git a/packages/emblor/CHANGELOG.md b/packages/emblor/CHANGELOG.md index 46b9dfe..982bb08 100644 --- a/packages/emblor/CHANGELOG.md +++ b/packages/emblor/CHANGELOG.md @@ -1,5 +1,14 @@ # emblor +## 1.2.1 + +### Patch Changes + +- d1ba01e: 🐞 Bug Fixes + + - Added dynamic width calculation for the tag popover to fix and issue where the popover was taking the full width of the site body + - Ensured the input field within the popover remains editable when the popover is open. + ## 1.2.0 ### Minor Changes diff --git a/packages/emblor/package.json b/packages/emblor/package.json index bfbac9e..bc3c747 100644 --- a/packages/emblor/package.json +++ b/packages/emblor/package.json @@ -1,6 +1,6 @@ { "name": "emblor", - "version": "1.2.0", + "version": "1.2.1", "description": "A full featured, unstyled tag input component for React", "private": false, "publishConfig": {