Skip to content

Commit

Permalink
chore(release): 1.86.4
Browse files Browse the repository at this point in the history
## [1.86.4](v1.86.3...v1.86.4) (2021-12-02)

### Bug Fixes

* Don't try to toggle read only banner in Inventory ([#1401](#1401)) ([a790fb7](a790fb7))
* Fix occasional crash with getEntities hook ([#1402](#1402)) ([333ccfd](333ccfd))
* Gracefully handle RBAC API not operational ([#1403](#1403)) ([d3abf90](d3abf90))
* Improve notification clearing ([#1398](#1398)) ([0f98a25](0f98a25))
  • Loading branch information
semantic-release-bot committed Dec 2, 2021
1 parent 0f98a25 commit 16c3d8c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 16c3d8c

Please sign in to comment.