From 2d9185fc5cc5fb666575c5785af710372f97c762 Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Tue, 23 Nov 2021 15:26:21 +0000 Subject: [PATCH] chore(release): 14.4.0 [skip ci] # [14.4.0](https://github.com/5app/base5-ui/compare/v14.3.5...v14.4.0) (2021-11-23) ### Features * **utils:** New utility hasReactChildren, noissue ([da65a64](https://github.com/5app/base5-ui/commit/da65a64f4edad338301a200e035ad409413e9a0a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeb1fbdf..ab0ba9a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [14.4.0](https://github.com/5app/base5-ui/compare/v14.3.5...v14.4.0) (2021-11-23) + + +### Features + +* **utils:** New utility hasReactChildren, noissue ([da65a64](https://github.com/5app/base5-ui/commit/da65a64f4edad338301a200e035ad409413e9a0a)) + ## [14.3.5](https://github.com/5app/base5-ui/compare/v14.3.4...v14.3.5) (2021-11-22) ## [14.3.4](https://github.com/5app/base5-ui/compare/v14.3.3...v14.3.4) (2021-11-17) diff --git a/package.json b/package.json index e3ae3a04..ac231708 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "14.3.5", + "version": "14.4.0", "description": "5app's reusable UI component library", "main": "index.js", "types": "dist/index.d.ts",