diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a285c346..2802d2d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.3](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.8.2...v1.8.3) (2022-11-21) + + +### Bug Fixes + +* **Tables:** Reset filters resets only filters ([#450](https://github.com/RedHatInsights/ocp-advisor-frontend/issues/450)) ([593664d](https://github.com/RedHatInsights/ocp-advisor-frontend/commit/593664dee53552a638b0e23669b618dee02a2e18)) + ## [1.8.2](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.8.1...v1.8.2) (2022-11-18) diff --git a/package-lock.json b/package-lock.json index 5cccd588d..c3beb66ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ocp-advisor-frontend", - "version": "1.8.2", + "version": "1.8.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ocp-advisor-frontend", - "version": "1.8.2", + "version": "1.8.3", "dependencies": { "@patternfly/react-core": "^4.224.1", "@patternfly/react-table": "^4.108.0", diff --git a/package.json b/package.json index 184e64f9f..076f89847 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ocp-advisor-frontend", - "version": "1.8.2", + "version": "1.8.3", "private": false, "scripts": { "build": "NODE_ENV=production webpack --config config/prod.webpack.config.js",