Skip to content

Commit 487f87e

Browse files
Version Packages (#238)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8a31e19 commit 487f87e

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/clean-steaks-perform.md

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

.changeset/curly-students-tickle.md

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

.changeset/flat-jars-move.md

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

CHANGELOG.md

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

3+
## 0.14.1
4+
5+
### Patch Changes
6+
7+
- [#239](https://github.com/cube-js/cube-ui-kit/pull/239) [`8a31e19`](https://github.com/cube-js/cube-ui-kit/commit/8a31e1970eaed1a4afd77360b8d9e2ed85934be6) Thanks [@tenphi](https://github.com/tenphi)! - Fix `inherit` token values, so they mean what is meant.
8+
9+
- [#237](https://github.com/cube-js/cube-ui-kit/pull/237) [`c079e38`](https://github.com/cube-js/cube-ui-kit/commit/c079e38fa9cac4e89554ae7d440f175106d4286c) Thanks [@tenphi](https://github.com/tenphi)! - Add ellipsis for long filenames in FileInput and prevent wrapping.
10+
11+
- [#233](https://github.com/cube-js/cube-ui-kit/pull/233) [`4578e97`](https://github.com/cube-js/cube-ui-kit/commit/4578e97b3ec5790b88850b5310b67a8fa983411e) Thanks [@tenphi](https://github.com/tenphi)! - [BUMP] Upgrade tiny-invariant from 1.2.0 to 1.3.1
12+
313
## 0.14.0
414

515
### Minor 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.0",
3+
"version": "0.14.1",
44
"description": "UIKit for Cube Projects",
55
"module": "dist/es/index.js",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)