mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-09-26 21:20:55 +02:00
Bump version tp v2.4.0
This commit is contained in:
@@ -66,11 +66,11 @@ We welcome contributions and feedback!
|
||||
|
||||
[hacsBadge]: https://img.shields.io/badge/HACS-Default-blue
|
||||
|
||||
[releaseBadge]: https://img.shields.io/github/v/tag/digilive/mushroom-strategy?filter=v2.3.5&label=Release
|
||||
[releaseBadge]: https://img.shields.io/github/v/tag/digilive/mushroom-strategy?filter=v2.4.0&label=Release
|
||||
|
||||
<!-- Repository References -->
|
||||
|
||||
[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.3.5
|
||||
[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.4.0
|
||||
|
||||
<!-- Other References -->
|
||||
|
||||
|
@@ -68,11 +68,11 @@ support helps us grow and improve.
|
||||
|
||||
[hacsBadge]: https://img.shields.io/badge/HACS-Default-blue
|
||||
|
||||
[releaseBadge]: https://img.shields.io/github/v/tag/digilive/mushroom-strategy?filter=v2.3.5&label=Release
|
||||
[releaseBadge]: https://img.shields.io/github/v/tag/digilive/mushroom-strategy?filter=v2.4.0&label=Release
|
||||
|
||||
<!-- Repository References -->
|
||||
|
||||
[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.3.5
|
||||
[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.4.0
|
||||
|
||||
<!-- Other References -->
|
||||
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "mushroom-strategy",
|
||||
"version": "2.3.5",
|
||||
"version": "2.4.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mushroom-strategy",
|
||||
"version": "2.3.4",
|
||||
"version": "2.3.5",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"deepmerge": "^4"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mushroom-strategy",
|
||||
"version": "2.3.5",
|
||||
"version": "2.4.0",
|
||||
"description": "Automatically generate a dashboard of Mushroom cards.",
|
||||
"keywords": [
|
||||
"dashboard",
|
||||
|
@@ -272,7 +272,7 @@ class MushroomStrategy extends HTMLTemplateElement {
|
||||
|
||||
customElements.define('ll-strategy-mushroom-strategy', MushroomStrategy);
|
||||
|
||||
const STRATEGY_VERSION = 'v2.3.5';
|
||||
const STRATEGY_VERSION = 'v2.4.0';
|
||||
console.info(
|
||||
'%c Mushroom Strategy %c '.concat(STRATEGY_VERSION, ' '),
|
||||
'color: white; background: coral; font-weight: 700;',
|
||||
|
Reference in New Issue
Block a user