Skip to content

Commit

Permalink
Release v11.0.3 (#2470)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariia-aloshyna committed Apr 29, 2024
1 parent d83d616 commit 4a86d95
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,20 @@
* Add new browse options for Instance classification numbers. Refs UIIN-2624.
* Add new Instance search option `Classification, normalized` for the `Instance` toggle and advanced search modal. Refs UIIN-2801.
* Import `useUserTenantPermissions`, `getUserTenantsPermissions` from `@folio/stripes/core`. Refs UIIN-2837.
* Do not remove field from the form when its value is an empty string. Fixes UIIN-2787.
* Update Permission name for Inventory: Set records for deletion and staff suppress. Refs UIIN-2855.
* ECS Member tenant - add `Shared` and `Held by` facets for the `Classification` browse. Refs UIIN-2813.
* Jest/RTL: Cover CalloutRenderer component with unit tests. Refs UIIN-2665.
* Jest/RTL: Cover ConnectedTitle component with unit tests. Refs UIIN-2666.
* Jest/RTL: Cover InstancePlugin component with unit tests. Refs UIIN-2668.
* Jest/RTL: Cover ImportRecord component with unit test. Refs UIIN-2667.
* Jest/RTL: Cover MoveHoldingContext component with unit tests. Refs UIIN-2664.

## [11.0.3] (IN PROGRESS)
## [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)

* Fetch facets with the same query as `Contributor` records when the search is done by selecting browse result. Refs UIIN-2859.
* Change the `Effective location` call numbers facet query to not see locations assigned to items with an empty `Effective call number` field. Refs UIIN-2871.
* Do not remove field from the form when its value is an empty string. Fixes UIIN-2787.
* Update Permission name for Inventory: Set records for deletion and staff suppress. Refs UIIN-2855.

## [11.0.2](https://github.com/folio-org/ui-inventory/tree/v11.0.2) (2024-04-19)
[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v11.0.1...v11.0.2)
Expand Down Expand Up @@ -79,6 +80,11 @@
* Increase holdings limit to 5000. Fixes UIIN-2785.
* User with "Inventory: All permissions" permission only should not be seeing the "Staff suppress" facet. Fixes UIIN-2807.

## [10.0.14](https://github.com/folio-org/ui-inventory/tree/v10.0.14) (2024-04-25)
[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v10.0.13...v10.0.14)

* Include mod-search permissions to "Inventory: Module is enabled" UI permission. Refs UIIN-2860.

## [10.0.13](https://github.com/folio-org/ui-inventory/tree/v10.0.13) (2024-04-18)
[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v10.0.12...v10.0.13)

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/inventory",
"version": "11.0.2",
"version": "11.0.3",
"description": "Inventory manager",
"repository": "folio-org/ui-inventory",
"publishConfig": {
Expand Down Expand Up @@ -889,13 +889,13 @@
"@babel/preset-react": "^7.9.0",
"@folio/eslint-config-stripes": "^7.0.0",
"@folio/jest-config-stripes": "^2.0.0",
"@folio/stripes": "^9.0.0",
"@folio/stripes-cli": "^3.0.0",
"@folio/stripes-components": "^12.0.0",
"@folio/stripes-connect": "^9.0.0",
"@folio/stripes-core": "^10.0.0",
"@folio/stripes-marc-components": "^1.0.0",
"@folio/stripes-smart-components": "^9.0.0",
"@folio/stripes": "^9.1.2",
"@folio/stripes-cli": "^3.1.0",
"@folio/stripes-components": "^12.1.2",
"@folio/stripes-connect": "^9.1.0",
"@folio/stripes-core": "^10.1.1",
"@folio/stripes-marc-components": "^1.0.1",
"@folio/stripes-smart-components": "^9.1.1",
"@folio/stripes-testing": "^4.6.0",
"@folio/stripes-util": "^6.0.0",
"@formatjs/cli": "^6.1.3",
Expand Down Expand Up @@ -936,8 +936,8 @@
"use-session-storage-state": "^18.2.0"
},
"peerDependencies": {
"@folio/stripes": "^9.0.0",
"@folio/stripes-marc-components": "^1.0.0",
"@folio/stripes": "^9.1.2",
"@folio/stripes-marc-components": "^1.0.1",
"react": "^18.2.0",
"react-intl": "^6.4.4",
"react-query": "^3.6.0",
Expand Down

0 comments on commit 4a86d95

Please sign in to comment.