diff --git a/CHANGELOG.md b/CHANGELOG.md index c97c4135..cb206c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,13 @@ * Move reusable version history hook useVersionHistoryValueResolvers to the ACQ lib. Refs UISACQCOMP-235. * Move reusable claiming code from `ui-receiving` to the shared library. Refs UISACQCOMP-236. * Support `CLAIMS` export type in the `useIntegrationConfigs` hook. Refs UISACQCOMP-238. -* Claim locations from all members for locations filter when `crossTenant` equals `true`. Refs UISACQCOMP-239. * Exclude unsupported currencies on `getInvoiceExportData`. Refs UISACQCOMP-237. +## [6.0.3](https://github.com/folio-org/stripes-acq-components/tree/v6.0.3) (2024-12-27) +[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v6.0.2...v6.0.3) + +* Claim locations from all members for locations filter when `crossTenant` equals `true`. Refs UISACQCOMP-239. + ## [6.0.2](https://github.com/folio-org/stripes-acq-components/tree/v6.0.2) (2024-12-04) [Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v6.0.1...v6.0.2) diff --git a/package.json b/package.json index 36e244ca..edd673ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-acq-components", - "version": "6.0.2", + "version": "6.0.3", "description": "Component library for Stripes Acquisitions modules", "publishConfig": { "registry": "https://repository.folio.org/repository/npm-folio/"