diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c907432..dff011ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## (6.1.0 IN PROGRESS) +## [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) 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/"