From 8e8e81439fc1d2ecef90e43bdd0b4a4b29e7b8e0 Mon Sep 17 00:00:00 2001 From: Artem_Blazhko Date: Mon, 14 Nov 2022 12:51:53 +0200 Subject: [PATCH] Release 7.2.1 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a957ca0..5b1e8d30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change history for ui-requests +## [7.2.1](https://github.com/folio-org/ui-requests/tree/v7.2.1) (2022-11-14) +[Full Changelog](https://github.com/folio-org/ui-requests/compare/v7.2.0...v7.2.1) +* Prevent request to get instance if there is no `instanceId`. Refs UIREQ-826. +* Prevent reset of request type, fix validation issues. Refs UIREQ-824. + ## [7.2.0](https://github.com/folio-org/ui-requests/tree/v7.2.0) (2022-10-20) [Full Changelog](https://github.com/folio-org/ui-requests/compare/v7.1.3...v7.2.0) @@ -10,7 +15,6 @@ * Refactor forms to use final-form. Refs UIREQ-419. * Requests: Implement App context menu and keyboard shortcuts modal. refs UIREQ-817. * Make title level request box selected when duplicating title level request. Refs UIREQ-827. -* Prevent request to get instance if there is no `instanceId`. Refs UIREQ-826. ## [7.1.3](https://github.com/folio-org/ui-requests/tree/v7.1.3) (2022-08-11) [Full Changelog](https://github.com/folio-org/ui-requests/compare/v7.1.2...v7.1.3) diff --git a/package.json b/package.json index 35d85d07..7373bd82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/requests", - "version": "7.2.0", + "version": "7.2.1", "description": "Requests manager", "repository": "folio-org/ui-requests", "publishConfig": {