diff --git a/.changeset/alert-shape-prop.md b/.changeset/alert-shape-prop.md deleted file mode 100644 index b53baa4f3..000000000 --- a/.changeset/alert-shape-prop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Add `shape` prop to Alert component. The shape prop accepts 'card' (default, 1cr radius with border) or 'sharp' (no border radius or border) values to control border styling. - diff --git a/.changeset/hotkeys-inherit-type.md b/.changeset/hotkeys-inherit-type.md deleted file mode 100644 index 00c2a7990..000000000 --- a/.changeset/hotkeys-inherit-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Add `inherit` type to HotKeys component. The inherit type uses `currentColor` for both text and border, allowing the component to adapt to its parent's color context with a transparent background. diff --git a/CHANGELOG.md b/CHANGELOG.md index 16249bb04..17c863236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @cube-dev/ui-kit +## 0.89.1 + +### Patch Changes + +- [#877](https://github.com/cube-js/cube-ui-kit/pull/877) [`cec3339c`](https://github.com/cube-js/cube-ui-kit/commit/cec3339ca78ddf458325b2edae3ed36d4ba0f136) Thanks [@tenphi](https://github.com/tenphi)! - Add `shape` prop to Alert component. The shape prop accepts 'card' (default, 1cr radius with border) or 'sharp' (no border radius or border) values to control border styling. + +- [#875](https://github.com/cube-js/cube-ui-kit/pull/875) [`f1bc522d`](https://github.com/cube-js/cube-ui-kit/commit/f1bc522dc9dacc90dccc83a2a415436f566a78ad) Thanks [@tenphi](https://github.com/tenphi)! - Add `inherit` type to HotKeys component. The inherit type uses `currentColor` for both text and border, allowing the component to adapt to its parent's color context with a transparent background. + ## 0.89.0 ### Minor Changes diff --git a/package.json b/package.json index 3d967430a..be911f4bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.89.0", + "version": "0.89.1", "type": "module", "description": "UIKit for Cube Projects", "repository": {