From 91a680176a3eed7570d5f1e7947115353b51eed9 Mon Sep 17 00:00:00 2001 From: Yury Saukou Date: Mon, 18 Nov 2024 18:15:32 +0400 Subject: [PATCH] UIORGS-355 Add new required okapi interface --- CHANGELOG.md | 4 ++-- package.json | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9465c947..bc14612d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Change history for ui-organizations -## 5.3.0 (IN PROGRESS) +## 6.0.0 (IN PROGRESS) -* Display all versions in change log in fourth pane. Refs UIORGS-355. +* *BREAKING* Display all versions in change log in fourth pane. Refs UIORGS-355. ## [5.2.0](https://github.com/folio-org/ui-organizations/tree/v5.2.0) (2024-10-31) [Full Changelog](https://github.com/folio-org/ui-organizations/compare/v5.1.1...v5.2.0) diff --git a/package.json b/package.json index 3bb204a8..9ca265e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/organizations", - "version": "5.2.0", + "version": "6.0.0", "description": "Organizations", "main": "index.js", "repository": "folio-org/ui-organizations", @@ -19,6 +19,7 @@ "home": "/organizations", "okapiInterfaces": { "acquisition-methods": "1.0", + "acquisition-organization-events": "1.0", "banking-information": "1.0", "data-export-spring": "1.0 2.0", "configuration": "2.0", @@ -66,6 +67,7 @@ "replaces": ["ui-organizations.third-party-services"], "visible": false, "subPermissions": [ + "acquisition.organization.events.get", "acquisitions-units.memberships.collection.get", "acquisitions-units.units.collection.get", "configuration.entries.collection.get",