From 30c287a9bec9a51e55264c7bb52a2d7013f2adcd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Apr 2023 08:44:13 +0000 Subject: [PATCH] chore(release): 1.17.1 [skip ci] ## [1.17.1](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.17.0...v1.17.1) (2023-04-27) ### Bug Fixes * **OCPADVISOR-82:** Fix "affected clusters" link ([#561](https://github.com/RedHatInsights/ocp-advisor-frontend/issues/561)) ([7a74b7c](https://github.com/RedHatInsights/ocp-advisor-frontend/commit/7a74b7c77cfdabe58657f6b69131682fccac499e)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e449f41d..a47b0ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.17.1](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.17.0...v1.17.1) (2023-04-27) + + +### Bug Fixes + +* **OCPADVISOR-82:** Fix "affected clusters" link ([#561](https://github.com/RedHatInsights/ocp-advisor-frontend/issues/561)) ([7a74b7c](https://github.com/RedHatInsights/ocp-advisor-frontend/commit/7a74b7c77cfdabe58657f6b69131682fccac499e)) + # [1.17.0](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.16.2...v1.17.0) (2023-04-25) diff --git a/package-lock.json b/package-lock.json index 3601c26a..c48c2234 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ocp-advisor-frontend", - "version": "1.17.0", + "version": "1.17.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ocp-advisor-frontend", - "version": "1.17.0", + "version": "1.17.1", "dependencies": { "@patternfly/react-core": "^4.276.6", "@patternfly/react-table": "^4.112.39", diff --git a/package.json b/package.json index 447f2feb..0ada12e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ocp-advisor-frontend", - "version": "1.17.0", + "version": "1.17.1", "private": false, "scripts": { "build": "NODE_ENV=production webpack --config config/prod.webpack.config.js",