Skip to content

Commit

Permalink
Release v11.0.4 (#2473)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro-Melnyshyn committed Apr 30, 2024
1 parent 4a86d95 commit 653db31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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)

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/inventory",
"version": "11.0.3",
"version": "11.0.4",
"description": "Inventory manager",
"repository": "folio-org/ui-inventory",
"publishConfig": {
Expand Down

0 comments on commit 653db31

Please sign in to comment.