Skip to content

Commit

Permalink
[UID-184] Add okapi interface to dependencies. (#452)
Browse files Browse the repository at this point in the history
We have long depended on this.

Fixes UID-184.
  • Loading branch information
MikeTaylor authored Jan 28, 2025
1 parent 3d666a6 commit ef0204c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* When the Permissions Inspector encounters an undefined permission (which should never happen) it now shows that permission's true name in bold red instead of crashing. Fixes UID-183.
* Hide "I can haz endpoint" and "Permissions inspector" if the `roles` interface is present. Refs UID-151.
* Include missing user-related permissions in `settings.userLocale`. Refs UID-126.
* Add `okapi` interface to dependencies. (We have long depended on this.) Fixes UID-184.

## [9.0.0](https://github.com/folio-org/ui-developer/tree/v9.0.0) (2024-10-09)
[Full Changelog](https://github.com/folio-org/ui-developer/compare/v8.0.0...v9.0.0)
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"stripesHome",
"stripesAbout"
],
"okapiInterfaces": {},
"okapiInterfaces": {
"okapi": "1.9"
},
"optionalOkapiInterfaces": {
"app-manager": "1.0",
"capabilities": "1.0",
Expand Down

0 comments on commit ef0204c

Please sign in to comment.