Bump version tp v2.4.0

This commit is contained in:
Ferry Cools
2025-08-30 10:21:16 +02:00
parent e6e52a1389
commit 926f39dc4b
5 changed files with 8 additions and 8 deletions

View File

@@ -66,11 +66,11 @@ We welcome contributions and feedback!
[hacsBadge]: https://img.shields.io/badge/HACS-Default-blue [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
<!-- Repository References --> <!-- Repository References -->
[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.3.5 [releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.4.0
<!-- Other References --> <!-- Other References -->

View File

@@ -68,11 +68,11 @@ support helps us grow and improve.
[hacsBadge]: https://img.shields.io/badge/HACS-Default-blue [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
<!-- Repository References --> <!-- Repository References -->
[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.3.5 [releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.4.0
<!-- Other References --> <!-- Other References -->

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "mushroom-strategy", "name": "mushroom-strategy",
"version": "2.3.5", "version": "2.4.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mushroom-strategy", "name": "mushroom-strategy",
"version": "2.3.4", "version": "2.3.5",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"deepmerge": "^4" "deepmerge": "^4"

View File

@@ -1,6 +1,6 @@
{ {
"name": "mushroom-strategy", "name": "mushroom-strategy",
"version": "2.3.5", "version": "2.4.0",
"description": "Automatically generate a dashboard of Mushroom cards.", "description": "Automatically generate a dashboard of Mushroom cards.",
"keywords": [ "keywords": [
"dashboard", "dashboard",

View File

@@ -272,7 +272,7 @@ class MushroomStrategy extends HTMLTemplateElement {
customElements.define('ll-strategy-mushroom-strategy', MushroomStrategy); customElements.define('ll-strategy-mushroom-strategy', MushroomStrategy);
const STRATEGY_VERSION = 'v2.3.5'; const STRATEGY_VERSION = 'v2.4.0';
console.info( console.info(
'%c Mushroom Strategy %c '.concat(STRATEGY_VERSION, ' '), '%c Mushroom Strategy %c '.concat(STRATEGY_VERSION, ' '),
'color: white; background: coral; font-weight: 700;', 'color: white; background: coral; font-weight: 700;',