diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bfcce72..ff6c3d8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change history for ui-organizations -## 5.2.0 (IN PROGRESS) +## 5.3.0 (IN PROGRESS) + +## [5.2.0](https://github.com/folio-org/ui-organizations/tree/v5.2.0) (2024-10-30) +[Full Changelog](https://github.com/folio-org/ui-organizations/compare/v5.1.1...v5.2.0) * UX Consistency: HTML Page Title display when the third pane (detail record) displays. Refs UIORGS-423. * Settings > Organizations > Banking information is not properly fenced off by permissions. Refs UIORGS-436. diff --git a/package.json b/package.json index d98f3947..3bb204a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/organizations", - "version": "5.1.1", + "version": "5.2.0", "description": "Organizations", "main": "index.js", "repository": "folio-org/ui-organizations", @@ -354,7 +354,7 @@ }, "dependencies": { "@folio/plugin-find-organization": "^5.0.0", - "@folio/stripes-acq-components": "~5.1.0", + "@folio/stripes-acq-components": "~6.0.0", "lodash": "^4.17.5", "moment": "^2.24.0", "moment-timezone": "^0.5.20",