diff --git a/CHANGELOG.md b/CHANGELOG.md index fb16e19cd..0a7a961cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Change history for stripes-components +## [5.1.1](https://github.com/folio-org/stripes-components/tree/v5.1.1) (2019-03-14) +* Consider timezone in Datepicker for values containing a time offset. fixes STCOM-484. ## [5.1.0](https://github.com/folio-org/stripes-components/tree/v5.1.0) (2019-03-14) [Full Changelog](https://github.com/folio-org/stripes-components/compare/v5.0.2...v5.1.0) * Use `moment.tz()` to display the presentedValue in Datepicker, fixes UIREQ-207. -* Consider timezone in Datepicker for values containing a time offset. fixes STCOM-484. * Update ARIA roles for MCL. STCOM-365 * Add EndOfList component to MCL component. Part of UIDATIMP-105. * Added asterisk for required form fields. STCOM-469 diff --git a/package.json b/package.json index 5bc202680..cc9057708 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-components", - "version": "5.1.0", + "version": "5.1.1", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", "repository": "folio-org/stripes-components",