From 0595e6bda9d985961c480007c272a30f3497179e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Oct 2019 11:50:31 +0000 Subject: [PATCH] chore(release): 6.7.2 [skip ci] ## [6.7.2](https://github.com/5app/base5-ui/compare/v6.7.1...v6.7.2) (2019-10-11) ### Bug Fixes * **CenterContent:** Fix IE11 flexbox shorthand bug ([de9f328](https://github.com/5app/base5-ui/commit/de9f328ea0a6748b272cdabfeaf2771c06f924f2)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0969b817..a613d666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.7.2](https://github.com/5app/base5-ui/compare/v6.7.1...v6.7.2) (2019-10-11) + + +### Bug Fixes + +* **CenterContent:** Fix IE11 flexbox shorthand bug ([de9f328](https://github.com/5app/base5-ui/commit/de9f328ea0a6748b272cdabfeaf2771c06f924f2)) + ## [6.7.1](https://github.com/5app/base5-ui/compare/v6.7.0...v6.7.1) (2019-10-11) diff --git a/package.json b/package.json index d671581f..9faaef94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "6.7.1", + "version": "6.7.2", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {