From 8045caa89dd8a8f0d7ea7ce07d7d1683a34357f9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Mar 2022 10:55:24 +0000 Subject: [PATCH] chore(release): 1.0.14 [skip ci] ## [1.0.14](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.0.13...v1.0.14) (2022-03-21) ### Bug Fixes * **ClusterListTable:** Updated the reset filters behavior ([#184](https://github.com/RedHatInsights/ocp-advisor-frontend/issues/184)) ([e184d33](https://github.com/RedHatInsights/ocp-advisor-frontend/commit/e184d334daf1d7a6043d5f3a371438e8e5163eef)) * **RecsListTable:** Reset filters button behavior update ([#183](https://github.com/RedHatInsights/ocp-advisor-frontend/issues/183)) ([2287020](https://github.com/RedHatInsights/ocp-advisor-frontend/commit/2287020bc17cc5bb69980fa06f0f6cbf1c166955)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f4a0385..b7ff7483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.14](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.0.13...v1.0.14) (2022-03-21) + + +### Bug Fixes + +* **ClusterListTable:** Updated the reset filters behavior ([#184](https://github.com/RedHatInsights/ocp-advisor-frontend/issues/184)) ([e184d33](https://github.com/RedHatInsights/ocp-advisor-frontend/commit/e184d334daf1d7a6043d5f3a371438e8e5163eef)) +* **RecsListTable:** Reset filters button behavior update ([#183](https://github.com/RedHatInsights/ocp-advisor-frontend/issues/183)) ([2287020](https://github.com/RedHatInsights/ocp-advisor-frontend/commit/2287020bc17cc5bb69980fa06f0f6cbf1c166955)) + ## [1.0.13](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.0.12...v1.0.13) (2022-03-15) diff --git a/package-lock.json b/package-lock.json index ec2e808d..40ad8c7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ocp-advisor-frontend", - "version": "1.0.13", + "version": "1.0.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ocp-advisor-frontend", - "version": "1.0.13", + "version": "1.0.14", "dependencies": { "@patternfly/react-core": "^4.198.5", "@patternfly/react-table": "^4.51.0", diff --git a/package.json b/package.json index d6dbec12..e23ae742 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ocp-advisor-frontend", - "version": "1.0.13", + "version": "1.0.14", "private": false, "scripts": { "build": "NODE_ENV=production webpack --config config/prod.webpack.config.js",