Skip to content

Commit

Permalink
2.4.4 (#56)
Browse files Browse the repository at this point in the history
* Notifications - Fix key on icon, #55

* Pkg - Bump 2.4.4
  • Loading branch information
smastrom authored Apr 17, 2024
1 parent 4a41739 commit 25f3078
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/notivue/Notifications/Notification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ watch(
<Transition :name="Cx.TRANSITION" v-if="typeof Icon === 'object'" mode="out-in">
<Component
v-if="typeof Icon === 'object'"
:key="item.duplicateCount"
:is="Icon"
:class="Cx.ICON"
aria-hidden="true"
Expand Down
2 changes: 1 addition & 1 deletion packages/notivue/nuxt/module.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "notivue/nuxt",
"configKey": "notivue",
"version": "2.4.3"
"version": "2.4.4"
}
2 changes: 1 addition & 1 deletion packages/notivue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notivue",
"version": "2.4.3",
"version": "2.4.4",
"private": false,
"description": "Powerful toast notification system for Vue and Nuxt",
"keywords": [
Expand Down

0 comments on commit 25f3078

Please sign in to comment.