diff --git a/packages/react-ui/CHANGELOG.md b/packages/react-ui/CHANGELOG.md index 74547df2..4f8cd947 100644 --- a/packages/react-ui/CHANGELOG.md +++ b/packages/react-ui/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 _NOTE: This is an automatically generated file. Do not modify contents of this file manually._ +## [0.14.1] - 2024-02-05 +### Fixed +- [DropdownButton] Properly disabling the button if the disable prop is passed in + ## [0.14.0] - 2024-01-26 ### Changed - [Select] The way list decorators are injected diff --git a/packages/react-ui/changes/Fixed [DropdownButton] Properly disabling the button if the disable prop is passed in b/packages/react-ui/changes/Fixed [DropdownButton] Properly disabling the button if the disable prop is passed in deleted file mode 100644 index e69de29b..00000000 diff --git a/packages/react-ui/package.json b/packages/react-ui/package.json index e71bf04f..c449acf1 100644 --- a/packages/react-ui/package.json +++ b/packages/react-ui/package.json @@ -1,7 +1,7 @@ { "name": "@enterwell/react-ui", "description": "Enterwell's React UI component library.", - "version": "0.14.0", + "version": "0.14.1", "type": "module", "main": "dist/index.js", "types": "./dist/index.d.ts",