mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-08-04 20:14:28 +02:00
Bump Strategy version
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -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"
|
||||
|
@@ -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"
|
||||
],
|
||||
|
@@ -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;"
|
||||
|
Reference in New Issue
Block a user