diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f48d7147..83a0804e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for stripes-components -## 12.2.6 IN PROGRESS +## [12.2.6](https://github.com/folio-org/stripes-components/tree/v12.2.6) (2024-11-19) +[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.2.5...v12.2.6) * Wrap ``'s render output in `` to facilitate ease with overlay components. Refs STCOM-1384. diff --git a/package.json b/package.json index af7ea369e..9e72d1bfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-components", - "version": "12.2.5", + "version": "12.2.6", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", "repository": "folio-org/stripes-components",