From e111eb477f46877d6b02557550aee2117e4c0d7a Mon Sep 17 00:00:00 2001 From: Yury Saukou Date: Mon, 18 Mar 2024 14:00:12 +0400 Subject: [PATCH] Release v5.1.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a5b9a0..4664c3a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change history for stripes-acq-components -## (5.1.0 IN PROGRESS) +## (5.2.0 IN PROGRESS) + +## [5.1.0](https://github.com/folio-org/stripes-acq-components/tree/v5.1.0) (2024-03-18) +[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v5.0.0...v5.1.0) * Sort the list of countries based on the current locale. Refs UISACQCOMP-164. * Add `inputType` prop to ``. Refs UISACQCOMP-165. diff --git a/package.json b/package.json index 651d5fab..af24aac6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-acq-components", - "version": "5.0.0", + "version": "5.1.0", "description": "Component library for Stripes Acquisitions modules", "publishConfig": { "registry": "https://repository.folio.org/repository/npm-folio/"