diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2622283..9313cc05e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for stripes-components -## 5.1.0 (IN-PROGRESS) +## [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. * Update ARIA roles for MCL. STCOM-365 diff --git a/package.json b/package.json index f7e010a1a..5bc202680 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-components", - "version": "5.0.3", + "version": "5.1.0", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", "repository": "folio-org/stripes-components",