⬆️ Updating add-on SQLite Web to b9da493

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-09 08:44:08 +00:00
parent 6b77440591
commit f40a71c910
4 changed files with 15 additions and 6 deletions

View file

@ -1018,10 +1018,10 @@ SOFTWARE.
[prometheus-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [prometheus-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[prometheus-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [prometheus-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[prometheus-i386-shield]: https://img.shields.io/badge/i386-no-red.svg [prometheus-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/d59ff72 [addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/b9da493
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/d59ff72/README.md [addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/b9da493/README.md
[sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues [sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues
[sqlite-web-version-shield]: https://img.shields.io/badge/version-d59ff72-blue.svg [sqlite-web-version-shield]: https://img.shields.io/badge/version-b9da493-blue.svg
[sqlite-web-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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 [sqlite-web-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,4 +1,13 @@
# Changelog since v3.0.0 # Changelog since v3.0.0
- ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 (#121)
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from v1.4 to v2.
- [Release notes](https://github.com/frenck/action-addon-linter/releases)
- [Commits](https://github.com/frenck/action-addon-linter/compare/v1.4...5fde0909bcbbf702c477a7705950d8acf939ab1b)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 (#120) - ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 (#120)
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.15 to v3.0.16. Bumps [actions/stale](https://github.com/actions/stale) from v3.0.15 to v3.0.16.

View file

@ -41,6 +41,6 @@ If you are more interested in stable releases of our add-ons:
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-sqlite-web/68912?u=frenck [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-sqlite-web/68912?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-d59ff72-blue.svg [release-shield]: https://img.shields.io/badge/version-b9da493-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/d59ff72 [release]: https://github.com/hassio-addons/addon-sqlite-web/tree/b9da493
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/main/images/sample-view.png [screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/main/images/sample-view.png

View file

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