From 50ae31cc98df4d2993805157a74d54eaf47778ce Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Jul 2022 13:09:41 +0000 Subject: [PATCH] chore(release): 1.93.5 ## [1.93.5](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.93.4...v1.93.5) (2022-07-20) ### Reverts * Revert "chore: Correct prop types (#1720)" (#1727) ([e5421e7](https://github.com/RedHatInsights/vulnerability-ui/commit/e5421e79f901eeedc1fc49e6ad4a6cf4d843d75b)), closes [#1720](https://github.com/RedHatInsights/vulnerability-ui/issues/1720) [#1727](https://github.com/RedHatInsights/vulnerability-ui/issues/1727) --- 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 6a3d870bf..de8660ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.93.5](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.93.4...v1.93.5) (2022-07-20) + + +### Reverts + +* Revert "chore: Correct prop types (#1720)" (#1727) ([e5421e7](https://github.com/RedHatInsights/vulnerability-ui/commit/e5421e79f901eeedc1fc49e6ad4a6cf4d843d75b)), closes [#1720](https://github.com/RedHatInsights/vulnerability-ui/issues/1720) [#1727](https://github.com/RedHatInsights/vulnerability-ui/issues/1727) + ## [1.93.4](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.93.3...v1.93.4) (2022-07-07) diff --git a/package-lock.json b/package-lock.json index 1704f5b27..1165b7065 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.93.4", + "version": "1.93.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.93.4", + "version": "1.93.5", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/runtime": "^7.18.0", diff --git a/package.json b/package.json index 3493570ec..2fb9b334a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.93.4", + "version": "1.93.5", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": {