From 2079fd55dc32a4a1e991a9afcbd44659b5f71f69 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Mar 2023 23:01:37 +0000 Subject: [PATCH] chore(release): 1.98.5 ## [1.98.5](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.98.4...v1.98.5) (2023-03-07) ### Bug Fixes * **ESSNTL-4429:** pass inventroy id to detail wrapper ([#1879](https://github.com/RedHatInsights/vulnerability-ui/issues/1879)) ([9447c9b](https://github.com/RedHatInsights/vulnerability-ui/commit/9447c9bd28197442d6e15d4d68a7a8f9764883f8)) --- 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 d34c4de6f..6691ba80c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.98.5](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.98.4...v1.98.5) (2023-03-07) + + +### Bug Fixes + +* **ESSNTL-4429:** pass inventroy id to detail wrapper ([#1879](https://github.com/RedHatInsights/vulnerability-ui/issues/1879)) ([9447c9b](https://github.com/RedHatInsights/vulnerability-ui/commit/9447c9bd28197442d6e15d4d68a7a8f9764883f8)) + ## [1.98.4](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.98.3...v1.98.4) (2023-02-14) diff --git a/package-lock.json b/package-lock.json index f65ca03ba..e443f2a84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.98.4", + "version": "1.98.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.98.4", + "version": "1.98.5", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.20.7", "@babel/runtime": "^7.20.13", diff --git a/package.json b/package.json index d97183741..4a8eb240a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.98.4", + "version": "1.98.5", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": {