From a51141d2010cec7edc24789f7017d1092d5b9495 Mon Sep 17 00:00:00 2001 From: John Coburn Date: Mon, 11 Dec 2023 11:26:36 -0600 Subject: [PATCH] Release v12.0.4 (#2184) * Release 12.0.4 * update changelog * fix changelog --- CHANGELOG.md | 16 +++++++++++++++- package.json | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea92c6665..e0ae6e14f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change history for stripes-components +## [12.0.4](https://github.com/folio-org/stripes-components/tree/v12.0.4) (2023-11-10) +[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.0.3...v12.0.4) + +* Display spinner on Datepicker year input. Refs STCOM-1225. + ## [12.0.3](https://github.com/folio-org/stripes-components/tree/v12.0.3) (2023-11-10) [Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.0.2...v12.0.3) @@ -8,7 +13,16 @@ * Include pagination height in MCL container height calculation. Refs STCOM-1224. * Adjusted print styles of panes so that the last pane will print. Refs STCOM-1228, STCOM-1229. * Accessibility Issues - stripes components. Refs STCOM-1222. -* Display spinner on Datepicker year input. Refs STCOM-1225. + +## [12.0.2](https://github.com/folio-org/stripes-components/tree/v12.0.2) (2023-10-20) +[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.0.1...v12.0.2) + +* Add `hasMatchSelection` to `` to hide/show search match selection dropdown. Refs STCOM-1211. + +## [12.0.1](https://github.com/folio-org/stripes-components/tree/v12.0.0) (2023-10-11) +[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.0.0...v12.0.1) + +* Bump `@folio/stripes-testing` to `v4.6.0` for new interactors. ## [12.0.0](https://github.com/folio-org/stripes-components/tree/v12.0.0) (2023-10-11) [Full Changelog](https://github.com/folio-org/stripes-components/compare/v11.0.0...v12.0.0) diff --git a/package.json b/package.json index fbeaf527e..02feed1c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-components", - "version": "12.0.3", + "version": "12.0.4", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", "repository": "folio-org/stripes-components",