From b619d8a0db257b76c85c73a53da65c9f13752d21 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Mar 2022 21:50:23 +0000 Subject: [PATCH] chore(release): 1.90.2 ## [1.90.2](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.90.1...v1.90.2) (2022-03-11) ### Bug Fixes * Remove duplicate expand all button ([6a2dd3c](https://github.com/RedHatInsights/vulnerability-ui/commit/6a2dd3c5438352a3da0dfab6f87e7d7a65a29c08)) --- 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 075e2b598..da3311bae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.90.2](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.90.1...v1.90.2) (2022-03-11) + + +### Bug Fixes + +* Remove duplicate expand all button ([6a2dd3c](https://github.com/RedHatInsights/vulnerability-ui/commit/6a2dd3c5438352a3da0dfab6f87e7d7a65a29c08)) + ## [1.90.1](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.90.0...v1.90.1) (2022-03-10) diff --git a/package-lock.json b/package-lock.json index 24c5732d3..2ca68a4e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.90.1", + "version": "1.90.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.90.1", + "version": "1.90.2", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/runtime": "^7.17.2", diff --git a/package.json b/package.json index b7d9857f8..b93f074d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.90.1", + "version": "1.90.2", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": {