Skip to content

Commit abe922d

Browse files
Version Packages (#623)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dbb6f35 commit abe922d

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/odd-cycles-attend.md

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

.changeset/popular-taxis-double.md

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

.changeset/shiny-icons-leave.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.57.0
4+
5+
### Minor Changes
6+
7+
- [#622](https://github.com/cube-js/cube-ui-kit/pull/622) [`dbb6f35`](https://github.com/cube-js/cube-ui-kit/commit/dbb6f351c61b374087b3aeb977cd7ce578f84254) Thanks [@tenphi](https://github.com/tenphi)! - Add support for Combobox, TextArea and Password fields in TextInputMapper.
8+
9+
### Patch Changes
10+
11+
- [#622](https://github.com/cube-js/cube-ui-kit/pull/622) [`dbb6f35`](https://github.com/cube-js/cube-ui-kit/commit/dbb6f351c61b374087b3aeb977cd7ce578f84254) Thanks [@tenphi](https://github.com/tenphi)! - Show placeholder in TextInput or TextArea with type password.
12+
13+
- [#622](https://github.com/cube-js/cube-ui-kit/pull/622) [`dbb6f35`](https://github.com/cube-js/cube-ui-kit/commit/dbb6f351c61b374087b3aeb977cd7ce578f84254) Thanks [@tenphi](https://github.com/tenphi)! - Add support for `autocomplete` attribute in TextInput.
14+
315
## 0.56.3
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.56.3",
3+
"version": "0.57.0",
44
"description": "UIKit for Cube Projects",
55
"module": "dist/es/index.js",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)