mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-08-02 19:14:27 +02:00
Bump Strategy version to v2.3.4
This commit is contained in:
@@ -70,7 +70,7 @@ We welcome contributions and feedback!
|
|||||||
|
|
||||||
<!-- Repository References -->
|
<!-- Repository References -->
|
||||||
|
|
||||||
[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.3.2
|
[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.3.4
|
||||||
|
|
||||||
<!-- Other References -->
|
<!-- Other References -->
|
||||||
|
|
||||||
|
1
dist/mushroom-strategy.js
vendored
1
dist/mushroom-strategy.js
vendored
File diff suppressed because one or more lines are too long
@@ -72,7 +72,7 @@ support helps us grow and improve.
|
|||||||
|
|
||||||
<!-- Repository References -->
|
<!-- Repository References -->
|
||||||
|
|
||||||
[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.3.2
|
[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.3.4
|
||||||
|
|
||||||
<!-- Other References -->
|
<!-- Other References -->
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mushroom-strategy",
|
"name": "mushroom-strategy",
|
||||||
"version": "2.3.3",
|
"version": "2.3.4",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mushroom-strategy",
|
"name": "mushroom-strategy",
|
||||||
"version": "2.3.3",
|
"version": "2.3.4",
|
||||||
"description": "Automatically generate a dashboard of Mushroom cards.",
|
"description": "Automatically generate a dashboard of Mushroom cards.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"dashboard",
|
"dashboard",
|
||||||
|
@@ -233,7 +233,7 @@ class MushroomStrategy extends HTMLTemplateElement {
|
|||||||
|
|
||||||
customElements.define('ll-strategy-mushroom-strategy', MushroomStrategy);
|
customElements.define('ll-strategy-mushroom-strategy', MushroomStrategy);
|
||||||
|
|
||||||
const version = 'v2.3.3';
|
const version = 'v2.3.4';
|
||||||
console.info(
|
console.info(
|
||||||
'%c Mushroom Strategy %c '.concat(version, ' '),
|
'%c Mushroom Strategy %c '.concat(version, ' '),
|
||||||
'color: white; background: coral; font-weight: 700;',
|
'color: white; background: coral; font-weight: 700;',
|
||||||
|
Reference in New Issue
Block a user