From 6286b036e988b8af4c07a987e10a5ef56e901e33 Mon Sep 17 00:00:00 2001 From: Michal Kuklis Date: Fri, 25 Mar 2022 13:39:22 -0400 Subject: [PATCH] Release v9.0.3 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a76fdca..3d951c410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change history for ui-inventory +## [9.0.3](https://github.com/folio-org/ui-inventory/tree/v9.0.3) (2022-03-25) +[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v9.0.2...v9.0.3) + +* Fix issues with re-entering ui-inventory when the instance details pane is opened. Fixes UIIN-1934. +* Do not cross-check tag facets with tag list. Refs UIIN-1974. +* Reset reference data resources on unmount. Fixes UIIN-1966. +* Call number and subject values are not surrounded by quotes when sending the request. Refs UIIN-1959. +* *BREAKING* Use permission `search.facets.collection.get` rather than search.instances.facets.collection.get. This was renamed some time after interface search 0.7 was bumped. Breaking change that is unfortunately not reflected in search interface. Fixes UIIN-1941. +* Improve `` layout. Fixes UIIN-1962. +* Fix missing label on holdings/item move view. Fixes UIIN-1927. +* Do not change identifiers array for the preceding/succeeding titles. Fixes UIIN-1931. + ## [9.0.2](https://github.com/folio-org/ui-inventory/tree/v9.0.2) (2022-03-22) [Full Changelog](https://github.com/folio-org/ui-inventory/compare/v9.0.1...v9.0.2) diff --git a/package.json b/package.json index 2f1d34e4c..e9160338e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/inventory", - "version": "9.0.2", + "version": "9.0.3", "description": "Inventory manager", "repository": "folio-org/ui-inventory", "publishConfig": {