From 52aea53e9ce05b5cabc1a55fdee69ee1bcdcdb21 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 Feb 2023 16:26:52 +0000 Subject: [PATCH] chore(release): 1.59.2 ## [1.59.2](https://github.com/RedHatInsights/patchman-ui/compare/v1.59.1...v1.59.2) (2023-02-16) ### Performance Improvements * **RHIF-171:** Get rid of activeApps in redux ([#956](https://github.com/RedHatInsights/patchman-ui/issues/956)) ([87f8c93](https://github.com/RedHatInsights/patchman-ui/commit/87f8c93862b2b2b9d9da07f9725aaf207ab15a42)) --- 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 d2bbbfeb9..dadbc43d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.59.2](https://github.com/RedHatInsights/patchman-ui/compare/v1.59.1...v1.59.2) (2023-02-16) + + +### Performance Improvements + +* **RHIF-171:** Get rid of activeApps in redux ([#956](https://github.com/RedHatInsights/patchman-ui/issues/956)) ([87f8c93](https://github.com/RedHatInsights/patchman-ui/commit/87f8c93862b2b2b9d9da07f9725aaf207ab15a42)) + ## [1.59.1](https://github.com/RedHatInsights/patchman-ui/compare/v1.59.0...v1.59.1) (2023-02-15) diff --git a/package-lock.json b/package-lock.json index 5f2e48371..240ebdb35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-patchman", - "version": "1.59.1", + "version": "1.59.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-patchman", - "version": "1.59.1", + "version": "1.59.2", "dependencies": { "@data-driven-forms/pf4-component-mapper": "^3.11.3", "@data-driven-forms/react-form-renderer": "^3.16.5", diff --git a/package.json b/package.json index 731bc2d03..6d58d2e00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-patchman", - "version": "1.59.1", + "version": "1.59.2", "browser": "dist/index.js", "private": false, "dependencies": {