From 3492c0701fb36f440eb803e67c6f56da82a8d17c Mon Sep 17 00:00:00 2001 From: Dmitriy-Litvinenko Date: Tue, 17 Oct 2023 17:58:34 +0300 Subject: [PATCH] UIU-2960: Also support feesfines interface version 19.0 --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6798acea..c6599b1cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## [10.1.0] IN PROGRESS * Don't display affiliations of users with types `patron` or `dcb`. Refs UIU-2967. +* Also support `feesfines` interface version `19.0`. Refs UIU-2960. ## [10.0.0](https://github.com/folio-org/ui-users/tree/v10.0.0) (2023-10-13) [Full Changelog](https://github.com/folio-org/ui-users/compare/v9.0.3...v10.0.0) diff --git a/package.json b/package.json index ff6c1c89b..aaaa2d4c5 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "automated-patron-blocks": "0.1", "circulation": "9.0 10.0 11.0 12.0 13.0 14.0", "consortia": "1.0", - "feesfines": "16.1 17.0 18.0", + "feesfines": "16.1 17.0 18.0 19.0", "loan-policy-storage": "1.0 2.0", "loan-storage": "4.0 5.0 6.0 7.0", "notes": "2.0 3.0",