⬆️ Updating add-on SQLite Web to c5bf8c1

This commit is contained in:
Community Hass.io Add-ons Bot 2021-10-18 09:29:45 +00:00
parent 20dbe8f631
commit fe43aa27e8
4 changed files with 23 additions and 6 deletions

View file

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

View file

@ -1,4 +1,21 @@
# Changelog since v3.1.1
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#182)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆ Upgrade lock-threads workflow to 3.0.0 (#181)
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#180)

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
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-384f281-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/384f281
[release-shield]: https://img.shields.io/badge/version-c5bf8c1-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/c5bf8c1
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/main/images/sample-view.png

View file

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