From e133bd6c3b89a7f186b6480e71905d8410a5ed02 Mon Sep 17 00:00:00 2001 From: Jeffrey Cherewaty Date: Thu, 11 Oct 2018 17:56:57 -0500 Subject: [PATCH] Release v2.15.4 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c97121088..72818b998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change history for stripes-core +## [2.15.4](https://github.com/folio-org/stripes-core/tree/v2.15.4) (2018-10-12) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v2.15.3...v2.15.4) + +* Increase login form input font size +* Slim down skeleton loader +* Update CSS for hidden navigation headline +* Lean on react-intl FormattedTime for datetime construction + ## [2.15.3](https://github.com/folio-org/stripes-core/tree/v2.15.3) (2018-10-05) [Full Changelog](https://github.com/folio-org/stripes-core/compare/v2.15.2...v2.15.3) diff --git a/package.json b/package.json index 86cdffc31..a30b7ac6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-core", - "version": "2.15.3", + "version": "2.15.4", "description": "The starting point for Stripes applications", "license": "Apache-2.0", "repository": "folio-org/stripes-core",