diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dfd7c66..21d381f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change history for ui-receiving -## 6.0.0 (IN PROGRESS) +## 6.1.0 (IN PROGRESS) + +## [6.0.0](https://github.com/folio-org/ui-receiving/tree/v6.0.0) (2024-10-31) +[Full Changelog](https://github.com/folio-org/ui-receiving/compare/v5.0.5...v6.0.0) * UX Consistency: Update HTML Page Title display when third pane (detail record) displays. Refs UIREC-319. * Add "Display to public" toggle on piece form. Refs UIREC-333. diff --git a/package.json b/package.json index ce72f88f..a79b719c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/receiving", - "version": "5.0.5", + "version": "6.0.0", "description": "Description for receiving", "main": "index.js", "repository": "", @@ -257,7 +257,7 @@ "regenerator-runtime": "^0.13.3" }, "dependencies": { - "@folio/stripes-acq-components": "~5.1.0", + "@folio/stripes-acq-components": "~6.0.0", "final-form": "^4.18.2", "lodash": "^4.17.5", "prop-types": "^15.5.10", @@ -269,7 +269,7 @@ "react-router-prop-types": "^1.0.4" }, "optionalDependencies": { - "@folio/plugin-find-instance": "^7.0.0", + "@folio/plugin-find-instance": "^8.0.0", "@folio/plugin-find-organization": "^5.0.0", "@folio/plugin-find-po-line": "^5.0.0" },