diff --git a/CHANGELOG.md b/CHANGELOG.md index 58782e5f9..2842f1210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for stripes-components -## 12.0.3 IN PROGRESS +## [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) * Add z-index of 1 to callout out to have it always render on top of sibling elements. Fixes STCOM-1217. * Ensure CSS visibility of datepicker's year input number spinner. Refs STCOM-1225. diff --git a/package.json b/package.json index 811d931e4..fbeaf527e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-components", - "version": "12.0.2", + "version": "12.0.3", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", "repository": "folio-org/stripes-components",