Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyvg committed Dec 15, 2023
1 parent 9198365 commit 85b9e3e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/index.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const T = ot(), b = "[-+]?[0-9]*.?[0-9]+", M = [
o("afterLeave");
};
return () => l(H, {
tag: "name",
tag: "div",
css: !1,
name: t.name,
onEnter: a,
Expand All @@ -147,7 +147,7 @@ const T = ot(), b = "[-+]?[0-9]*.?[0-9]+", M = [
setup: (t, {
slots: n
}) => () => l(H, {
tag: "name",
tag: "div",
name: t.name
}, {
default: () => {
Expand Down
2 changes: 1 addition & 1 deletion dist/index.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kyvg/vue3-notification",
"description": "Vue.js Notification Library",
"version": "3.1.0",
"version": "3.1.1",
"author": "kyvg",
"private": false,
"publishConfig": {
Expand Down

0 comments on commit 85b9e3e

Please sign in to comment.