From 48570d509c341b050aaa2e48fb55696c4eb5394a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Mar 2022 13:29:32 +0000 Subject: [PATCH] chore(release): 1.90.3 ## [1.90.3](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.90.2...v1.90.3) (2022-03-21) ### Bug Fixes * **System CVE table:** Fix sorting when canSelect is false ([#1586](https://github.com/RedHatInsights/vulnerability-ui/issues/1586)) ([aaffdd9](https://github.com/RedHatInsights/vulnerability-ui/commit/aaffdd956489dde35d02e9b269bd3cc7922688be)) --- 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 da3311bae..3972917e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.90.3](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.90.2...v1.90.3) (2022-03-21) + + +### Bug Fixes + +* **System CVE table:** Fix sorting when canSelect is false ([#1586](https://github.com/RedHatInsights/vulnerability-ui/issues/1586)) ([aaffdd9](https://github.com/RedHatInsights/vulnerability-ui/commit/aaffdd956489dde35d02e9b269bd3cc7922688be)) + ## [1.90.2](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.90.1...v1.90.2) (2022-03-11) diff --git a/package-lock.json b/package-lock.json index 4397e6ae0..f55793bd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.90.2", + "version": "1.90.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.90.2", + "version": "1.90.3", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/runtime": "^7.17.7", diff --git a/package.json b/package.json index ddc06f135..a28de9317 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.90.2", + "version": "1.90.3", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": {