diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e9929d0..1cdcacbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [14.3.2](https://github.com/5app/base5-ui/compare/v14.3.1...v14.3.2) (2021-11-16) + + +### Bug Fixes + +* **ThemeSection:** Add fallback for localThemeSection, noissue ([051e1c3](https://github.com/5app/base5-ui/commit/051e1c3a808ca33aad3810fc731debfefc2e9584)) + ## [14.3.1](https://github.com/5app/base5-ui/compare/v14.3.0...v14.3.1) (2021-11-16) diff --git a/package.json b/package.json index 8f2cd81d..35862fae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "14.3.1", + "version": "14.3.2", "description": "5app's reusable UI component library", "main": "index.js", "types": "dist/index.d.ts",