From 09523f3dedb0f4038952d7d379ef1f1d76f592b8 Mon Sep 17 00:00:00 2001 From: Mikita Siadykh Date: Fri, 10 Mar 2023 11:38:32 +0400 Subject: [PATCH] Release v3.0.3 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50fc69ab..009702fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## In progress +## [3.0.3](https://github.com/folio-org/ui-bulk-edit/tree/v3.0.3) (2023-03-10) + * [UIBULKED-261](https://issues.folio.org/browse/UIBULKED-261) Replace UUID with HRID on Logs * [UIBULKED-265](https://issues.folio.org/browse/UIBULKED-265) Columns on the 'Are you sure' form are mixed in case simultaneously running jobs * [UIBULKED-266](https://issues.folio.org/browse/UIBULKED-266) Confirmation screen is missing for completed with errors operations diff --git a/package.json b/package.json index 2624a246..5369651c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/bulk-edit", - "version": "3.0.2", + "version": "3.0.3", "description": "Description for bulk edit", "main": "index.js", "repository": "",