Skip to content

Commit

Permalink
Expose <RenderPermissions>, <PermissionSetDetails> and `<Permissi…
Browse files Browse the repository at this point in the history
…onSetForm>` components for reuse (#2491)
  • Loading branch information
usavkov-epam authored Jun 19, 2023
1 parent 6106bb0 commit 4d312c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
* In loan history, older staff notes should NOT be marked as "SUPERSEDED". Fixes UIU-2891.
* Users with view-only access to user permissions and access to edit user records get error message when saving a user record. Refs UIU-2885.
* Use new WSAPI for adding patron/staff notes to loans. Fixes UIU-2893. **Note.** The new requirement of the `add-info` interface is a breaking change.
* Expose `<RenderPermissions>`, `<PermissionSetDetails>` and `<PermissionSetForm>` components for reuse. Refs UIU-2896.

## [9.0.0](https://github.com/folio-org/ui-users/tree/v9.0.0) (2023-02-20)
[Full Changelog](https://github.com/folio-org/ui-users/compare/v8.1.0...v9.0.0)
Expand Down
7 changes: 7 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// app root
export { default } from './src';

// components
export { default as RenderPermissions } from './src/components/RenderPermissions';
export { default as PermissionSetDetails } from './src/settings/permissions/PermissionSetDetails';
export { default as PermissionSetForm } from './src/settings/permissions/PermissionSetForm';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"engines": {
"node": ">=14.0.0"
},
"main": "src/index.js",
"main": "index.js",
"stripes": {
"actsAs": [
"app",
Expand Down

0 comments on commit 4d312c4

Please sign in to comment.