diff --git a/CHANGELOG.md b/CHANGELOG.md index 27aaf55f5..ea0dac213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ * Show a message about the missing version in the history. Refs UIOR-1136. * *BREAKING* bump `react-intl` to `v6.4.4`. Refs UIOR-1146. * When order line contains bad product IDs - the save & close does not work. Refs UIOR-1141. +* Upgrade `ui-plugin-find-po-line` and `ui-plugin-find-organization` plugins to `5` version. Refs UIOR-1154. ## [4.0.2](https://github.com/folio-org/ui-orders/tree/v4.0.2) (2023-03-17) [Full Changelog](https://github.com/folio-org/ui-orders/compare/v4.0.1...v4.0.2) diff --git a/package.json b/package.json index ef48e880b..6a7cc7ed4 100644 --- a/package.json +++ b/package.json @@ -446,7 +446,7 @@ "sinon": "^7.0.0" }, "dependencies": { - "@folio/plugin-find-po-line": "^4.0.0", + "@folio/plugin-find-po-line": "^5.0.0", "@folio/stripes-acq-components": "~5.0.0", "classnames": "^2.2.5", "final-form": "^4.19.1", @@ -472,7 +472,7 @@ }, "optionalDependencies": { "@folio/plugin-find-instance": "^7.0.0", - "@folio/plugin-find-organization": "^4.0.0", + "@folio/plugin-find-organization": "^5.0.0", "@folio/plugin-find-user": "^7.0.0" } }