From 653db314747dab2f98e5bdfeb65c44e536ecbf72 Mon Sep 17 00:00:00 2001 From: Dmytro-Melnyshyn <77053927+Dmytro-Melnyshyn@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:16:03 +0300 Subject: [PATCH] Release v11.0.4 (#2473) --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d61aa5eb..8980a21db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,6 @@ ## [11.1.0] (IN PROGRESS) * Remove unused code related to auto-open record detail view. Refs UIIN-2819. -* Replace `all` with the `=` operator to get correct results when using the `All` search option. Refs UIIN-2816. * Keyboard shortcuts modal: Add quickMARC shortcuts to modal. Refs UIIN-2795. * Create new settings for classification type sorting. Refs UIIN-2775. * Add "Display to public" column to receiving history on Holdings. Refs UIIN-2826. @@ -17,6 +16,11 @@ * Jest/RTL: Cover ImportRecord component with unit test. Refs UIIN-2667. * Jest/RTL: Cover MoveHoldingContext component with unit tests. Refs UIIN-2664. +## [11.0.4](https://github.com/folio-org/ui-inventory/tree/v11.0.4) (2024-04-30) +[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v11.0.3...v11.0.4) + +* Replace `all` with the `=` operator to get correct results when using the `All` search option. Refs UIIN-2816. + ## [11.0.3](https://github.com/folio-org/ui-inventory/tree/v11.0.3) (2024-04-26) [Full Changelog](https://github.com/folio-org/ui-inventory/compare/v11.0.2...v11.0.3) diff --git a/package.json b/package.json index 7cfe8c5db..7da61052d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/inventory", - "version": "11.0.3", + "version": "11.0.4", "description": "Inventory manager", "repository": "folio-org/ui-inventory", "publishConfig": {