From 1b6697b5ecee481e4f52719196a56ff299e4f360 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Fri, 8 Nov 2024 16:32:15 -0500 Subject: [PATCH] Release v12.2.4 (#2387) --- CHANGELOG.md | 8 ++++++-- package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d09332b1c..a79ff2e31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change history for stripes-components +## [12.2.4](https://github.com/folio-org/stripes-components/tree/v12.2.4) (2024-11-08) +[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.2.3...v12.2.4) + +* Pin `currency-codes` to `v2.1.0` to avoid duplicate entries in `v2.2.0`. Refs STCOM-1379. +* Bump `stripes-react-hotkeys` to `v3.2.0` for compatibility with `findDOMNode()` changes. STCOM-1343. + ## [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) @@ -12,8 +18,6 @@ [Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.2.1...v12.2.2) * Bump `stripes-react-hotkeys` to `v3.2.0` for compatibility with `findDOMNode()` changes. STCOM-1343. -* Pin `currency-codes` to `v2.1.0` to avoid duplicate entries in `v2.2.0`. Refs STCOM-1379. -* Wrap `` in full-width div. Refs STCOM-1332. ## [12.2.1](https://github.com/folio-org/stripes-components/tree/v12.2.1) (2024-10-30) [Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.2.0...v12.2.1) diff --git a/package.json b/package.json index da49c7eff..d2854a610 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-components", - "version": "12.2.3", + "version": "12.2.4", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", "repository": "folio-org/stripes-components",