From cf5c3075babfc394daf98c2ecf747a8ca322a2db Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Tue, 16 Nov 2021 14:17:27 +0000 Subject: [PATCH] chore(release): 14.3.1 [skip ci] ## [14.3.1](https://github.com/5app/base5-ui/compare/v14.3.0...v14.3.1) (2021-11-16) ### Code Refactoring * **ThemeSection:** Improve bg image handling, noissue ([3541f58](https://github.com/5app/base5-ui/commit/3541f58381f652460351151d6873fa9e95013e28)) ### BREAKING CHANGES * **ThemeSection:** Removes the prop, just use now. Renames to . --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 555c461c..4e9929d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [14.3.1](https://github.com/5app/base5-ui/compare/v14.3.0...v14.3.1) (2021-11-16) + + +### Code Refactoring + +* **ThemeSection:** Improve bg image handling, noissue ([3541f58](https://github.com/5app/base5-ui/commit/3541f58381f652460351151d6873fa9e95013e28)) + + +### BREAKING CHANGES + +* **ThemeSection:** Removes the prop, just use now. +Renames to . + # [14.3.0](https://github.com/5app/base5-ui/compare/v14.2.0...v14.3.0) (2021-11-11) diff --git a/package.json b/package.json index 353835d6..8f2cd81d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "14.3.0", + "version": "14.3.1", "description": "5app's reusable UI component library", "main": "index.js", "types": "dist/index.d.ts",