From 54b29319d0b6d7014b1c898045cc65d7f9ae00ff Mon Sep 17 00:00:00 2001 From: nielsfaber Date: Sun, 14 Jul 2024 10:38:24 +0200 Subject: [PATCH] release v4.0.0.b0 --- dist/scheduler-card.js | 4 ++-- src/const.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/scheduler-card.js b/dist/scheduler-card.js index f3c9d55..aebe1d4 100755 --- a/dist/scheduler-card.js +++ b/dist/scheduler-card.js @@ -2092,7 +2092,7 @@ function(e){return(({finisher:e,descriptor:t})=>(i,a)=>{var s;if(void 0===a){con - ${"v4.0.0b"} + ${"v4.0.0.b0"} @@ -2149,4 +2149,4 @@ function(e){return(({finisher:e,descriptor:t})=>(i,a)=>{var s;if(void 0===a){con font-style: italic; color: var(--error-color); } - `,t([de({attribute:!1})],e.SchedulerCard.prototype,"hass",void 0),t([de()],e.SchedulerCard.prototype,"_config",void 0),t([ce()],e.SchedulerCard.prototype,"schedules",void 0),t([ce()],e.SchedulerCard.prototype,"showDiscovered",void 0),e.SchedulerCard=t([re("scheduler-card")],e.SchedulerCard),window.customCards=window.customCards||[],window.customCards.push({type:"scheduler-card",name:"Scheduler Card",description:"Card to manage schedule entities made with scheduler-component."}),console.info("%c SCHEDULER-CARD \n%c Version: "+"v4.0.0b".padEnd(7," "),"color: orange; font-weight: bold; background: black","color: white; font-weight: bold; background: dimgray")}({}); + `,t([de({attribute:!1})],e.SchedulerCard.prototype,"hass",void 0),t([de()],e.SchedulerCard.prototype,"_config",void 0),t([ce()],e.SchedulerCard.prototype,"schedules",void 0),t([ce()],e.SchedulerCard.prototype,"showDiscovered",void 0),e.SchedulerCard=t([re("scheduler-card")],e.SchedulerCard),window.customCards=window.customCards||[],window.customCards.push({type:"scheduler-card",name:"Scheduler Card",description:"Card to manage schedule entities made with scheduler-component."}),console.info("%c SCHEDULER-CARD \n%c Version: "+"v4.0.0.b0".padEnd(7," "),"color: orange; font-weight: bold; background: black","color: white; font-weight: bold; background: dimgray")}({}); diff --git a/src/const.ts b/src/const.ts index 2edeab8..aea6232 100755 --- a/src/const.ts +++ b/src/const.ts @@ -1,6 +1,6 @@ import { CardConfig, Schedule, TConditionLogicType, TRepeatType, TWeekday } from "./types"; -export const CARD_VERSION = 'v4.0.0b'; +export const CARD_VERSION = 'v4.0.0.b0'; export const DefaultCardConfig: CardConfig = { include: [],