Skip to content

Commit

Permalink
chore: bump to version 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosabot committed Nov 27, 2024
1 parent d8dd9b3 commit 6a7acfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/streamline-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ function evaluateConfig(e, a, t) {
}
return s;
}
const version = "0.0.18";
const version = "0.0.19";
(async function e() {
const a = window.loadCardHelpers ? await window.loadCardHelpers() : void 0;
class t extends HTMLElement {
Expand Down Expand Up @@ -389,7 +389,7 @@ const version = "0.0.18";
createCard() {
this._templateConfig.card ? this._card = a.createCardElement(this._config) : this._templateConfig.element && (this._card = a.createHuiElement(this._config), this._config.style && Object.keys(this._config.style).forEach((i) => {
this.style.setProperty(i, this._config.style[i]);
}));
})), this._card.getCardSize === void 0 && (this.getCardSize = void 0), this._card.getGridOptions === void 0 && (this.getGridOptions = void 0), this._card.getLayoutOptions === void 0 && (this.getLayoutOptions = void 0);
}
static getConfigElement() {
return document.createElement("streamline-card-editor");
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamline-card",
"version": "0.0.18",
"version": "0.0.19",
"description": "",
"type": "module",
"main": "src/streamline-card.js",
Expand Down

0 comments on commit 6a7acfa

Please sign in to comment.