Skip to content

Commit

Permalink
Merge branch 'master' into lokalise-2024-11-07_18-10-17
Browse files Browse the repository at this point in the history
  • Loading branch information
Terala-Priyanka authored Nov 11, 2024
2 parents 06ff06b + 6014b40 commit ba17762
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change history for ui-users

## [11.1.0] In progress


## [11.0.1](https://github.com/folio-org/ui-users/tree/v11.0.1) (2024-11-08)
[Full Changelog](https://github.com/folio-org/ui-users/compare/v11.0.0...v11.0.1)

* Process more item tokens in due date print. Refs UIU-3239.

## [11.0.0](https://github.com/folio-org/ui-users/tree/v11.0.0) (2024-10-31)
[Full Changelog](https://github.com/folio-org/ui-users/compare/v10.1.2...v11.0.0)

Expand Down Expand Up @@ -79,7 +87,6 @@
* Display preregistration data appropriately. Refs UIU-3247.
* Conditionally use delete method of the `mod-users-keycloak` if `users-keycloak` interface is present in UserRecordContainer. Refs UIU-3234.
* Fix user edit without "Auth-Users" capability sets. Refs UIU-3243.
* Process more item tokens in due date print. Refs UIU-3239.
* If keycloak user record doesn't exist, create it before resetting password. Refs UIU-3236.
* Review and cleanup Module Descriptors for ui-users. Refs UIU-3214.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/users",
"version": "11.0.0",
"version": "11.0.1",
"description": "User management",
"repository": "folio-org/ui-users",
"publishConfig": {
Expand Down Expand Up @@ -158,7 +158,7 @@
"replaces": ["ui-users.editperms"],
"subPermissions": [
"ui-users.edit",
"ui-users.viewperms",
"ui-users.perms.view",
"perms.users.item.put",
"perms.users.item.post",
"perms.users.item.delete",
Expand Down

0 comments on commit ba17762

Please sign in to comment.