From eebcf6c6c4286f1f7a4bf4c61774667d310e23a5 Mon Sep 17 00:00:00 2001 From: Jeffrey Cherewaty Date: Tue, 2 Oct 2018 15:03:40 -0500 Subject: [PATCH] Release v2.15.0 --- CHANGELOG.md | 6 ++++++ package.json | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d18c4e6f..b229630bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change history for stripes-core +## [2.15.0](https://github.com/folio-org/stripes-core/tree/v2.15.0) (2018-10-02) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v2.14.0...v2.15.0) + +* Require newer `stripes-components` and `stripes-logger` + + ## [2.14.0](https://github.com/folio-org/stripes-core/tree/v2.14.0) (2018-10-01) [Full Changelog](https://github.com/folio-org/stripes-core/compare/v2.13.0...v2.14.0) diff --git a/package.json b/package.json index 15d69354c..4e31d24fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-core", - "version": "2.14.0", + "version": "2.15.0", "description": "The starting point for Stripes applications", "license": "Apache-2.0", "repository": "folio-org/stripes-core", @@ -58,9 +58,9 @@ }, "dependencies": { "@folio/react-intl-safe-html": "^1.0.2", - "@folio/stripes-components": "^3.3.0", + "@folio/stripes-components": "^4.0.0", "@folio/stripes-connect": "^3.1.2", - "@folio/stripes-logger": "^0.0.2", + "@folio/stripes-logger": "^1.0.0", "apollo-cache-inmemory": "^1.1.1", "apollo-client": "^2.0.3", "apollo-link-http": "^1.2.0",