From 6a2b600dc841fab756eb60a124574845d9f6779b Mon Sep 17 00:00:00 2001 From: Mariia_Aloshyna Date: Fri, 6 Dec 2024 21:29:32 +0200 Subject: [PATCH] Release v8.0.4 --- CHANGELOG.md | 10 +++++++--- package.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 828c3156c..6227a0efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,18 @@ ### Features added: * `React v19`: refactor away from default props for functional components. (UIDATIMP-1634) -## [8.0.3] (IN PROGRESS) +## [8.0.4](https://github.com/folio-org/ui-data-import/tree/v8.0.4) (2024-12-06) ### Bugs fixed: -* Allow central tenant to create action profile for Orders and Invoices. (UIDATIMP-1679) * Allow central tenant to create filed mapping profile for Orders and Invoices. (UIDATIMP-1685) -* Replace `_/proxy/tenants/${tenant}/modules` with `stripes.discovery.modules` object. (UIDATIMP-1686) * Populate "Existing records" field when create match profile. (UIDATIMP-1689) +## [8.0.3](https://github.com/folio-org/ui-data-import/tree/v8.0.3) (2024-12-04) + +### Bugs fixed: +* Allow central tenant to create action profile for Orders and Invoices. (UIDATIMP-1679) +* Replace `_/proxy/tenants/${tenant}/modules` with `stripes.discovery.modules` object. (UIDATIMP-1686) + ## [8.0.2](https://github.com/folio-org/ui-data-import/tree/v8.0.2) (2024-11-21) ### Bugs fixed: diff --git a/package.json b/package.json index e970efcd7..fb6899260 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/data-import", - "version": "8.0.2", + "version": "8.0.4", "description": "Data Import manager", "main": "src/index.js", "repository": "folio-org/ui-data-import",