Skip to content

Commit

Permalink
Merge pull request #54 from JaleelB/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
JaleelB authored Jun 16, 2024
2 parents 2934d54 + c3fc8cc commit 32425e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/cyan-students-breathe.md

This file was deleted.

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

## 1.3.5

### Patch Changes

- 2934d54: 🐞 Bug Fixes:

Resolved an issue where custom className attributes were not being applied correctly to the TagInput component. The problem affected the ability to customize the background and other styles via the className property directly or through inputProps. The fix ensures that className values are now properly merged, maintaining both the component's functionality and the user-specified styles.

## 1.3.4

### 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.3.4",
"version": "1.3.5",
"description": "A full featured, unstyled tag input component for React",
"private": false,
"publishConfig": {
Expand Down

0 comments on commit 32425e5

Please sign in to comment.