Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 25, 2024
1 parent dcd13b1 commit ca9dc42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

## Version History

### v3.56.2

- :bug: Pass Icon Size through in TablerDelete

### v3.56.1

- :rocket: Remove Hover On TablerIconButton
Expand Down
2 changes: 1 addition & 1 deletion components/Delete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@click.stop.prevent='modal = true'
>
<IconTrash
:size='32'
:size='size'
:stroke='1'
/>
</tablericonbutton>
Expand Down

0 comments on commit ca9dc42

Please sign in to comment.