From 075ac43310b54acaa25593a12a3bce5b08b34ced Mon Sep 17 00:00:00 2001 From: Jeffrey Cherewaty Date: Wed, 16 Jan 2019 09:49:16 -0600 Subject: [PATCH] Release v5.0.1 --- CHANGELOG.md | 6 +++++- package.json | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 354c60405..79ddd35de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change history for stripes-components +## [5.0.1](https://github.com/folio-org/stripes-components/tree/v5.0.1) (2019-01-16) +[Full Changelog](https://github.com/folio-org/stripes-components/compare/v5.0.0...v5.0.1) + +* Bump `stripes-core` peer dependency + ## [5.0.0](https://github.com/folio-org/stripes-components/tree/v5.0.0) (2019-01-15) [Full Changelog](https://github.com/folio-org/stripes-components/compare/v4.4.0...v5.0.0) @@ -18,7 +23,6 @@ * Remove deprecated icon names * Delete moved `` - ## [4.5.0](https://github.com/folio-org/stripes-components/tree/v4.5.0) (2018-11-29) [Full Changelog](https://github.com/folio-org/stripes-components/compare/v4.4.0...v4.5.0) diff --git a/package.json b/package.json index 25cd5b765..bfa014cfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-components", - "version": "5.0.0", + "version": "5.0.1", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", "repository": "folio-org/stripes-components", @@ -102,6 +102,6 @@ "tai-password-strength": "^1.1.1" }, "peerDependencies": { - "@folio/stripes-core": "^2.13.0" + "@folio/stripes-core": "^3.0.0" } }