From 589aefebfba3ac69839b6924156cc1950807d6f9 Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Thu, 21 Nov 2019 14:02:19 +0000 Subject: [PATCH] chore(release): 6.11.1 [skip ci] ## [6.11.1](https://github.com/5app/base5-ui/compare/v6.11.0...v6.11.1) (2019-11-21) ### Bug Fixes * **Icon:** fix 0 not being applied to scale prop ([1ebfde4](https://github.com/5app/base5-ui/commit/1ebfde47b9e8d3052b304cf3a4b44e79a2a8b0ca)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80fa2dc6..11671d5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.11.1](https://github.com/5app/base5-ui/compare/v6.11.0...v6.11.1) (2019-11-21) + + +### Bug Fixes + +* **Icon:** fix 0 not being applied to scale prop ([1ebfde4](https://github.com/5app/base5-ui/commit/1ebfde47b9e8d3052b304cf3a4b44e79a2a8b0ca)) + # [6.11.0](https://github.com/5app/base5-ui/compare/v6.10.7...v6.11.0) (2019-11-21) diff --git a/package.json b/package.json index 95bd8620..b91eb6a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "6.11.0", + "version": "6.11.1", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {