From 926f39dc4b7ef50cdf77848bfa8a9a9fae99bc9f Mon Sep 17 00:00:00 2001 From: Ferry Cools Date: Sat, 30 Aug 2025 10:21:16 +0200 Subject: [PATCH] Bump version tp v2.4.0 --- README.md | 4 ++-- docs/index.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- src/mushroom-strategy.ts | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e948883d..2c73caf4 100644 --- a/README.md +++ b/README.md @@ -66,11 +66,11 @@ We welcome contributions and feedback! [hacsBadge]: https://img.shields.io/badge/HACS-Default-blue -[releaseBadge]: https://img.shields.io/github/v/tag/digilive/mushroom-strategy?filter=v2.3.5&label=Release +[releaseBadge]: https://img.shields.io/github/v/tag/digilive/mushroom-strategy?filter=v2.4.0&label=Release -[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.3.5 +[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.4.0 diff --git a/docs/index.md b/docs/index.md index 98bdc5a8..61c0e533 100644 --- a/docs/index.md +++ b/docs/index.md @@ -68,11 +68,11 @@ support helps us grow and improve. [hacsBadge]: https://img.shields.io/badge/HACS-Default-blue -[releaseBadge]: https://img.shields.io/github/v/tag/digilive/mushroom-strategy?filter=v2.3.5&label=Release +[releaseBadge]: https://img.shields.io/github/v/tag/digilive/mushroom-strategy?filter=v2.4.0&label=Release -[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.3.5 +[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.4.0 diff --git a/package-lock.json b/package-lock.json index 0497aa99..b8eb1a85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mushroom-strategy", - "version": "2.3.5", + "version": "2.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mushroom-strategy", - "version": "2.3.4", + "version": "2.3.5", "license": "MIT", "dependencies": { "deepmerge": "^4" diff --git a/package.json b/package.json index bf541e04..49cc8dfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mushroom-strategy", - "version": "2.3.5", + "version": "2.4.0", "description": "Automatically generate a dashboard of Mushroom cards.", "keywords": [ "dashboard", diff --git a/src/mushroom-strategy.ts b/src/mushroom-strategy.ts index 5d425859..8c535a71 100644 --- a/src/mushroom-strategy.ts +++ b/src/mushroom-strategy.ts @@ -272,7 +272,7 @@ class MushroomStrategy extends HTMLTemplateElement { customElements.define('ll-strategy-mushroom-strategy', MushroomStrategy); -const STRATEGY_VERSION = 'v2.3.5'; +const STRATEGY_VERSION = 'v2.4.0'; console.info( '%c Mushroom Strategy %c '.concat(STRATEGY_VERSION, ' '), 'color: white; background: coral; font-weight: 700;',