diff --git a/CHANGELOG.md b/CHANGELOG.md index b68bce31..1749f994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history for ui-quick-marc +## [7.0.1](https://github.com/folio-org/ui-quick-marc/tree/v7.0.1) (2023-10-13) + +* Use correct version of `ui-plugin-find-authority`. + ## [7.0.0](https://github.com/folio-org/ui-quick-marc/tree/v7.0.0) (2023-10-13) * [UIQM-250](https://issues.folio.org/browse/UIQM-250) Updated invalid Leader position values error messages to be more informative. diff --git a/package.json b/package.json index c5aa68e4..229f6229 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/quick-marc", - "version": "7.0.0", + "version": "7.0.1", "description": "Quick MARC editor", "main": "index.js", "repository": "", @@ -192,6 +192,6 @@ "react-router-dom": "^5.2.0" }, "optionalDependencies": { - "@folio/plugin-find-authority": "^2.0.0" + "@folio/plugin-find-authority": "^3.0.0" } }