From 5c4ae069533ea9706b16b8d95b28cc575014e1ae Mon Sep 17 00:00:00 2001 From: Dmytro-Melnyshyn Date: Tue, 8 Oct 2024 10:13:11 +0300 Subject: [PATCH] UIQM-714: *BREAKING* Upgrade inventory to 14.0. --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71271cfe..ffa44ef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ * [UIQM-698](https://issues.folio.org/browse/UIQM-698) Validate 006/007 field lengths. * [UIQM-704](https://issues.folio.org/browse/UIQM-704) Linked fields - combine split fields before sending for validation. * [UIQM-708](https://issues.folio.org/browse/UIQM-708) Change 007 Microforms type to allow 4 characters in RRR/RR field. +* [UIQM-714](https://issues.folio.org/browse/UIQM-714) *BREAKING* Upgrade `inventory` to `14.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 83975f90..1f7355c0 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "pluginType": "quick-marc", "displayName": "ui-quick-marc.meta.title", "okapiInterfaces": { - "inventory": "13.0", + "inventory": "14.0", "marc-records-editor": "6.0", "search": "1.2", "marc-specifications": "1.0",