Bump Strategy version

This commit is contained in:
DigiLive
2025-04-23 06:37:21 +02:00
parent a852347cc4
commit 3b30cd951b
3 changed files with 6 additions and 5 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "mushroom-strategy", "name": "mushroom-strategy",
"version": "2.2.1", "version": "2.3.0-alpha.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mushroom-strategy", "name": "mushroom-strategy",
"version": "2.2.0", "version": "2.3.0-alpha.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"deepmerge": "^4" "deepmerge": "^4"

View File

@@ -1,8 +1,9 @@
{ {
"name": "mushroom-strategy", "name": "mushroom-strategy",
"version": "2.2.1", "version": "2.3.0-alpha.1",
"description": "Automatically create a dashboard using Mushroom cards", "description": "Automatically generate a dashboard of Mushroom cards.",
"keywords": [ "keywords": [
"dashboard",
"strategy", "strategy",
"mushroom" "mushroom"
], ],

View File

@@ -265,7 +265,7 @@ class MushroomStrategy extends HTMLTemplateElement {
customElements.define("ll-strategy-mushroom-strategy", MushroomStrategy); customElements.define("ll-strategy-mushroom-strategy", MushroomStrategy);
const version = "v2.2.1"; const version = 'v2.3.0-alpha.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: coral; background: white; font-weight: 700;" "color: white; background: coral; font-weight: 700;", "color: coral; background: white; font-weight: 700;"