From 3154e4b731670bfbe0ee85b57b35ea5561ba1512 Mon Sep 17 00:00:00 2001 From: Artem_Blazhko Date: Thu, 9 Nov 2023 16:26:07 +0200 Subject: [PATCH] Release 9.0.3 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea718881..b657b005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,16 @@ # Change history for ui-circulation +## [9.0.3](https://github.com/folio-org/ui-circulation/tree/v9.0.3) (2023-11-09) +[Full Changelog](https://github.com/folio-org/ui-circulation/compare/v9.0.2...v9.0.3) + +* Fix problem with accordions on Circulation settings page. Refs UICIRC-1009. + ## [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) * 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. -* Fix problem with accordions on Circulation settings page. Refs UICIRC-1009. ## [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) diff --git a/package.json b/package.json index 3b577447..e5c13f47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/circulation", - "version": "9.0.2", + "version": "9.0.3", "description": "Circulation manager", "repository": "folio-org/ui-circulation", "publishConfig": {