From 04298c344a89592384b733dc6b48b78a104b10ee Mon Sep 17 00:00:00 2001 From: Artem_Blazhko Date: Wed, 30 Nov 2022 14:37:26 +0200 Subject: [PATCH] Release 7.2.4 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c61c881e..958d7e58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history for ui-requests +## [7.2.4](https://github.com/folio-org/ui-requests/tree/v7.2.4) (2022-11-30) +[Full Changelog](https://github.com/folio-org/ui-requests/compare/v7.2.3...v7.2.4) +* Add the possibility to submit a request if there is no user barcode. Refs UIREQ-849. + ## [7.2.3](https://github.com/folio-org/ui-requests/tree/v7.2.3) (2022-11-29) [Full Changelog](https://github.com/folio-org/ui-requests/compare/v7.2.2...v7.2.3) * Make title info loading when request created from Instance record at the first time. Refs UIREQ-834. diff --git a/package.json b/package.json index 88bb2dea..98629f49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/requests", - "version": "7.2.3", + "version": "7.2.4", "description": "Requests manager", "repository": "folio-org/ui-requests", "publishConfig": {