From 568ec094bae2975ef317e2690bfe5057a2fcc309 Mon Sep 17 00:00:00 2001 From: CD Cabrera Date: Tue, 30 Jul 2024 09:44:50 -0400 Subject: [PATCH] chore(release): 4.8.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e3fdb164..c7433b497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [4.8.0](https://github.com/RedHatInsights/curiosity-frontend/compare/c0e3cb11e71b8c738f73b024b2bb47748cd38dbb...03f29992378c1194f6e66975e6d3a4722a217c07) (2024-07-30) + + +### Features +* **toolbarFieldExport** sw-2768 activate instances data ([#1367](https://github.com/RedHatInsights/curiosity-frontend/pull/1367)) ([03f2999](https://github.com/RedHatInsights/curiosity-frontend/commit/03f29992378c1194f6e66975e6d3a4722a217c07)) + +### Continuous Integrations +* schedule Jenkins pipelines in rhel8 nodes ([#1361](https://github.com/RedHatInsights/curiosity-frontend/pull/1361)) ([0ae5550](https://github.com/RedHatInsights/curiosity-frontend/commit/0ae5550a362b4aaa9cd2abc09b5e31c4fa0f4aa2)) + +### Builds +* **deps** bump react-use from 17.5.0 to 17.5.1 ([#1364](https://github.com/RedHatInsights/curiosity-frontend/pull/1364)) ([297dd43](https://github.com/RedHatInsights/curiosity-frontend/commit/297dd439c54351d5e3f71adf002262dd6dc95680)) +* **deps-dev** bump the group with 2 updates ([#1362](https://github.com/RedHatInsights/curiosity-frontend/pull/1362)) ([daceb27](https://github.com/RedHatInsights/curiosity-frontend/commit/daceb27279a9d9a681629ac763f02c5df453079a)) +* **deps-dev** bump group with 5 updates ([#1360](https://github.com/RedHatInsights/curiosity-frontend/pull/1360)) ([c6b2e09](https://github.com/RedHatInsights/curiosity-frontend/commit/c6b2e094b4ad8823d0106f0b3ca7fd0dc7a7f355)) + ## [4.7.0](https://github.com/RedHatInsights/curiosity-frontend/compare/6fc10826e649645970fdfabfe6963268092e2cc1...7c0c950df6916836ea7f622883681552b53c66cf) (2024-07-23) diff --git a/package-lock.json b/package-lock.json index b5f4deb17..0d663b34e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "curiosity-frontend", - "version": "4.7.0", + "version": "4.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "curiosity-frontend", - "version": "4.7.0", + "version": "4.8.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 48034aaaf..de8a1ef4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "curiosity-frontend", - "version": "4.7.0", + "version": "4.8.0", "description": "A subscription reporting frontend.", "author": "Red Hat", "license": "Apache-2.0",