From 16c3d8c27d66749338b5158382b38178cae05931 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Dec 2021 13:03:37 +0000 Subject: [PATCH] chore(release): 1.86.4 ## [1.86.4](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.86.3...v1.86.4) (2021-12-02) ### Bug Fixes * Don't try to toggle read only banner in Inventory ([#1401](https://github.com/RedHatInsights/vulnerability-ui/issues/1401)) ([a790fb7](https://github.com/RedHatInsights/vulnerability-ui/commit/a790fb78fdd684d3032aaa31366b06a53e0fc7c6)) * Fix occasional crash with getEntities hook ([#1402](https://github.com/RedHatInsights/vulnerability-ui/issues/1402)) ([333ccfd](https://github.com/RedHatInsights/vulnerability-ui/commit/333ccfd7d1d43510f2ebd5a0e9f76bef948670eb)) * Gracefully handle RBAC API not operational ([#1403](https://github.com/RedHatInsights/vulnerability-ui/issues/1403)) ([d3abf90](https://github.com/RedHatInsights/vulnerability-ui/commit/d3abf9060b565f026ba2188bf79b179108fe03e1)) * Improve notification clearing ([#1398](https://github.com/RedHatInsights/vulnerability-ui/issues/1398)) ([0f98a25](https://github.com/RedHatInsights/vulnerability-ui/commit/0f98a25b0c184aac2c0f780c45e137afabfd30d9)) --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6b38b1ed..380df6962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.86.4](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.86.3...v1.86.4) (2021-12-02) + + +### Bug Fixes + +* Don't try to toggle read only banner in Inventory ([#1401](https://github.com/RedHatInsights/vulnerability-ui/issues/1401)) ([a790fb7](https://github.com/RedHatInsights/vulnerability-ui/commit/a790fb78fdd684d3032aaa31366b06a53e0fc7c6)) +* Fix occasional crash with getEntities hook ([#1402](https://github.com/RedHatInsights/vulnerability-ui/issues/1402)) ([333ccfd](https://github.com/RedHatInsights/vulnerability-ui/commit/333ccfd7d1d43510f2ebd5a0e9f76bef948670eb)) +* Gracefully handle RBAC API not operational ([#1403](https://github.com/RedHatInsights/vulnerability-ui/issues/1403)) ([d3abf90](https://github.com/RedHatInsights/vulnerability-ui/commit/d3abf9060b565f026ba2188bf79b179108fe03e1)) +* Improve notification clearing ([#1398](https://github.com/RedHatInsights/vulnerability-ui/issues/1398)) ([0f98a25](https://github.com/RedHatInsights/vulnerability-ui/commit/0f98a25b0c184aac2c0f780c45e137afabfd30d9)) + ## [1.86.3](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.86.2...v1.86.3) (2021-11-24) diff --git a/package-lock.json b/package-lock.json index 1d8fab630..84896dd32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.86.3", + "version": "1.86.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.86.3", + "version": "1.86.4", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/runtime": "^7.16.3", diff --git a/package.json b/package.json index fb2e2c217..885011d0f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.86.3", + "version": "1.86.4", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": {