From ad0b771dd94349359519abec4136fc728c0dcfe4 Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Fri, 13 Nov 2020 14:47:40 +0000 Subject: [PATCH] chore(release): 11.20.1 [skip ci] ## [11.20.1](https://github.com/5app/base5-ui/compare/v11.20.0...v11.20.1) (2020-11-13) ### Bug Fixes * **Button:** Disable pointer events on button icon ([30f4814](https://github.com/5app/base5-ui/commit/30f48141dc50273fb4ee5f11b3199780fd662c0d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4ee5c7a..cf517fcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.20.1](https://github.com/5app/base5-ui/compare/v11.20.0...v11.20.1) (2020-11-13) + + +### Bug Fixes + +* **Button:** Disable pointer events on button icon ([30f4814](https://github.com/5app/base5-ui/commit/30f48141dc50273fb4ee5f11b3199780fd662c0d)) + # [11.20.0](https://github.com/5app/base5-ui/compare/v11.19.2...v11.20.0) (2020-11-13) diff --git a/package.json b/package.json index c84df414..b0870c91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "11.20.0", + "version": "11.20.1", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {