Skip to content

Commit d5a6c19

Browse files
chore: release (#160)
1 parent f5976df commit d5a6c19

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.changeset/dull-parents-exercise.md

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

.changeset/weak-buses-try.md

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

CHANGELOG.md

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

3+
## 0.11.2
4+
5+
### Patch Changes
6+
7+
- [#161](https://github.com/cube-js/cube-ui-kit/pull/161) [`f5976df`](https://github.com/cube-js/cube-ui-kit/commit/f5976df3e318006ce62b325393f2f86aa9dce9e1) Thanks [@MrFlashAccount](https://github.com/MrFlashAccount)! - Fixed description preset in notificaiton
8+
9+
- [#156](https://github.com/cube-js/cube-ui-kit/pull/156) [`f0ac89a`](https://github.com/cube-js/cube-ui-kit/commit/f0ac89aff31626f9aea61cf99dfd397e5ccb7d1a) Thanks [@nikolaykost](https://github.com/nikolaykost)! - pass `isLoading` and `isDisabled` from `Form.Item` to childs
10+
11+
```jsx
12+
<Form.Item isLoading isDisabled>
13+
<Input />
14+
</Form.Item>
15+
```
16+
317
## 0.11.1
418

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

0 commit comments

Comments
 (0)