diff --git a/.changeset/fresh-avocados-heal.md b/.changeset/fresh-avocados-heal.md deleted file mode 100644 index 67c370bbe..000000000 --- a/.changeset/fresh-avocados-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Use smaller horizontal paddings buttons. diff --git a/.changeset/nine-bags-design.md b/.changeset/nine-bags-design.md deleted file mode 100644 index 1c6b42da5..000000000 --- a/.changeset/nine-bags-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Set default gap inside Button layout to 6px instead of 8px. diff --git a/.changeset/real-kiwis-complain.md b/.changeset/real-kiwis-complain.md deleted file mode 100644 index 801a1c35e..000000000 --- a/.changeset/real-kiwis-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Use --icon-size property as the default size for the icon set. diff --git a/CHANGELOG.md b/CHANGELOG.md index 479d263c9..7701b83cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @cube-dev/ui-kit +## 0.33.4 + +### Patch Changes + +- [#453](https://github.com/cube-js/cube-ui-kit/pull/453) [`cc85ee4`](https://github.com/cube-js/cube-ui-kit/commit/cc85ee4c5c1dc032526cfa178ca9b0b9b8c979b7) Thanks [@tenphi](https://github.com/tenphi)! - Use smaller horizontal paddings buttons. + +- [#455](https://github.com/cube-js/cube-ui-kit/pull/455) [`d72f96c`](https://github.com/cube-js/cube-ui-kit/commit/d72f96c7086dca45499fe8b8e96f40740effb017) Thanks [@tenphi](https://github.com/tenphi)! - Set default gap inside Button layout to 6px instead of 8px. + +- [#453](https://github.com/cube-js/cube-ui-kit/pull/453) [`cc85ee4`](https://github.com/cube-js/cube-ui-kit/commit/cc85ee4c5c1dc032526cfa178ca9b0b9b8c979b7) Thanks [@tenphi](https://github.com/tenphi)! - Use --icon-size property as the default size for the icon set. + ## 0.33.3 ### Patch Changes diff --git a/package.json b/package.json index 358af9a33..2e559f5a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.33.3", + "version": "0.33.4", "description": "UIKit for Cube Projects", "module": "dist/es/index.js", "main": "dist/cjs/index.js",