Skip to content

Commit

Permalink
Merge pull request #42 from JaleelB/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
JaleelB authored May 27, 2024
2 parents 0c5691f + 869d7a8 commit fa539a5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/great-plants-explode.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/emblor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# emblor

## 1.1.2

### Patch Changes

- 0c5691f: 🐞 Bug Fixes

- Applied a width of `fit-content` to the input component when `includeTagsInInput` is enabled.
- Addressed an issue where the input was taking the full width of the container, causing tags to stack on top of the input.
- Ensured that the input and tags are displayed inline, improving the user experience and layout consistency.

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/emblor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emblor",
"version": "1.1.1",
"version": "1.1.2",
"description": "A full featured, unstyled tag input component for React",
"private": false,
"publishConfig": {
Expand Down

0 comments on commit fa539a5

Please sign in to comment.