🎉 Release of add-on Home Panel 2.1.1

This commit is contained in:
Community Hass.io Add-ons Bot 2021-03-20 13:26:27 +00:00
parent 262e8282a4
commit 5994d0b986
4 changed files with 11 additions and 18 deletions

View file

@ -835,10 +835,10 @@ SOFTWARE.
[grocy-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[grocy-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[grocy-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/v2.1.0
[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v2.1.0/README.md
[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/v2.1.1
[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v2.1.1/README.md
[home-panel-issue]: https://github.com/hassio-addons/addon-home-panel/issues
[home-panel-version-shield]: https://img.shields.io/badge/version-v2.1.0-blue.svg
[home-panel-version-shield]: https://img.shields.io/badge/version-v2.1.1-blue.svg
[home-panel-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[home-panel-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[home-panel-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -2,18 +2,11 @@
## 🧰 Maintenance
- Update Home Panel to v2.11.2 @timmo001 (#87)
- Fix output path @timmo001 (#89)
- Update and fix paths @timmo001 (#90)
- Update path @timmo001 (#88)
- ⬆️ Update Home Panel to [v2.11.5](https://github.com/timmo001/home-panel/releases/tag/v2.11.5) @timmo001 (#95)
## ⬆️ Dependency updates
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#78)
- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#79)
- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#80)
- ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 @dependabot (#81)
- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#82)
- Upgrade add-on base image to 9.1.4 @frenck (#84)
- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#83)
- ⬆️ Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#85)
- ⬆ Upgrades nodejs-current to 15.10.0-r0 @frenck (#92)
- ⬆ Upgrades add-on base image to v9.1.5 @frenck (#93)
- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#91)
- ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#94)

View file

@ -32,8 +32,8 @@ A web frontend for controlling the home. Integrates with
[home-panel]: https://github.com/timmo001/home-panel
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v2.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-home-panel/tree/v2.1.0
[release-shield]: https://img.shields.io/badge/version-v2.1.1-blue.svg
[release]: https://github.com/hassio-addons/addon-home-panel/tree/v2.1.1
[screen-configuration-main]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/resources/screen-configuration-main.png
[screen-main]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/resources/screen-main.png
[showcase-purple-space]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/docs/showcase/timmo/purple-space.png

View file

@ -1,6 +1,6 @@
{
"name": "Home Panel",
"version": "2.1.0",
"version": "2.1.1",
"slug": "home-panel",
"description": "A web frontend for controlling the home",
"url": "https://github.com/hassio-addons/addon-home-panel",