Skip to content

Commit

Permalink
fix: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dknight committed Jun 14, 2023
1 parent 65b5894 commit 81fbe71
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 18 deletions.
5 changes: 1 addition & 4 deletions dist/xz-notify.cjs.js
Expand Up @@ -30,7 +30,7 @@ module.exports = __toCommonJS(xz_notify_exports);
*
* @author Dmitri Smirnov <https://www.whoop.ee/>
* @license MIT 2023
* @version 2.0.0
* @version 2.0.1
* @extends HTMLElement
*
* @property {number} [expire=10000] Time in milliseconds. How long the
Expand Down Expand Up @@ -162,9 +162,6 @@ const _XZNotify = class extends HTMLElement {
coll.forEach((x) => this.setPosition.call(x));
});
}
/**
* @inheritdoc
*/
connectedCallback() {
this.reflectToProperties();
_XZNotify.collection[this.position].push(this);
Expand Down
5 changes: 1 addition & 4 deletions dist/xz-notify.js
Expand Up @@ -8,7 +8,7 @@
*
* @author Dmitri Smirnov <https://www.whoop.ee/>
* @license MIT 2023
* @version 2.0.0
* @version 2.0.1
* @extends HTMLElement
*
* @property {number} [expire=10000] Time in milliseconds. How long the
Expand Down Expand Up @@ -140,9 +140,6 @@ const _XZNotify = class extends HTMLElement {
coll.forEach((x) => this.setPosition.call(x));
});
}
/**
* @inheritdoc
*/
connectedCallback() {
this.reflectToProperties();
_XZNotify.collection[this.position].push(this);
Expand Down
2 changes: 1 addition & 1 deletion dist/xz-notify.min.js

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

0 comments on commit 81fbe71

Please sign in to comment.