Fix package version (#124)

The version number has been updated from 2.0.0/2.0.2 to 2.0.3 across
multiple files.
This commit is contained in:
Ferry Cools
2024-01-29 02:11:26 +01:00
committed by GitHub
parent 89be48273f
commit ae744bf177
4 changed files with 6 additions and 6 deletions

View File

@ -67,13 +67,13 @@ Visit the [issues](https://github.com/AalianKhan/mushroom-strategy/issues/new/ch
[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
[releaseBadge]: https://img.shields.io/badge/Release-v2.0.0-blue [releaseBadge]: https://img.shields.io/badge/Release-v2.0.3-blue
<!-- Other References --> <!-- Other References -->
[hacsUrl]: https://hacs.xyz [hacsUrl]: https://hacs.xyz
[releaseUrl]: https://github.com/AalianKhan/mushroom-strategy/releases/tag/v2.0.0 [releaseUrl]: https://github.com/AalianKhan/mushroom-strategy/releases/tag/v2.0.3
[mushroomUrl]: https://github.com/piitaya/lovelace-mushroom [mushroomUrl]: https://github.com/piitaya/lovelace-mushroom

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "mushroom-strategy", "name": "mushroom-strategy",
"version": "2.0.0", "version": "2.0.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {

View File

@ -1,6 +1,6 @@
{ {
"name": "mushroom-strategy", "name": "mushroom-strategy",
"version": "2.0.2", "version": "2.0.3",
"description": "Automatically create a dashboard using Mushroom cards", "description": "Automatically create a dashboard using Mushroom cards",
"keywords": [ "keywords": [
"strategy", "strategy",
@ -37,6 +37,6 @@
"scripts": { "scripts": {
"build-dev": "webpack --config webpack.dev.config.ts", "build-dev": "webpack --config webpack.dev.config.ts",
"build": "webpack", "build": "webpack",
"bump": "bump -t --preid alpha package.json package-lock.json README.md ./src/mushroom-strategy.ts" "bump": "bump --preid alpha package.json package-lock.json README.md ./src/mushroom-strategy.ts"
} }
} }

View File

@ -273,7 +273,7 @@ class MushroomStrategy extends HTMLTemplateElement {
customElements.define("ll-strategy-mushroom-strategy", MushroomStrategy); customElements.define("ll-strategy-mushroom-strategy", MushroomStrategy);
const version = "v2.0.0"; const version = "v2.0.3";
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;"