From 2f0cdc1fdeb41565db23db89f47fbbd80ef4e74b Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Wed, 30 Oct 2024 16:53:54 -0400 Subject: [PATCH] Release v12.2.2 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91aa238c1..54709887c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for stripes-components -## 12.2.2 +## [12.2.2](https://github.com/folio-org/stripes-components/tree/v12.2.2) (2024-10-30) +[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. diff --git a/package.json b/package.json index 91e45ca3e..20c8f4619 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-components", - "version": "12.2.1", + "version": "12.2.2", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", "repository": "folio-org/stripes-components",