From 404af2f39d6a0b78e6612b555d13634b6334ac51 Mon Sep 17 00:00:00 2001 From: Dmytro-Melnyshyn <77053927+Dmytro-Melnyshyn@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:22:19 +0300 Subject: [PATCH] UIQM-714: *BREAKING* Upgrade inventory to 14.0. (#742) --- 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",