From 75dd4b390e0c0578489cf6e76501709521a9e549 Mon Sep 17 00:00:00 2001 From: Ivan Kryzhanovskyi Date: Tue, 11 Aug 2020 09:42:20 +0300 Subject: [PATCH] Release v2.1.2 --- CHANGELOG.md | 12 +----------- package.json | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5582f60aa..5c7ec0503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,8 @@ # Change history for ui-data-import -## **2.2.0** (in progress) - -### Features added: -* Handle import of stripes-acq-components to modules and platform (UISACQCOMP-3) -* Add validation rules for Move action for the MARC modifications table fields (UIDATIMP-492) -* Add validation rules for Edit action for the MARC modifications table fields (UIDATIMP-489) -* Increment `@folio/stripes` to `v5` and update dependency on `react-router`. -* Reuse `` component from `stripes-data-transfer-components` repository (UIDATIMP-571) -* Fix field mapping for Item record check in/check out note (UIDATIMP-554) -* Field mappings: Repeatable field dropdown Validation (UIDATIMP-508) +## [2.1.2](https://github.com/folio-org/ui-data-import/tree/v2.1.2) (2020-08-11) ### Bugs fixed: -* Fix rendering qualifier sections with old data in match profiles details (UIDATIMP-481) * Fix Inconsistent in Holding schema between UI and Backend (UIDATIMP-596) * Fix saving subfield information of match profile (UIDATIMP-604) * Fix optional sections of match profile do not clear out when removed (UIDATIMP-597) diff --git a/package.json b/package.json index 0f833e1bc..6d926420e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/data-import", - "version": "2.1.1", + "version": "2.1.2", "description": "Data Import manager", "main": "src/index.js", "repository": "folio-org/ui-data-import",