From 9e11462a714ad5500df3af25ee55637b20e5494b Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Wed, 5 Aug 2020 14:13:32 +0000 Subject: [PATCH] chore(release): 11.4.1 [skip ci] ## [11.4.1](https://github.com/5app/base5-ui/compare/v11.4.0...v11.4.1) (2020-08-05) ### Bug Fixes * disregard null-ish items when considering whether to apply spacing, #noissue ([22625f7](https://github.com/5app/base5-ui/commit/22625f707db107dce083da91b8049ec1b61e523e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6698202..7a0b25d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.4.1](https://github.com/5app/base5-ui/compare/v11.4.0...v11.4.1) (2020-08-05) + + +### Bug Fixes + +* disregard null-ish items when considering whether to apply spacing, #noissue ([22625f7](https://github.com/5app/base5-ui/commit/22625f707db107dce083da91b8049ec1b61e523e)) + # [11.4.0](https://github.com/5app/base5-ui/compare/v11.3.3...v11.4.0) (2020-07-28) diff --git a/package.json b/package.json index 0d15a11c..7cc8dab7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "11.4.0", + "version": "11.4.1", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {