Bump Strategy version to v2.3.4

This commit is contained in:
DigiLive
2025-06-03 20:58:13 +02:00
parent e806ffd3d5
commit ebb88f4cd0
6 changed files with 5 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ We welcome contributions and feedback!
<!-- Repository References -->
[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.3.2
[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.3.4
<!-- Other References -->

File diff suppressed because one or more lines are too long

View File

@@ -72,7 +72,7 @@ support helps us grow and improve.
<!-- Repository References -->
[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.3.2
[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.3.4
<!-- Other References -->

2
package-lock.json generated
View File

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

View File

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

View File

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