From bc21e7a5e78d21093245700e19140350361eae08 Mon Sep 17 00:00:00 2001 From: Joseph Kavanagh Date: Tue, 23 Apr 2024 14:34:16 +0100 Subject: [PATCH] chore(release): 0.17.3 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- web/ui/package-lock.json | 4 ++-- web/ui/react-app/package.json | 2 +- 5 files changed, 19 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30d4ced8..1cdda820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.17.3](https://github.com/release-argus/Argus/compare/0.17.0...0.17.3) (2024-04-23) + + +### Features + +* **docker:** add curl ([#394](https://github.com/release-argus/Argus/issues/394)) ([1bc9041](https://github.com/release-argus/Argus/commits/1bc9041e4c7634468d39549b7e857a17e185de70)) + + +### Bug Fixes + +* **config,web:** disabled routes weren't taking into account `route_prefix` ([79213ca](https://github.com/release-argus/Argus/commits/79213ca322473a5c49cd058d0effc4044e71331c)) +* **web:** show link for `deployed_version.url` ([bcbd835](https://github.com/release-argus/Argus/commits/bcbd835d0bd94e9323cff728337bca307192964d)) + ### [0.17.2](https://github.com/release-argus/Argus/compare/0.17.0...0.17.2) (2024-04-15) diff --git a/package-lock.json b/package-lock.json index 4c139a56..eeeffa2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "commit-check", - "version": "0.17.2", + "version": "0.17.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "commit-check", - "version": "0.17.2", + "version": "0.17.3", "license": "ISC", "dependencies": { "@commitlint/cli": "^19.2.2", diff --git a/package.json b/package.json index 5016c3a9..7c7e6cc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commit-check", - "version": "0.17.2", + "version": "0.17.3", "description": "", "main": "index.js", "scripts": { diff --git a/web/ui/package-lock.json b/web/ui/package-lock.json index 71ef3921..03b0ec87 100644 --- a/web/ui/package-lock.json +++ b/web/ui/package-lock.json @@ -1,6 +1,6 @@ { "name": "argus", - "version": "0.17.2", + "version": "0.17.3", "lockfileVersion": 3, "requires": true, "packages": { @@ -2174,7 +2174,7 @@ }, "react-app": { "name": "argus", - "version": "0.17.2", + "version": "0.17.3", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.5.2", "@fortawesome/free-brands-svg-icons": "^6.5.2", diff --git a/web/ui/react-app/package.json b/web/ui/react-app/package.json index f286a43b..448272f0 100644 --- a/web/ui/react-app/package.json +++ b/web/ui/react-app/package.json @@ -1,6 +1,6 @@ { "name": "argus", - "version": "0.17.2", + "version": "0.17.3", "description": "Automated checks for new software releases", "homepage": "https://release-argus.io", "private": true,