From b3b261b2b6ea0a6947caddad384d2550cbda5401 Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Thu, 3 Mar 2022 14:24:41 +0000 Subject: [PATCH] chore(release): 14.6.0 [skip ci] # [14.6.0](https://github.com/5app/base5-ui/compare/v14.5.0...v14.6.0) (2022-03-03) ### Bug Fixes * fix default locale, [#185](https://github.com/5app/base5-ui/issues/185) ([65da95e](https://github.com/5app/base5-ui/commit/65da95e1859b84ff96daf8003fce69b4eecbbe61)) * revert readout functions, [#185](https://github.com/5app/base5-ui/issues/185) ([7a45229](https://github.com/5app/base5-ui/commit/7a4522932fcc261c9cee5122336b2ed0b2dac075)) ### Features * add functions for label customisation, [#185](https://github.com/5app/base5-ui/issues/185) ([4caa673](https://github.com/5app/base5-ui/commit/4caa673bfc2d117da65f336f70eaa618943109bf)) * adjust hourcycle for locale, [#185](https://github.com/5app/base5-ui/issues/185) ([4acde23](https://github.com/5app/base5-ui/commit/4acde23692586a6f0c6825315330360267e94bb1)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7ec655f..6de35a13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [14.6.0](https://github.com/5app/base5-ui/compare/v14.5.0...v14.6.0) (2022-03-03) + + +### Bug Fixes + +* fix default locale, [#185](https://github.com/5app/base5-ui/issues/185) ([65da95e](https://github.com/5app/base5-ui/commit/65da95e1859b84ff96daf8003fce69b4eecbbe61)) +* revert readout functions, [#185](https://github.com/5app/base5-ui/issues/185) ([7a45229](https://github.com/5app/base5-ui/commit/7a4522932fcc261c9cee5122336b2ed0b2dac075)) + + +### Features + +* add functions for label customisation, [#185](https://github.com/5app/base5-ui/issues/185) ([4caa673](https://github.com/5app/base5-ui/commit/4caa673bfc2d117da65f336f70eaa618943109bf)) +* adjust hourcycle for locale, [#185](https://github.com/5app/base5-ui/issues/185) ([4acde23](https://github.com/5app/base5-ui/commit/4acde23692586a6f0c6825315330360267e94bb1)) + # [14.5.0](https://github.com/5app/base5-ui/compare/v14.4.3...v14.5.0) (2022-01-21) diff --git a/package.json b/package.json index 1407917d..0f8f087e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "14.5.0", + "version": "14.6.0", "description": "5app's reusable UI component library", "main": "index.js", "types": "dist/index.d.ts",