From bfe9004965846bef5b03888ccb38cc159bbd2bdc Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Wed, 17 Nov 2021 11:46:03 +0000 Subject: [PATCH] chore(release): 14.3.3 [skip ci] ## [14.3.3](https://github.com/5app/base5-ui/compare/v14.3.2...v14.3.3) (2021-11-17) ### Bug Fixes * **ThemeSection:** Make "name" prop optional, noissue ([8d912d2](https://github.com/5app/base5-ui/commit/8d912d2058dd2a21e4d7549a9402b3d2e91fffba)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cdcacbd..40c5041a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [14.3.3](https://github.com/5app/base5-ui/compare/v14.3.2...v14.3.3) (2021-11-17) + + +### Bug Fixes + +* **ThemeSection:** Make "name" prop optional, noissue ([8d912d2](https://github.com/5app/base5-ui/commit/8d912d2058dd2a21e4d7549a9402b3d2e91fffba)) + ## [14.3.2](https://github.com/5app/base5-ui/compare/v14.3.1...v14.3.2) (2021-11-16) diff --git a/package.json b/package.json index 35862fae..aea697f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "14.3.2", + "version": "14.3.3", "description": "5app's reusable UI component library", "main": "index.js", "types": "dist/index.d.ts",