From 9ff3438a31cf70f15a04fa0819a4a270b4dc0c62 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Thu, 31 Oct 2024 08:23:19 -0400 Subject: [PATCH] Release v12.2.3 (#2382) --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4efd33123..e14b24719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for stripes-components -## 12.2.3 IN PROGRESS +## [12.2.3](https://github.com/folio-org/stripes-components/tree/v12.2.3) (2024-10-31) +[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.2.2...v12.2.3) * Change `Repeatable field` focus behaviour. Refs STCOM-1341. * Fix `` bug with option list closing when scrollbar is used. Refs STCOM-1371. diff --git a/package.json b/package.json index 20c8f4619..b52c6cb52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-components", - "version": "12.2.2", + "version": "12.2.3", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", "repository": "folio-org/stripes-components",