Skip to content

Commit 43302bd

Browse files
chore: release
1 parent 267b203 commit 43302bd

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.changeset/green-geckos-wave.md

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

.changeset/rare-baboons-bathe.md

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

.changeset/silly-rocks-breathe.md

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

.changeset/slimy-camels-flash.md

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

CHANGELOG.md

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

3+
## 0.59.5
4+
5+
### Patch Changes
6+
7+
- [#637](https://github.com/cube-js/cube-ui-kit/pull/637) [`2822be0`](https://github.com/cube-js/cube-ui-kit/commit/2822be08e731d95b8a55b7ac5a699d2f8ef7a9c6) Thanks [@tenphi](https://github.com/tenphi)! - Change `note-text` to improve contrast.
8+
9+
- [#637](https://github.com/cube-js/cube-ui-kit/pull/637) [`2822be0`](https://github.com/cube-js/cube-ui-kit/commit/2822be08e731d95b8a55b7ac5a699d2f8ef7a9c6) Thanks [@tenphi](https://github.com/tenphi)! - Add `special` theme for components that use them.
10+
11+
- [#638](https://github.com/cube-js/cube-ui-kit/pull/638) [`267b203`](https://github.com/cube-js/cube-ui-kit/commit/267b203900dfad383556f212713de6e9b5c95c53) Thanks [@tenphi](https://github.com/tenphi)! - Throw an error if code prop in PrismCode is not a string and not falsy.
12+
13+
- [#637](https://github.com/cube-js/cube-ui-kit/pull/637) [`2822be0`](https://github.com/cube-js/cube-ui-kit/commit/2822be08e731d95b8a55b7ac5a699d2f8ef7a9c6) Thanks [@tenphi](https://github.com/tenphi)! - Allow to set mods for Tag component.
14+
315
## 0.59.4
416

517
### 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.59.4",
3+
"version": "0.59.5",
44
"description": "UIKit for Cube Projects",
55
"module": "dist/es/index.js",
66
"types": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)