From 464379a9a767737c623b985811a424fc90b88592 Mon Sep 17 00:00:00 2001
From: Yury Saukou <yury_saukou@epam.com>
Date: Fri, 27 Dec 2024 16:31:33 +0400
Subject: [PATCH] Release v6.0.3 (#845)

---
 CHANGELOG.md | 3 +++
 package.json | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

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/"