diff --git a/.changeset/slow-ghosts-whisper.md b/.changeset/slow-ghosts-whisper.md deleted file mode 100644 index 14453b47a..000000000 --- a/.changeset/slow-ghosts-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Remove label duplicates passed via the `children` property from Checkbox and Switch components. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad66bcfe..63cd50667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cube-dev/ui-kit +## 0.23.2 + +### Patch Changes + +- [#377](https://github.com/cube-js/cube-ui-kit/pull/377) [`ad00f76`](https://github.com/cube-js/cube-ui-kit/commit/ad00f762d8f3d8a5270afbfd815a3d0518c80b68) Thanks [@tenphi](https://github.com/tenphi)! - Remove label duplicates passed via the `children` property from Checkbox and Switch components. + ## 0.23.1 ### Patch Changes diff --git a/package.json b/package.json index cc46ece12..3a5d2af0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.23.1", + "version": "0.23.2", "description": "UIKit for Cube Projects", "module": "dist/es/index.js", "main": "dist/cjs/index.js",