diff --git a/CHANGELOG.md b/CHANGELOG.md index 058619429..56c4ac2ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for stripes-components -## 11.0.3 IN PROGRESS +## [11.0.3](https://github.com/folio-org/stripes-components/tree/v11.0.3) (2023-03-30) +[Full Changelog](https://github.com/folio-org/stripes-components/compare/v11.0.2...v11.0.3) * Timepicker considers timezone when parsing value prop. Refs STCOM-1141. diff --git a/package.json b/package.json index 443ce2edd..22ca64f0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-components", - "version": "11.0.2", + "version": "11.0.3", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", "repository": "folio-org/stripes-components",