From 93c73c36c8d25e565adcbcd51bc0823a19743c06 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 7 Jan 2023 13:41:24 +0100 Subject: [PATCH] fix(core): update --- ts_web/00_commitinfo_data.ts | 2 +- ts_web/elements/dees-icon.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index e76331e..87bebea 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@designestate/dees-catalog', - version: '1.0.108', + version: '1.0.109', description: 'website for lossless.com' } diff --git a/ts_web/elements/dees-icon.ts b/ts_web/elements/dees-icon.ts index 1472740..a06926f 100644 --- a/ts_web/elements/dees-icon.ts +++ b/ts_web/elements/dees-icon.ts @@ -120,7 +120,7 @@ export class DeesIcon extends DeesElement { `; } - firstUpdated() { + public async firstUpdated() { if (this.brandName && !this.iconName) { this.shadowRoot.querySelector('#iconContainer').innerHTML = icon( faIcons[this.brandName]