diff --git a/dist/card_editor.js b/dist/card_editor.js index 4ce4ae0..758ac35 100644 --- a/dist/card_editor.js +++ b/dist/card_editor.js @@ -1,7 +1,7 @@ // // Define and register the UI Card Editor // -import { html, LitElement } from "https://cdn.jsdelivr.net/gh/lit/dist@2/core/lit-core.min.js"; +import { html, LitElement } from "https://cdn.jsdelivr.net/gh/lit/dist@3/core/lit-core.min.js"; export class MyCustomCardEditor extends LitElement { diff --git a/dist/const.js b/dist/const.js index adae557..474c345 100644 --- a/dist/const.js +++ b/dist/const.js @@ -1 +1 @@ -export let VERSION = "v0.9.0" \ No newline at end of file +export let VERSION = "v0.11.0" \ No newline at end of file diff --git a/dist/render_bye.js b/dist/render_bye.js index 2a23aa2..d74f949 100644 --- a/dist/render_bye.js +++ b/dist/render_bye.js @@ -1,4 +1,4 @@ -import { html } from "https://cdn.jsdelivr.net/gh/lit/dist@2/core/lit-core.min.js"; +import { html } from "https://cdn.jsdelivr.net/gh/lit/dist@3/core/lit-core.min.js"; // Define the rendering function diff --git a/dist/render_error.js b/dist/render_error.js index 7414dfe..f99b49f 100644 --- a/dist/render_error.js +++ b/dist/render_error.js @@ -1,4 +1,4 @@ -import { html } from "https://cdn.jsdelivr.net/gh/lit/dist@2/core/lit-core.min.js"; +import { html } from "https://cdn.jsdelivr.net/gh/lit/dist@3/core/lit-core.min.js"; export function renderMissingConfig() { diff --git a/dist/render_in.js b/dist/render_in.js index dcacfe9..5955534 100644 --- a/dist/render_in.js +++ b/dist/render_in.js @@ -1,4 +1,4 @@ -import { html } from "https://cdn.jsdelivr.net/gh/lit/dist@2/core/lit-core.min.js"; +import { html } from "https://cdn.jsdelivr.net/gh/lit/dist@3/core/lit-core.min.js"; // Define the rendering function diff --git a/dist/render_not_found.js b/dist/render_not_found.js index a1c2c8b..2a67c3b 100644 --- a/dist/render_not_found.js +++ b/dist/render_not_found.js @@ -1,4 +1,4 @@ -import { html } from "https://cdn.jsdelivr.net/gh/lit/dist@2/core/lit-core.min.js"; +import { html } from "https://cdn.jsdelivr.net/gh/lit/dist@3/core/lit-core.min.js"; // Define the rendering function diff --git a/dist/render_post.js b/dist/render_post.js index 26f62f9..9ae3470 100644 --- a/dist/render_post.js +++ b/dist/render_post.js @@ -1,4 +1,4 @@ -import { html } from "https://cdn.jsdelivr.net/gh/lit/dist@2/core/lit-core.min.js"; +import { html } from "https://cdn.jsdelivr.net/gh/lit/dist@3/core/lit-core.min.js"; // Define the rendering function diff --git a/dist/render_pre.js b/dist/render_pre.js index 180adb7..490443f 100644 --- a/dist/render_pre.js +++ b/dist/render_pre.js @@ -1,4 +1,4 @@ -import { html } from "https://cdn.jsdelivr.net/gh/lit/dist@2/core/lit-core.min.js"; +import { html } from "https://cdn.jsdelivr.net/gh/lit/dist@3/core/lit-core.min.js"; // Define the rendering function diff --git a/dist/teamtracker_card.js b/dist/teamtracker_card.js index c4cab7d..abac178 100644 --- a/dist/teamtracker_card.js +++ b/dist/teamtracker_card.js @@ -1,4 +1,4 @@ -import { LitElement } from "https://cdn.jsdelivr.net/gh/lit/dist@2/core/lit-core.min.js"; +import { LitElement } from "https://cdn.jsdelivr.net/gh/lit/dist@3/core/lit-core.min.js"; import { Translator } from "./localize/translator.js"; import { VERSION } from "./const.js"; import { renderBye } from './render_bye.js';