diff --git a/.changeset/small-dolphins-prove.md b/.changeset/small-dolphins-prove.md deleted file mode 100644 index adab9165d..000000000 --- a/.changeset/small-dolphins-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Merge passed `mods` with the default one for all components instead of replacing it. diff --git a/.changeset/wet-olives-drop.md b/.changeset/wet-olives-drop.md deleted file mode 100644 index 3dd18a370..000000000 --- a/.changeset/wet-olives-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Fix bug when null `value` prop is passing to SearchInput component but the value remains the same. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8acc21bd3..6d00421f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @cube-dev/ui-kit +## 0.16.4 + +### Patch Changes + +- [#297](https://github.com/cube-js/cube-ui-kit/pull/297) [`67eafd9`](https://github.com/cube-js/cube-ui-kit/commit/67eafd918d50d847d9c789dec9453b7face78b19) Thanks [@tenphi](https://github.com/tenphi)! - Merge passed `mods` with the default one for all components instead of replacing it. + +- [#294](https://github.com/cube-js/cube-ui-kit/pull/294) [`e22815b`](https://github.com/cube-js/cube-ui-kit/commit/e22815b3623f115309ce526cfa67a60bc3e7e3bd) Thanks [@tenphi](https://github.com/tenphi)! - Fix bug when null `value` prop is passing to SearchInput component but the value remains the same. + ## 0.16.3 ### Patch Changes diff --git a/package.json b/package.json index fd85480ef..621751004 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.16.3", + "version": "0.16.4", "description": "UIKit for Cube Projects", "module": "dist/es/index.js", "main": "dist/cjs/index.js",