Skip to content

Commit

Permalink
chore(release): 1.79.0
Browse files Browse the repository at this point in the history
# [1.79.0](v1.78.5...v1.79.0) (2021-10-25)

### Bug Fixes

* Fix OS version typo ([eeb05a6](eeb05a6))
* Hide read-only banner when app is no longer in read-only mode ([5329dca](5329dca))

### Features

* Add sorting to remediation column ([92bfe81](92bfe81))
* Column management for Systems exposed page VULN-1874 ([f89b5e7](f89b5e7))
  • Loading branch information
semantic-release-bot committed Oct 25, 2021
1 parent 5329dca commit 9cb58a8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.79.0](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.78.5...v1.79.0) (2021-10-25)


### Bug Fixes

* Fix OS version typo ([eeb05a6](https://github.com/RedHatInsights/vulnerability-ui/commit/eeb05a68d105e0a7789e2f45677c1c631296e8cf))
* Hide read-only banner when app is no longer in read-only mode ([5329dca](https://github.com/RedHatInsights/vulnerability-ui/commit/5329dca06988bd51584c5070c9395db65bd23364))


### Features

* Add sorting to remediation column ([92bfe81](https://github.com/RedHatInsights/vulnerability-ui/commit/92bfe81d935c17627e3e246fecdc63cfa07cb7d9))
* Column management for Systems exposed page VULN-1874 ([f89b5e7](https://github.com/RedHatInsights/vulnerability-ui/commit/f89b5e7fbeb6e62394ad99b3b1bb04ac1508b5f8))

## [1.78.5](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.78.4...v1.78.5) (2021-10-21)


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.78.5",
"version": "1.79.0",
"browser": "dist/index.js",
"module": "esm/index.js",
"dependencies": {
Expand Down

0 comments on commit 9cb58a8

Please sign in to comment.