From 9ce0e863d45379ebd74a4df2c03b0ec063c13f2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 25 Apr 2024 15:16:59 +0000 Subject: [PATCH] chore: release --- .changeset/real-needles-design.md | 5 ----- .changeset/rotten-fans-cover.md | 5 ----- .changeset/strange-pianos-fail.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/real-needles-design.md delete mode 100644 .changeset/rotten-fans-cover.md delete mode 100644 .changeset/strange-pianos-fail.md diff --git a/.changeset/real-needles-design.md b/.changeset/real-needles-design.md deleted file mode 100644 index f3e7cdfad..000000000 --- a/.changeset/real-needles-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Fix passing breakpoints property to the Root component. diff --git a/.changeset/rotten-fans-cover.md b/.changeset/rotten-fans-cover.md deleted file mode 100644 index 35617b52f..000000000 --- a/.changeset/rotten-fans-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Change icon container inner placement to center. Suitable for icons that are smaller than default size. diff --git a/.changeset/strange-pianos-fail.md b/.changeset/strange-pianos-fail.md deleted file mode 100644 index de90071e9..000000000 --- a/.changeset/strange-pianos-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Fix passing styles from DialogTrigger to Popver component. diff --git a/CHANGELOG.md b/CHANGELOG.md index 997d880eb..29f72cdcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @cube-dev/ui-kit +## 0.35.2 + +### Patch Changes + +- [#465](https://github.com/cube-js/cube-ui-kit/pull/465) [`3597635`](https://github.com/cube-js/cube-ui-kit/commit/3597635b770a57be18f8388fab07251cec5c227a) Thanks [@tenphi](https://github.com/tenphi)! - Fix passing breakpoints property to the Root component. + +- [#463](https://github.com/cube-js/cube-ui-kit/pull/463) [`bc3acb1`](https://github.com/cube-js/cube-ui-kit/commit/bc3acb147966e8bbaf2b8b3f3325cd423a11cd9d) Thanks [@tenphi](https://github.com/tenphi)! - Change icon container inner placement to center. Suitable for icons that are smaller than default size. + +- [#463](https://github.com/cube-js/cube-ui-kit/pull/463) [`bc3acb1`](https://github.com/cube-js/cube-ui-kit/commit/bc3acb147966e8bbaf2b8b3f3325cd423a11cd9d) Thanks [@tenphi](https://github.com/tenphi)! - Fix passing styles from DialogTrigger to Popver component. + ## 0.35.1 ### Patch Changes diff --git a/package.json b/package.json index da09d1632..a75d9e84c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.35.1", + "version": "0.35.2", "description": "UIKit for Cube Projects", "module": "dist/es/index.js", "main": "dist/cjs/index.js",