From 28b4b155bab345370dbcd4e96cd83dc1e16c6807 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Mon, 25 Mar 2024 16:23:21 -0400 Subject: [PATCH] Release v12.1.1 (#2253) --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fac979cfc..f976fd810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change history for stripes-components + +## [12.1.1](https://github.com/folio-org/stripes-components/tree/v12.1.1) (2024-03-25) +[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.1.0...v12.1.1) + +* `` should only move focus back to its control/trigger if focus within the list. Refs STCOM-1238. +* Relax prop-type for `ConfirmationModal.heading`. + ## [12.1.0](https://github.com/folio-org/stripes-components/tree/v12.1.0) (2024-03-12) [Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.0.0...v12.1.0) @@ -28,7 +35,6 @@ * Fix `` does not have correct `aria-label` when `label` prop type is string. Fixes STCOM-1271. * Add `number-generator` icon. Refs STCOM-1269. * Accordions retain their z-index after being blurred, and assume the highest z-index when focus enters them. Refs STCOM-1238. -* `` should only move focus back to its control/trigger if focus within the list. Refs STCOM-1238. ## [12.0.5](https://github.com/folio-org/stripes-components/tree/v12.0.4) (2024-02-28) [Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.0.4...v12.0.5) diff --git a/package.json b/package.json index a6c136159..46e636443 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-components", - "version": "12.1.0", + "version": "12.1.1", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", "repository": "folio-org/stripes-components",