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

UICHKIN-433: Also support okapiInterfaces inventory 14.0 #646

Merged
merged 1 commit into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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 @@ -4,6 +4,7 @@
* Remove bigtests from github actions. Refs UICHKIN-425.
* Update upload-artifact actions from v1 and v2 to v4. Refs UICHKIN-431.
* Remove barcode trimming before it is sent to backend for processing. Refs UICHKIN-424.
* Also support okapiInterfaces `inventory` `14.0`. Refs UICHKIN-433.

## [9.1.1] (https://github.com/folio-org/ui-checkin/tree/v9.1.1) (2024-03-27)
[Full Changelog](https://github.com/folio-org/ui-checkin/compare/v9.1.0...v9.1.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"okapiInterfaces": {
"circulation": "9.0 10.0 11.0 12.0 13.0 14.0",
"configuration": "2.0",
"inventory": "10.0 11.0 12.0 13.0",
"inventory": "10.0 11.0 12.0 13.0 14.0",
"loan-policy-storage": "1.0 2.0",
"users": "15.0 16.0",
"feesfines": "17.0 18.0 19.0"
Expand Down
Loading