From caa32dd2f724389d7762de72d13a60b2674c61e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 6 Apr 2023 16:29:14 +0000 Subject: [PATCH] chore: release --- .changeset/angry-gorillas-love.md | 5 ----- .changeset/bright-monkeys-double.md | 6 ------ CHANGELOG.md | 9 +++++++++ package.json | 2 +- 4 files changed, 10 insertions(+), 12 deletions(-) delete mode 100644 .changeset/angry-gorillas-love.md delete mode 100644 .changeset/bright-monkeys-double.md 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",