From 197c9a624acfadaf74cf3ca6be3a508a50edcaa2 Mon Sep 17 00:00:00 2001 From: Denys Bohdan Date: Wed, 25 Sep 2024 12:25:44 +0200 Subject: [PATCH] UIQM-706 Upgrade `marc-records-editor` to 6.0 --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d4e6e45..6178aadb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ * [UIQM-699](https://issues.folio.org/browse/UIQM-699) ECS - send validation request with central tenant id for shared Bib and Authority records. * [UIQM-693](https://issues.folio.org/browse/UIQM-693) Hide permission - Edit, View: Enable duplicate LCCN (010 $a) checking of MARC bibliographic and authority records. * [UIQM-695](https://issues.folio.org/browse/UIQM-695) Remove extra `$` from error messages when adding/removing `$t` from 1XX of linked MARC authority record. +* [UIQM-706](https://issues.folio.org/browse/UIQM-706) *BREAKING* Upgrade `marc-records-editor` to `6.0`. ## [8.0.1] (https://github.com/folio-org/ui-quick-marc/tree/v8.0.1) (2024-04-18) diff --git a/package.json b/package.json index d2df42fb..83975f90 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "displayName": "ui-quick-marc.meta.title", "okapiInterfaces": { "inventory": "13.0", - "marc-records-editor": "5.0", + "marc-records-editor": "6.0", "search": "1.2", "marc-specifications": "1.0", "authority-source-files": "2.0",