mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Node-RED to 1d552b2
This commit is contained in:
parent
8bf16f2181
commit
03d50022f7
4 changed files with 9 additions and 29 deletions
|
@ -1116,10 +1116,10 @@ SOFTWARE.
|
|||
[nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[nginxproxymanager-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[nginxproxymanager-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/987a364
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/987a364/README.md
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/1d552b2
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/1d552b2/README.md
|
||||
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-987a364-blue.svg
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-1d552b2-blue.svg
|
||||
[node-red-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/node-red-armhf.svg
|
||||
[node-red-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[node-red-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1,30 +1,10 @@
|
|||
# Changelog since v7.2.6
|
||||
- ⬆️ Bump node-red-node-email from 1.8.0 to 1.8.2 in /node-red (#735)
|
||||
# Changelog since v7.2.7
|
||||
- ⬆️ Bump node-red-node-serialport from 0.11.0 to 0.11.1 (#742)
|
||||
|
||||
Bumps [node-red-node-email](https://github.com/node-red/node-red-nodes) from 1.8.0 to 1.8.2.
|
||||
Bumps [node-red-node-serialport](https://github.com/node-red/node-red-nodes) from 0.11.0 to 0.11.1.
|
||||
- [Release notes](https://github.com/node-red/node-red-nodes/releases)
|
||||
- [Commits](https://github.com/node-red/node-red-nodes/commits)
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump snyk from 1.419.1 to 1.421.1 in /node-red (#738)
|
||||
|
||||
Bumps [snyk](https://github.com/snyk/snyk) from 1.419.1 to 1.421.1.
|
||||
- [Release notes](https://github.com/snyk/snyk/releases)
|
||||
- [Changelog](https://github.com/snyk/snyk/blob/master/.releaserc)
|
||||
- [Commits](https://github.com/snyk/snyk/compare/v1.419.1...v1.421.1)
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump node-red-dashboard from 2.23.4 to 2.23.5 in /node-red (#739)
|
||||
|
||||
Bumps [node-red-dashboard](https://github.com/node-red/node-red-dashboard) from 2.23.4 to 2.23.5.
|
||||
- [Release notes](https://github.com/node-red/node-red-dashboard/releases)
|
||||
- [Changelog](https://github.com/node-red/node-red-dashboard/blob/master/CHANGELOG.md)
|
||||
- [Commits](https://github.com/node-red/node-red-dashboard/compare/2.23.4...2.23.5)
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
|
|
|
@ -50,6 +50,6 @@ If you are more interested in stable releases of our add-ons:
|
|||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-987a364-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/987a364
|
||||
[release-shield]: https://img.shields.io/badge/version-1d552b2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/1d552b2
|
||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Node-RED",
|
||||
"version": "987a364",
|
||||
"version": "1d552b2",
|
||||
"slug": "nodered",
|
||||
"description": "Flow-based programming for the Internet of Things",
|
||||
"url": "https://github.com/hassio-addons/addon-node-red",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue