Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/rotten-trees-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tabs-default-type.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cube-dev/ui-kit

## 0.116.0

### Minor Changes

- [#1044](https://github.com/cube-js/cube-ui-kit/pull/1044) [`696fd599`](https://github.com/cube-js/cube-ui-kit/commit/696fd599cbe98d2973456c2bbdcad1c356bb547a) Thanks [@tenphi](https://github.com/tenphi)! - Add support for default type styling in Tabs component. TabsAction now adapts its appearance based on tabs type (outline for default type, neutral for others).

### Patch Changes

- [#1042](https://github.com/cube-js/cube-ui-kit/pull/1042) [`32a07b40`](https://github.com/cube-js/cube-ui-kit/commit/32a07b40f3c804f1da0faaf4af04dbea154dcc33) Thanks [@tenphi](https://github.com/tenphi)! - Revert wrong font definition.

## 0.115.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cube-dev/ui-kit",
"version": "0.115.0",
"version": "0.116.0",
"type": "module",
"description": "UIKit for Cube Projects",
"repository": {
Expand Down