Skip to content

Commit

Permalink
Release v1.3.0 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored Mar 5, 2024
1 parent 9e882d9 commit 33fe358
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 33fe358

Please sign in to comment.