From 678e32a3bb2d84215a9d79509bd58460bd6b49f3 Mon Sep 17 00:00:00 2001 From: Ivan Kryzhanovskyi Date: Mon, 23 Aug 2021 15:22:55 +0300 Subject: [PATCH] Release v4.1.4 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd1e4d400..a7d19b878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## **4.2.0** (in progress) +## [4.1.4](https://github.com/folio-org/ui-data-import/tree/v4.1.4) (2021-08-23) + +### Features added: +* prefer @folio/stripes exports to private paths when importing TextDate component (UIDATIMP-941) + ## [4.1.3](https://github.com/folio-org/ui-data-import/tree/v4.1.3) (2021-08-03) ### Bugs fixed: @@ -11,7 +16,6 @@ ### Features added: * Ensure that the most recent 25 import logs display on the Data Import Landing Page (UIDATIMP-950) -* prefer @folio/stripes exports to private paths when importing TextDate component (UIDATIMP-941) ### Bugs fixed: * When closing the log summary, user sometimes goes to unexpected place (UIDATIMP-949) diff --git a/package.json b/package.json index 13de3a25f..380fd5e8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/data-import", - "version": "4.1.3", + "version": "4.1.4", "description": "Data Import manager", "main": "src/index.js", "repository": "folio-org/ui-data-import",