mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-08-02 11:14:25 +02:00
Bump Strategy version
This commit is contained in:
@@ -64,7 +64,7 @@ Visit the [issues][issuesUrl] page.
|
|||||||
|
|
||||||
[hacsBadge]: https://img.shields.io/badge/HACS-Default-blue
|
[hacsBadge]: https://img.shields.io/badge/HACS-Default-blue
|
||||||
|
|
||||||
[releaseBadge]: https://img.shields.io/github/v/tag/digilive/mushroom-strategy?filter=v2.3.3-alpha.1&label=Release
|
[releaseBadge]: https://img.shields.io/github/v/tag/digilive/mushroom-strategy?filter=v2.3.3-alpha.2&label=Release
|
||||||
|
|
||||||
[sponsorBadge]: https://img.shields.io/badge/Sponsor_him-%E2%9D%A4-%23db61a2.svg?&logo=github&color=%23fe8e86
|
[sponsorBadge]: https://img.shields.io/badge/Sponsor_him-%E2%9D%A4-%23db61a2.svg?&logo=github&color=%23fe8e86
|
||||||
|
|
||||||
@@ -74,7 +74,7 @@ Visit the [issues][issuesUrl] page.
|
|||||||
|
|
||||||
[repositoryUrl]: https://github.com/DigiLive/mushroom-strategy
|
[repositoryUrl]: https://github.com/DigiLive/mushroom-strategy
|
||||||
|
|
||||||
[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.3.3-alpha.1
|
[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.3.3-alpha.2
|
||||||
|
|
||||||
[issuesUrl]: https://github.com/DigiLive/mushroom-strategy/issues
|
[issuesUrl]: https://github.com/DigiLive/mushroom-strategy/issues
|
||||||
|
|
||||||
|
2
dist/mushroom-strategy.js
vendored
2
dist/mushroom-strategy.js
vendored
File diff suppressed because one or more lines are too long
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mushroom-strategy",
|
"name": "mushroom-strategy",
|
||||||
"version": "2.3.3-alpha.1",
|
"version": "2.3.3-alpha.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mushroom-strategy",
|
"name": "mushroom-strategy",
|
||||||
"version": "2.3.3-alpha.1",
|
"version": "2.3.3-alpha.2",
|
||||||
"description": "Automatically generate a dashboard of Mushroom cards.",
|
"description": "Automatically generate a dashboard of Mushroom cards.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"dashboard",
|
"dashboard",
|
||||||
|
@@ -226,7 +226,7 @@ class MushroomStrategy extends HTMLTemplateElement {
|
|||||||
|
|
||||||
customElements.define('ll-strategy-mushroom-strategy', MushroomStrategy);
|
customElements.define('ll-strategy-mushroom-strategy', MushroomStrategy);
|
||||||
|
|
||||||
const version = 'v2.3.3-alpha.1';
|
const version = 'v2.3.3-alpha.2';
|
||||||
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