From 33fe35857c5e5b48d5c11933c74ac43b37f0c056 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Tue, 5 Mar 2024 16:03:23 -0500 Subject: [PATCH] Release v1.3.0 (#33) --- CHANGELOG.md | 9 +++++++-- package.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01f5c19..80ab25f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # Change history for ui-authorization-roles -## 1.3.0 IN PROGRESS +## [1.3.0](https://github.com/folio-org/ui-authorization-roles/tree/v1.3.0) (2024-03-05) +[Full Changelog](https://github.com/folio-org/ui-authorization-roles/compare/v1.2.0...v1.3.0) +* View role capability sets. Refs UIROLES-30. * List users assigned to a given role. Refs UIROLES-31. * Retrieve up to 5000 capabilities at once. Refs UIROLES-47. -* Include `settings.authorization-roles.enabled` permission set. Refs UIROLES-54. +* Add ability to Assign/unassign roles to users in role details pane. Refs UIROLES-43. +* Show spinner while loading capabilities/capabilitySets tables. Refs UIROLES-42 +* Show capabilities/capability sets depending on selected applications. Refs UIROLES-40. +* Include `settings.authorization-roles.enabled` permission set. Refs UIROLES-54. ## 1.2.0 diff --git a/package.json b/package.json index 27496fc..a3cc45a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/authorization-roles", - "version": "1.2.0", + "version": "1.3.0", "description": "FOLIO app for Authorization Roles", "main": "src/index.js", "repository": "folio/ui-authorization-roles",