Skip to content

Commit

Permalink
Release 9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy-Litvinenko committed Nov 8, 2023
1 parent 6babdf4 commit 4fbdf76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Change history for ui-circulation

## [9.0.1](https://github.com/folio-org/ui-circulation/tree/v9.0.1) (2023-11-02)
[Full Changelog](https://github.com/folio-org/ui-circulation/compare/v9.0.0...v9.0.1)
## [9.0.2](https://github.com/folio-org/ui-circulation/tree/v9.0.2) (2023-11-08)
[Full Changelog](https://github.com/folio-org/ui-circulation/compare/v9.0.1...v9.0.2)

* Remove `None` option from notice methods. Fixes UICIRC-995.
* Fix permission error for Settings (Circ): Can create, edit and remove overdue fine policies. Refs UICIRC-1013.
* Fix wrong position of "Cancel" and "Save & close" button. Refs UICIRC-1014.
* Extend "Settings (Circ): Can create, edit and remove request policies" permission to be able to see service points. Refs UICIRC-1016.

## [9.0.1](https://github.com/folio-org/ui-circulation/tree/v9.0.1) (2023-11-02)
[Full Changelog](https://github.com/folio-org/ui-circulation/compare/v9.0.0...v9.0.1)

* Remove `None` option from notice methods. Fixes UICIRC-995.

## [9.0.0](https://github.com/folio-org/ui-circulation/tree/v9.0.0) (2023-10-12)
[Full Changelog](https://github.com/folio-org/ui-circulation/compare/v8.0.1...v9.0.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/circulation",
"version": "9.0.1",
"version": "9.0.2",
"description": "Circulation manager",
"repository": "folio-org/ui-circulation",
"publishConfig": {
Expand Down

0 comments on commit 4fbdf76

Please sign in to comment.