forked from DigiLive/mushroom-strategy
bump to 2.2.0
This commit is contained in:
@ -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.1.0-blue
|
[releaseBadge]: https://img.shields.io/badge/Release-v2.2.0-blue
|
||||||
|
|
||||||
<!-- Other References -->
|
<!-- Other References -->
|
||||||
|
|
||||||
[hacsUrl]: https://hacs.xyz
|
[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
|
[mushroomUrl]: https://github.com/piitaya/lovelace-mushroom
|
||||||
|
|
||||||
|
7
package-lock.json
generated
7
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "mushroom-strategy",
|
"name": "mushroom-strategy",
|
||||||
"version": "2.1.0",
|
"version": "2.2.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mushroom-strategy",
|
"name": "mushroom-strategy",
|
||||||
"version": "2.0.0",
|
"version": "2.1.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"deepmerge": "^4"
|
"deepmerge": "^4"
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"typescript": "^5",
|
"typescript": "^5",
|
||||||
"version-bump-prompt": "^6",
|
"version-bump-prompt": "^6",
|
||||||
"webpack": "^5",
|
"webpack": "^5",
|
||||||
"webpack-cli": "^5"
|
"webpack-cli": "^5.1.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@cspotcode/source-map-support": {
|
"node_modules/@cspotcode/source-map-support": {
|
||||||
@ -2316,6 +2316,7 @@
|
|||||||
"resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-5.1.4.tgz",
|
"resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-5.1.4.tgz",
|
||||||
"integrity": "sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==",
|
"integrity": "sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@discoveryjs/json-ext": "^0.5.0",
|
"@discoveryjs/json-ext": "^0.5.0",
|
||||||
"@webpack-cli/configtest": "^2.1.1",
|
"@webpack-cli/configtest": "^2.1.1",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mushroom-strategy",
|
"name": "mushroom-strategy",
|
||||||
"version": "2.1.0",
|
"version": "2.2.0",
|
||||||
"description": "Automatically create a dashboard using Mushroom cards",
|
"description": "Automatically create a dashboard using Mushroom cards",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"strategy",
|
"strategy",
|
||||||
@ -27,12 +27,12 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"home-assistant-js-websocket": "^9",
|
"home-assistant-js-websocket": "^9",
|
||||||
"superstruct": "^1",
|
"superstruct": "^1",
|
||||||
"ts-node": "^10",
|
|
||||||
"ts-loader": "^9",
|
"ts-loader": "^9",
|
||||||
|
"ts-node": "^10",
|
||||||
"typescript": "^5",
|
"typescript": "^5",
|
||||||
"version-bump-prompt": "^6",
|
"version-bump-prompt": "^6",
|
||||||
"webpack": "^5",
|
"webpack": "^5",
|
||||||
"webpack-cli": "^5"
|
"webpack-cli": "^5.1.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build-dev": "webpack --config webpack.dev.config.ts",
|
"build-dev": "webpack --config webpack.dev.config.ts",
|
||||||
|
@ -292,7 +292,7 @@ class MushroomStrategy extends HTMLTemplateElement {
|
|||||||
|
|
||||||
customElements.define("ll-strategy-mushroom-strategy", MushroomStrategy);
|
customElements.define("ll-strategy-mushroom-strategy", MushroomStrategy);
|
||||||
|
|
||||||
const version = "v2.1.0";
|
const version = "v2.2.0";
|
||||||
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;"
|
||||||
|
Reference in New Issue
Block a user