diff --git a/.changeset/khaki-lizards-fry.md b/.changeset/khaki-lizards-fry.md deleted file mode 100644 index 5afda3a7f..000000000 --- a/.changeset/khaki-lizards-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Fix tooltip dynamic calculation in ItemBase. diff --git a/.changeset/stale-carrots-refuse.md b/.changeset/stale-carrots-refuse.md deleted file mode 100644 index 09ea168d0..000000000 --- a/.changeset/stale-carrots-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Add ChartHeatmapIcon component. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f8003955..c22f21d0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @cube-dev/ui-kit +## 0.80.1 + +### Patch Changes + +- [#812](https://github.com/cube-js/cube-ui-kit/pull/812) [`4c673561`](https://github.com/cube-js/cube-ui-kit/commit/4c6735617a7ac754c0b3e4b0c7871c759ceeea48) Thanks [@tenphi](https://github.com/tenphi)! - Fix tooltip dynamic calculation in ItemBase. + +- [#813](https://github.com/cube-js/cube-ui-kit/pull/813) [`96218a6e`](https://github.com/cube-js/cube-ui-kit/commit/96218a6ef18ce24307269f36657fc8209aea68cc) Thanks [@tenphi](https://github.com/tenphi)! - Add ChartHeatmapIcon component. + ## 0.80.0 ### Minor Changes diff --git a/package.json b/package.json index a4b524f52..ca1ad7eed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.80.0", + "version": "0.80.1", "type": "module", "description": "UIKit for Cube Projects", "repository": {