forked from DigiLive/mushroom-strategy
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",
|
"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"
|
||||||
|
@@ -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"
|
||||||
],
|
],
|
||||||
|
@@ -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;"
|
||||||
|
Reference in New Issue
Block a user