From 06f6d2fc9e948637e7533a4a4c2de7241afd8bb1 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Mon, 8 Apr 2024 18:29:00 -0400 Subject: [PATCH] Release v12.1.2 (#2265) --- CHANGELOG.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac8ba0d0..967281b59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history for stripes-components +## [12.1.2](https://github.com/folio-org/stripes-components/tree/v12.1.2) (2024-04-08) +[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.1.1...v12.1.2) + +* Exclude invalid additional currencies. Refs STCOM-1274. ## [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) @@ -7,8 +11,6 @@ * `` should only move focus back to its control/trigger if focus within the list. Refs STCOM-1238. * Relax prop-type for `ConfirmationModal.heading`. -* Exclude invalid additional currencies. Refs STCOM-1274. - ## [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) diff --git a/package.json b/package.json index 46e636443..0e398a3de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-components", - "version": "12.1.1", + "version": "12.1.2", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", "repository": "folio-org/stripes-components",