From 08f9f91ccac5bdbb0a0d7e1f79f02ec3297f7581 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Thu, 29 Jun 2023 11:14:51 -0400 Subject: [PATCH] chore(release): 1.4.0 --- CHANGELOG.md | 27 ++++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d26d426b..b62ebc77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ All notable changes to this project will be documented in this file. +## 1.4.0 (2023-06-29) + + +### Features +* **pageLayout** discovery-334 update to pf4 (#210) (e670215) + +### Documentation +* **readme,contributing** discovery-330 in-depth workflows (#214) (2cdc80a) + +### Chores +* **deps** codecov/codecov-action from 3.1.3 to 3.1.4 (#211) (49d468a) + +### Builds +* **docs** DISCOVERY-357 Stop building docs pages (7b0fa0f) +* **deps** discovery-330 core npm script (#213) (2dec3d5) +* **webpack** discovery-334 webpack 5 (#209) (2fd67e6) + +### Bug Fixes +* **formGroup** discovery-330 pf id to fieldId (#217) (33b43de) +* **deps** discovery-330 resolve test warnings (#216) (20b3303) +* **deps** discovery-330 pf react-core update (#216) (f72808b) +* **deps** discovery-330 npm updates (#216) (6245917) +* **createCredential** DISCOVERY-363 Use ssh_passphrase (#221) (ccd62b7) +* **pageLayout** DISCOVERY-357 remove quipudocs links (91ce87f) + ## [1.3.0](https://github.com/quipucords/quipucords-ui/compare/6ff43b4e466bd75de36f4533d4e0255f9a1b47b9...59b2e37f3fe225c346f2e35174571dcb84bfc98d) (2023-06-07) ### Features @@ -237,4 +262,4 @@ All notable changes to this project will be documented in this file. * **createScanDialog:** issues/1 scan creation options ([#25](https://github.com/quipucords/quipucords-ui/issues/25)) ([c9d5f21](https://github.com/quipucords/quipucords-ui/commit/c9d5f21)) * **i18n:** issues/38 i18n integration, link to quipudocs ([#51](https://github.com/quipucords/quipucords-ui/issues/51)) ([89ef65c](https://github.com/quipucords/quipucords-ui/commit/89ef65c)) * **poll, reports:** issues/46 download report package ([#48](https://github.com/quipucords/quipucords-ui/issues/48)) ([8a3c560](https://github.com/quipucords/quipucords-ui/commit/8a3c560)) -* **styling:** issues/6 refresh for brand logos, styling ([#27](https://github.com/quipucords/quipucords-ui/issues/27)) ([e2bb2fc](https://github.com/quipucords/quipucords-ui/commit/e2bb2fc)) \ No newline at end of file +* **styling:** issues/6 refresh for brand logos, styling ([#27](https://github.com/quipucords/quipucords-ui/issues/27)) ([e2bb2fc](https://github.com/quipucords/quipucords-ui/commit/e2bb2fc)) diff --git a/package.json b/package.json index 8fae86af..71bde897 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quipucords-ui", - "version": "1.3.0", + "version": "1.4.0", "description": "Quipucords UI", "author": "Red Hat", "license": "GPL-3.0",