Skip to content

Commit

Permalink
UIORGS-355 Add new required okapi interface
Browse files Browse the repository at this point in the history
  • Loading branch information
usavkov-epam committed Nov 18, 2024
1 parent 3099311 commit 91a6801
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 91a6801

Please sign in to comment.