From 97dbe8a641c0972d90c02e75c9e105a0ba229e0e Mon Sep 17 00:00:00 2001 From: Mariia_Aloshyna Date: Fri, 15 Nov 2024 15:27:41 +0200 Subject: [PATCH] Release v8.0.1 --- CHANGELOG.md | 8 ++++++-- package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cd2fabf6..dce221cad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # Change history for ui-data-import -## [8.0.1] (IN PROGRESS) +## [8.0.2] (IN PROGRESS) ### Bugs fixed: -* Invoice field mapping profile: cannot check export to accounting checkbox. (UIDATIMP-1671) * Display placeholder in `Job profile` and `User` filters on the `View all` page after clicking on `Reset all` button. (UIDATIMP-1675) +## [8.0.1](https://github.com/folio-org/ui-data-import/tree/v8.0.1) (2024-11-15) + +### Bugs fixed: +* Invoice field mapping profile: cannot check export to accounting checkbox. (UIDATIMP-1671) + ## [8.0.0](https://github.com/folio-org/ui-data-import/tree/v8.0.0) (2024-10-31) ### Features added: diff --git a/package.json b/package.json index 1fb50c664..1b874a673 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/data-import", - "version": "8.0.0", + "version": "8.0.1", "description": "Data Import manager", "main": "src/index.js", "repository": "folio-org/ui-data-import",