From ad74aba895f19cd75e7c741a025f5d988a3d39b3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Aug 2021 14:43:31 +0000 Subject: [PATCH] chore(release): 1.77.3 ## [1.77.3](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.77.2...v1.77.3) (2021-08-27) ### Bug Fixes * **system list bulk edit:** Store previously loaded rows for bulk edits ([#1149](https://github.com/RedHatInsights/vulnerability-ui/issues/1149)) ([c5401ea](https://github.com/RedHatInsights/vulnerability-ui/commit/c5401ea6f7cade180540fedd06233a6d0f9b60a7)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 938e01b03..41e0c4bdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.77.3](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.77.2...v1.77.3) (2021-08-27) + + +### Bug Fixes + +* **system list bulk edit:** Store previously loaded rows for bulk edits ([#1149](https://github.com/RedHatInsights/vulnerability-ui/issues/1149)) ([c5401ea](https://github.com/RedHatInsights/vulnerability-ui/commit/c5401ea6f7cade180540fedd06233a6d0f9b60a7)) + ## [1.77.2](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.77.1...v1.77.2) (2021-08-27) diff --git a/package-lock.json b/package-lock.json index 2a8eb054a..a275b1dcb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.77.2", + "version": "1.77.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 91a1aa6ab..444041de2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.77.2", + "version": "1.77.3", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": {