From ff91830047c5a65ab52cc75bf973228ca89a0395 Mon Sep 17 00:00:00 2001 From: John Coburn Date: Thu, 14 Mar 2019 14:42:18 -0500 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 From bcfd2f772e9df729a99154f2cab9e00ff3ed8ede Mon Sep 17 00:00:00 2001 From: John Coburn Date: Thu, 14 Mar 2019 14:43:11 -0500 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",