Skip to content

Commit 6ab70ed

Browse files
Version Packages (#270)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 90cc2f8 commit 6ab70ed

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/polite-olives-dream.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pretty-crabs-shake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @cube-dev/ui-kit
22

3+
## 0.14.11
4+
5+
### Patch Changes
6+
7+
- [#269](https://github.com/cube-js/cube-ui-kit/pull/269) [`a339fa6`](https://github.com/cube-js/cube-ui-kit/commit/a339fa634c7e68b7e59fa6d5483c5b787d722293) Thanks [@tenphi](https://github.com/tenphi)! - Add support for `icon-size` property in preset style.
8+
9+
- [#273](https://github.com/cube-js/cube-ui-kit/pull/273) [`32d062a`](https://github.com/cube-js/cube-ui-kit/commit/32d062a84d2410259911323b90bda998bdbe1bb8) Thanks [@tenphi](https://github.com/tenphi)! - Add optional ellipsis support for the `Title` component. Make it consistent with the `Text` component.
10+
311
## 0.14.10
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cube-dev/ui-kit",
3-
"version": "0.14.10",
3+
"version": "0.14.11",
44
"description": "UIKit for Cube Projects",
55
"module": "dist/es/index.js",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)