diff --git a/.changeset/angry-gorillas-love.md b/.changeset/angry-gorillas-love.md deleted file mode 100644 index 849c7f060..000000000 --- a/.changeset/angry-gorillas-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Show the Clear Button in the SearchInput component even if the `suffix` prop provided. diff --git a/.changeset/bright-monkeys-double.md b/.changeset/bright-monkeys-double.md deleted file mode 100644 index 4685b427e..000000000 --- a/.changeset/bright-monkeys-double.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Add the `hideText` property to hide parts of `CodeSnippet` text. -Add the `actions` property and `CodeSnippet.Button` component to allow adding new actions to the `CodeSnippet` compoonent. diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe448f44..707649614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @cube-dev/ui-kit +## 0.20.1 + +### Patch Changes + +- [#321](https://github.com/cube-js/cube-ui-kit/pull/321) [`c8784ab`](https://github.com/cube-js/cube-ui-kit/commit/c8784ab98e5b1816d6bdc3f861d22044af9f7f5e) Thanks [@tenphi](https://github.com/tenphi)! - Show the Clear Button in the SearchInput component even if the `suffix` prop provided. + +- [#321](https://github.com/cube-js/cube-ui-kit/pull/321) [`c8784ab`](https://github.com/cube-js/cube-ui-kit/commit/c8784ab98e5b1816d6bdc3f861d22044af9f7f5e) Thanks [@tenphi](https://github.com/tenphi)! - Add the `hideText` property to hide parts of `CodeSnippet` text. + Add the `actions` property and `CodeSnippet.Button` component to allow adding new actions to the `CodeSnippet` compoonent. + ## 0.20.0 ### Minor Changes diff --git a/package.json b/package.json index e693a4889..e9e24fdcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.20.0", + "version": "0.20.1", "description": "UIKit for Cube Projects", "module": "dist/es/index.js", "main": "dist/cjs/index.js",