From 7aae34b7f2bee81618669e47477d14c177a40a31 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Aug 2022 12:07:50 +0000 Subject: [PATCH] chore(release): 1.6.3 [skip ci] ## [1.6.3](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.6.2...v1.6.3) (2022-08-15) ### Bug Fixes * **Tables:** reduce re-renders; fix the incorrect data-ouia-safe attribute ([#389](https://github.com/RedHatInsights/ocp-advisor-frontend/issues/389)) ([eec645b](https://github.com/RedHatInsights/ocp-advisor-frontend/commit/eec645b7e72a02b4a84015441d5c67237262e4c1)) --- 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 24611a6b9..61e221481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.3](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.6.2...v1.6.3) (2022-08-15) + + +### Bug Fixes + +* **Tables:** reduce re-renders; fix the incorrect data-ouia-safe attribute ([#389](https://github.com/RedHatInsights/ocp-advisor-frontend/issues/389)) ([eec645b](https://github.com/RedHatInsights/ocp-advisor-frontend/commit/eec645b7e72a02b4a84015441d5c67237262e4c1)) + ## [1.6.2](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.6.1...v1.6.2) (2022-08-05) diff --git a/package-lock.json b/package-lock.json index 3976d7fdd..86989e1a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ocp-advisor-frontend", - "version": "1.6.2", + "version": "1.6.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ocp-advisor-frontend", - "version": "1.6.2", + "version": "1.6.3", "dependencies": { "@patternfly/react-core": "^4.224.1", "@patternfly/react-table": "^4.93.1", diff --git a/package.json b/package.json index 0142a452d..d3a884dc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ocp-advisor-frontend", - "version": "1.6.2", + "version": "1.6.3", "private": false, "scripts": { "build": "NODE_ENV=production webpack --config config/prod.webpack.config.js",