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",