Bump Strategy version

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

4
package-lock.json generated
View File

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

View File

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

View File

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