From 181bffc46a464cd6e5ef4926c57617db0fb77b45 Mon Sep 17 00:00:00 2001 From: Mariia Aloshyna <55138456+mariia-aloshyna@users.noreply.github.com> Date: Mon, 28 Nov 2022 13:01:23 +0200 Subject: [PATCH] Release v5.3.7 (#1281) --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7f3f95cc..eb43cc3e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change history for ui-data-import -## **5.3.7** (in progress) +## [5.3.7](https://github.com/folio-org/ui-data-import/tree/v5.3.7) (2022-11-28) ### Bugs fixed: * Fix path for getting identifierTypes when creating new match profile (UIDATIMP-1319) @@ -10,7 +10,7 @@ ### Bugs fixed: * Missing associated profiles on edit screen on Action/Field mapping profiles (UIDATIMP-1296) * Data import settings: Shortcuts for creating, editing and duplicating don't work (UIDATIMP-1300) -* Error in module after creating new match profile (UIDATIMP-1319) +* Fix path for getting identifierTypes on the match profiles list ## [5.3.5](https://github.com/folio-org/ui-data-import/tree/v5.3.5) (2022-11-17) diff --git a/package.json b/package.json index 7a92b90ae..1064f5cd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/data-import", - "version": "5.3.6", + "version": "5.3.7", "description": "Data Import manager", "main": "src/index.js", "repository": "folio-org/ui-data-import",