bump to 2.2.0

This commit is contained in:
Aalian Khan
2024-11-18 21:01:43 -05:00
parent 09f319a336
commit d037c31001
4 changed files with 10 additions and 9 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
[releaseBadge]: https://img.shields.io/badge/Release-v2.1.0-blue
[releaseBadge]: https://img.shields.io/badge/Release-v2.2.0-blue
<!-- Other References -->
[hacsUrl]: https://hacs.xyz
[releaseUrl]: https://github.com/AalianKhan/mushroom-strategy/releases/tag/v2.1.0
[releaseUrl]: https://github.com/AalianKhan/mushroom-strategy/releases/tag/v2.2.0
[mushroomUrl]: https://github.com/piitaya/lovelace-mushroom

7
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "mushroom-strategy",
"version": "2.1.0",
"version": "2.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mushroom-strategy",
"version": "2.0.0",
"version": "2.1.0",
"license": "MIT",
"dependencies": {
"deepmerge": "^4"
@ -19,7 +19,7 @@
"typescript": "^5",
"version-bump-prompt": "^6",
"webpack": "^5",
"webpack-cli": "^5"
"webpack-cli": "^5.1.4"
}
},
"node_modules/@cspotcode/source-map-support": {
@ -2316,6 +2316,7 @@
"resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-5.1.4.tgz",
"integrity": "sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@discoveryjs/json-ext": "^0.5.0",
"@webpack-cli/configtest": "^2.1.1",

View File

@ -1,6 +1,6 @@
{
"name": "mushroom-strategy",
"version": "2.1.0",
"version": "2.2.0",
"description": "Automatically create a dashboard using Mushroom cards",
"keywords": [
"strategy",
@ -27,12 +27,12 @@
"devDependencies": {
"home-assistant-js-websocket": "^9",
"superstruct": "^1",
"ts-node": "^10",
"ts-loader": "^9",
"ts-node": "^10",
"typescript": "^5",
"version-bump-prompt": "^6",
"webpack": "^5",
"webpack-cli": "^5"
"webpack-cli": "^5.1.4"
},
"scripts": {
"build-dev": "webpack --config webpack.dev.config.ts",

View File

@ -292,7 +292,7 @@ class MushroomStrategy extends HTMLTemplateElement {
customElements.define("ll-strategy-mushroom-strategy", MushroomStrategy);
const version = "v2.1.0";
const version = "v2.2.0";
console.info(
"%c Mushroom Strategy %c ".concat(version, " "),
"color: white; background: coral; font-weight: 700;", "color: coral; background: white; font-weight: 700;"