⬆️ Updating add-on SQLite Web to b0d0d38

This commit is contained in:
Community Hass.io Add-ons Bot 2019-09-19 13:12:46 +00:00
parent 7cf629103e
commit 735a0c227c
4 changed files with 12 additions and 9 deletions

View file

@ -1110,10 +1110,10 @@ SOFTWARE.
[portainer-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[portainer-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[portainer-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/6e951b2
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/6e951b2/README.md
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/b0d0d38
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/b0d0d38/README.md
[sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues
[sqlite-web-version-shield]: https://img.shields.io/badge/version-6e951b2-blue.svg
[sqlite-web-version-shield]: https://img.shields.io/badge/version-b0d0d38-blue.svg
[sqlite-web-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/sqlite-web-armhf.svg
[sqlite-web-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[sqlite-web-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,8 +1,11 @@
# Changelog since v2.0.0
2019/09/03 08:30 UTC - [6e951b2](https://github.com/hassio-addons/addon-sqlite-web/commit/6e951b2ab0c7d959b1a9e6d714f865248b2737a2) by [@renovate[bot]](https://github.com/apps/renovate)
2019/09/19 12:57 UTC - [b0d0d38](https://github.com/hassio-addons/addon-sqlite-web/commit/b0d0d38cc9fa322f5786feb82ff884559d71cac2) by [@renovate[bot]](https://github.com/apps/renovate)
> :arrow_up: Updates peewee to v3.11.0 (#50)
2019/09/19 12:57 UTC - [6e951b2](https://github.com/hassio-addons/addon-sqlite-web/commit/6e951b2ab0c7d959b1a9e6d714f865248b2737a2) by [@renovate[bot]](https://github.com/apps/renovate)
> :arrow_up: Updates datasette to v0.29.3 (#49)
2019/09/03 08:30 UTC - [7c906ff](https://github.com/hassio-addons/addon-sqlite-web/commit/7c906ff6c1080c3bb2bc1aa32b8ea400df847bad) by [@tjorim](https://github.com/tjorim)
2019/09/19 12:57 UTC - [7c906ff](https://github.com/hassio-addons/addon-sqlite-web/commit/7c906ff6c1080c3bb2bc1aa32b8ea400df847bad) by [@tjorim](https://github.com/tjorim)
> :sparkles: Adds icon to show in the sidebar (#48)

View file

@ -39,11 +39,11 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/ludeeus
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e
[docs]: https://github.com/hassio-addons/addon-sqlite-web/blob/6e951b2/README.md
[docs]: https://github.com/hassio-addons/addon-sqlite-web/blob/b0d0d38/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-sqlite-web/68912
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-6e951b2-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/6e951b2
[release-shield]: https://img.shields.io/badge/version-b0d0d38-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/b0d0d38
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/master/images/sample-view.png

View file

@ -1,6 +1,6 @@
{
"name": "SQLite Web",
"version": "6e951b2",
"version": "b0d0d38",
"slug": "sqlite-web",
"description": "Explore your SQLite database",
"url": "https://github.com/hassio-addons/addon-sqlite-web/tree/master/README.md",