From e57b305dc409ef3d9b49736efc0522570fc09ede Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Wed, 24 Nov 2021 15:41:38 +0000 Subject: [PATCH] chore(release): 14.4.1 [skip ci] ## [14.4.1](https://github.com/5app/base5-ui/compare/v14.4.0...v14.4.1) (2021-11-24) ### Bug Fixes * add iconOnly prop to button, #noissue ([8174087](https://github.com/5app/base5-ui/commit/8174087e9de59b4f92b1f9a80d62701c232dc4b5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0ba9a0..e512f361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [14.4.1](https://github.com/5app/base5-ui/compare/v14.4.0...v14.4.1) (2021-11-24) + + +### Bug Fixes + +* add iconOnly prop to button, #noissue ([8174087](https://github.com/5app/base5-ui/commit/8174087e9de59b4f92b1f9a80d62701c232dc4b5)) + # [14.4.0](https://github.com/5app/base5-ui/compare/v14.3.5...v14.4.0) (2021-11-23) diff --git a/package.json b/package.json index ac231708..b3a29a87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "14.4.0", + "version": "14.4.1", "description": "5app's reusable UI component library", "main": "index.js", "types": "dist/index.d.ts",