Bump Strategy version

This commit is contained in:
DigiLive
2025-05-13 22:34:10 +02:00
parent e9ae919a77
commit a4239ca99f
5 changed files with 6 additions and 6 deletions

View File

@@ -63,13 +63,13 @@ Visit the [issues][issuesUrl] page.
[sponsorBadge]: https://img.shields.io/badge/Sponsor_him-%E2%9D%A4-%23db61a2.svg?&logo=github&color=%23fe8e86 [sponsorBadge]: https://img.shields.io/badge/Sponsor_him-%E2%9D%A4-%23db61a2.svg?&logo=github&color=%23fe8e86
[releaseBadge]: https://img.shields.io/github/v/tag/digilive/mushroom-strategy?filter=v2.3.0&label=Release [releaseBadge]: https://img.shields.io/github/v/tag/digilive/mushroom-strategy?filter=v2.3.1&label=Release
<!-- Repository References --> <!-- Repository References -->
[repositoryUrl]: https://github.com/DigiLive/mushroom-strategy [repositoryUrl]: https://github.com/DigiLive/mushroom-strategy
[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.3.0 [releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.3.1
[issuesUrl]: https://github.com/DigiLive/mushroom-strategy/issues [issuesUrl]: https://github.com/DigiLive/mushroom-strategy/issues

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "mushroom-strategy", "name": "mushroom-strategy",
"version": "2.3.0", "version": "2.3.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {

View File

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

View File

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

View File

@@ -24,7 +24,7 @@ class CameraView extends AbstractView {
icon: 'mdi:cctv', icon: 'mdi:cctv',
subview: false, subview: false,
headerCardConfiguration: { headerCardConfiguration: {
showControls: false, showControls: false, // FIXME: This should be named "show_controls". Also in other files and Wiki.
}, },
}; };
} }