From cd74f571fbd01a3863da017382226090bd2132d3 Mon Sep 17 00:00:00 2001 From: Yury Saukou Date: Wed, 27 Nov 2024 18:40:54 +0400 Subject: [PATCH] Release v12.0.3 (#2677) --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66f4d6511..c10e0c19a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change history for ui-inventory +## [13.0.0] (IN PROGRESS) + +* ECS | Instance details pane does not contain all tenants when user does not have affiliations / permissions in all tenants. Fixes UIIN-3113. +* *BREAKING* Rename quick-marc routes from `bib` to `bibliographic` and `duplicate` to `derive`. Refs UIIN-3120. +* *BREAKING* Provide necessary props for browse lookup facets. Remove the facets state reset functionality. Refs UIIN-3099. +* Add permission for "Share local instance" option on Member tenants. Refs UIIN-3140. +* React v19: refactor away from default props for functional components. Refs UIIN-2890. + +## [12.0.4] (IN PROGRESS) + +* Display informative error message when editing same instance, holdings, item in two tabs. Fixes UIIN-3127. +* Display user's name instead of "Unknown user" in "Last updated" field in "Settings" for member tenant. Fixes UIIN-3144. + +## [12.0.3](https://github.com/folio-org/ui-inventory/tree/v12.0.3) (2024-11-27) +[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v12.0.2...v12.0.3) + +* Resolve issue with page refresh when moving a holding to an instance. Fixes UIIN-3046. + ## [12.0.2](https://github.com/folio-org/ui-inventory/tree/v12.0.2) (2024-11-22) [Full Changelog](https://github.com/folio-org/ui-inventory/compare/v12.0.1...v12.0.2) diff --git a/package.json b/package.json index 4eb627dc7..3e202a14e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/inventory", - "version": "12.0.2", + "version": "12.0.3", "description": "Inventory manager", "repository": "folio-org/ui-inventory", "publishConfig": {