diff --git a/CHANGELOG.md b/CHANGELOG.md index f8a5a944..446cd814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [14.4.3](https://github.com/5app/base5-ui/compare/v14.4.2...v14.4.3) (2022-01-04) + + +### Bug Fixes + +* add display name, [#171](https://github.com/5app/base5-ui/issues/171) ([794d601](https://github.com/5app/base5-ui/commit/794d601e36e6bee9c20cb3dba5000f3998d37c95)) +* add display name, [#171](https://github.com/5app/base5-ui/issues/171) ([c8eadda](https://github.com/5app/base5-ui/commit/c8eadda9d9132ad38ca30a24c33a6dcb6c00a9e3)) +* correct RadioButton, [#171](https://github.com/5app/base5-ui/issues/171) ([e676428](https://github.com/5app/base5-ui/commit/e6764286f1fcc1ca0e58efe873f8fbbf29177f8b)) +* correct disabled RadioButton, [#171](https://github.com/5app/base5-ui/issues/171) ([9113634](https://github.com/5app/base5-ui/commit/9113634ace14590308d27b39a799268920aa8757)) +* remove indeterminate state, [#171](https://github.com/5app/base5-ui/issues/171) ([0ed2e61](https://github.com/5app/base5-ui/commit/0ed2e6197128b4f56ee402af533f2c2a6b8630fe)) +* remove indeterminate state, [#171](https://github.com/5app/base5-ui/issues/171) ([6ebf5a0](https://github.com/5app/base5-ui/commit/6ebf5a0dbf894bec88c3147eca835e21e2a14b13)) +* revert autoadded dependency, [#171](https://github.com/5app/base5-ui/issues/171) ([9c89290](https://github.com/5app/base5-ui/commit/9c8929028c43a1d466f3c17e060a5d88a9ce9823)) +* revert eslintr formatting, [#171](https://github.com/5app/base5-ui/issues/171) ([d7f842b](https://github.com/5app/base5-ui/commit/d7f842b018ea6155538388ebf8ddd16d5672b245)) +* revert eslintr formatting, [#171](https://github.com/5app/base5-ui/issues/171) ([9a5a1ee](https://github.com/5app/base5-ui/commit/9a5a1ee7284ec083e138303eddbfceab289d65b6)) +* revert eslintr formatting, [#171](https://github.com/5app/base5-ui/issues/171) ([ada6002](https://github.com/5app/base5-ui/commit/ada6002512d874dfc9aef6d85e688445a5592040)) +* set up RadioButton, [#171](https://github.com/5app/base5-ui/issues/171) ([982851e](https://github.com/5app/base5-ui/commit/982851e5a11c978f4dae0c0e05d1cba811070df3)) +* update storybook, [#171](https://github.com/5app/base5-ui/issues/171) ([baf1776](https://github.com/5app/base5-ui/commit/baf1776d623aa61c75a8da6489995adfea5a99af)) + ## [14.4.2](https://github.com/5app/base5-ui/compare/v14.4.1...v14.4.2) (2021-11-26) diff --git a/package.json b/package.json index 6d5e49f6..69d0fa16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "14.4.2", + "version": "14.4.3", "description": "5app's reusable UI component library", "main": "index.js", "types": "dist/index.d.ts",