From d86ca50f1c116ade220ad61a206effa61b6eb4d3 Mon Sep 17 00:00:00 2001 From: Priyanka Terala <104053200+Terala-Priyanka@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:53:04 +0530 Subject: [PATCH] update change log and package.json files after release v11.0.9 (#2827) --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed434234b..977217ac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,12 @@ ## [11.1.0] In progress * `useUserTenantRoles` supplies `tenantId` in all its queries. Refs UIU-3279. * Leverage API supported sorting of columns on pre-registrations records list. Refs UIU-3249. -* Add permission to access users-keycloak delete method. Refs UIU-3282. * Fix issue with `Proxy borrower` field value. Refs UIU-3290. + +## [11.0.9](https://github.com/folio-org/ui-users/tree/v11.0.9) (2024-12-13) +[Full Changelog](https://github.com/folio-org/ui-users/compare/v11.0.8...v11.0.9) + +* Add permission to access users-keycloak delete method. Refs UIU-3282. * Check if userId is present in withUserRoles HOC. Refs UIU-3273. * Add missed permissions for endpoints used in withUserRoles HOC. UIU-3294. @@ -19,6 +23,13 @@ * Update permissions for mod-patron. Ref UIU-3259. * Update permission after BE permission changes. Refs UIU-3288. +## [11.0.6](https://github.com/folio-org/ui-users/tree/v11.0.6) (2024-11-28) +[Full Changelog](https://github.com/folio-org/ui-users/compare/v11.0.5...v11.0.6) + +* `useUserTenantRoles` supplies `tenantId` in all its queries. Refs UIU-3279. +* Leverage API supported sorting of columns on pre-registrations records list. Refs UIU-3249. +* Show all patron notice print jobs (not just ten random ones), in correct order. Fixes UIU-3269. + ## [11.0.5](https://github.com/folio-org/ui-users/tree/v11.0.5) (2024-11-20) [Full Changelog](https://github.com/folio-org/ui-users/compare/v11.0.3...v11.0.5) diff --git a/package.json b/package.json index 709bc6a4e..0985a1e43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/users", - "version": "11.0.5", + "version": "11.0.9", "description": "User management", "repository": "folio-org/ui-users", "publishConfig": {