Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIIN-3065: Upgrade inventory to 14.0 and instance-storage to 11.0. #2617

Merged
merged 3 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ and disable fields when "Settings (Inventory): Create, edit and delete HRID hand
* Display "Classification browse" settings for non-consortia. Fixes UIIN-3057.
* Fix eslint warnings. Refs UIIN-3064.
* Disable link to POL when it leads to another tenant (instance, holding and item). Refs UIIN-3024.
* *BREAKING* Upgrade `inventory` to `14.0` and `instance-storage` to `11.0`. Refs UIIN-3065.

## [11.0.5](https://github.com/folio-org/ui-inventory/tree/v11.0.5) (2024-08-29)
[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v11.0.4...v11.0.5)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@
"instance-note-types": "1.0",
"instance-relationship-types": "1.0",
"instance-statuses": "1.0",
"instance-storage": "7.0 8.0 9.0 10.0",
"instance-storage": "11.0",
"instance-types": "2.0",
"inventory-record-bulk": "1.0",
"inventory": "10.10 11.0 12.0 13.0",
"inventory": "14.0",
"item-note-types": "1.0",
"item-storage": "8.0 9.0 10.0",
"loan-types": "2.0",
Expand Down
Loading