Reverts file editor 4.4 release changes (#1094)

* Revert "Update configurator to 0.3.8 (#1090)"

This reverts commit 73a60f0990.

* Bump release, udpate changelog
This commit is contained in:
Franck Nijhof
2020-02-18 10:29:13 +01:00
committed by GitHub
parent 3578268683
commit b645b7abbe
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 4.5
- Reverts upgrade of hass-configurator as it is causing loading problems.
## 4.4 ## 4.4
- Update Ace Editor to 1.4.8 - Update Ace Editor to 1.4.8

View File

@@ -7,6 +7,6 @@
"i386": "homeassistant/i386-base-python:3.7" "i386": "homeassistant/i386-base-python:3.7"
}, },
"args": { "args": {
"CONFIGURATOR_VERSION": "0.3.8" "CONFIGURATOR_VERSION": "0.3.7"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "File editor", "name": "File editor",
"version": "4.4", "version": "4.5",
"slug": "configurator", "slug": "configurator",
"description": "Simple browser-based file editor for Home Assistant", "description": "Simple browser-based file editor for Home Assistant",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/configurator", "url": "https://github.com/home-assistant/hassio-addons/tree/master/configurator",