From fe5486aa707281d63a8ac6bfb6414721573febef Mon Sep 17 00:00:00 2001 From: Jeffrey Cherewaty Date: Wed, 31 Oct 2018 12:45:30 -0500 Subject: [PATCH] Release v2.15.5 --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c07b4a82b..149881a0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ # Change history for stripes-core -## 2.16.0 (IN PROGRESS) +## [2.15.5](https://github.com/folio-org/stripes-core/tree/v2.15.5) (2018-11-01) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v2.15.4...v2.15.5) * Turn off autoCapitalize on login form * Deprecate stripes intl utilities, STCOR-267 * Set alt="" on app icons in MainNav (STCOR-274) * Updated color of text in profile dropdown (STCOM-377) +* Patch response url in mirage for stripes-connect ## [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) diff --git a/package.json b/package.json index a30b7ac6d..22612ba42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-core", - "version": "2.15.4", + "version": "2.15.5", "description": "The starting point for Stripes applications", "license": "Apache-2.0", "repository": "folio-org/stripes-core",