mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 12:11:33 +00:00
⬆️ Updating add-on SQLite Web to 48cea87
This commit is contained in:
parent
f65153280a
commit
67435d88ba
4 changed files with 22 additions and 6 deletions
|
@ -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/5b4d736
|
||||
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/5b4d736/README.md
|
||||
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/48cea87
|
||||
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/48cea87/README.md
|
||||
[sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues
|
||||
[sqlite-web-version-shield]: https://img.shields.io/badge/version-5b4d736-blue.svg
|
||||
[sqlite-web-version-shield]: https://img.shields.io/badge/version-48cea87-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
|
||||
|
|
|
@ -1,4 +1,20 @@
|
|||
# Changelog since v3.1.1
|
||||
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#180)
|
||||
|
||||
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.3 to 2.4.1.
|
||||
- [Release notes](https://github.com/frenck/action-addon-linter/releases)
|
||||
- [Commits](https://github.com/frenck/action-addon-linter/compare/v2.3...v2.4.1)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: frenck/action-addon-linter
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Upgrades add-on base image to 10.1.0 (#175)
|
||||
- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 (#174)
|
||||
|
||||
|
|
|
@ -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-5b4d736-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/5b4d736
|
||||
[release-shield]: https://img.shields.io/badge/version-48cea87-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/48cea87
|
||||
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/main/images/sample-view.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "SQLite Web",
|
||||
"version": "5b4d736",
|
||||
"version": "48cea87",
|
||||
"slug": "sqlite-web",
|
||||
"description": "Explore your SQLite database",
|
||||
"url": "https://github.com/hassio-addons/addon-sqlite-web/tree/main/README.md",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue