From cfe304183784014222137a4b07c59aa9ed991e2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 Oct 2023 11:20:14 +0000 Subject: [PATCH] chore: release --- .changeset/angry-suns-own.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/angry-suns-own.md diff --git a/.changeset/angry-suns-own.md b/.changeset/angry-suns-own.md deleted file mode 100644 index c2212f874..000000000 --- a/.changeset/angry-suns-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Fixes border colors in the hover state for solid Radio Buttons. diff --git a/CHANGELOG.md b/CHANGELOG.md index 75e018b3b..8b73af037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cube-dev/ui-kit +## 0.27.1 + +### Patch Changes + +- [#410](https://github.com/cube-js/cube-ui-kit/pull/410) [`f4c958a`](https://github.com/cube-js/cube-ui-kit/commit/f4c958a0fd625ba651d4d6bcfea933afbd95571b) Thanks [@tenphi](https://github.com/tenphi)! - Fixes border colors in the hover state for solid Radio Buttons. + ## 0.27.0 ### Minor Changes diff --git a/package.json b/package.json index 62b92b05a..d61fb3afb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.27.0", + "version": "0.27.1", "description": "UIKit for Cube Projects", "module": "dist/es/index.js", "main": "dist/cjs/index.js",