Skip to content

Commit 78d634c

Browse files
Version Packages (#232)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9578486 commit 78d634c

File tree

5 files changed

+12
-14
lines changed

5 files changed

+12
-14
lines changed

.changeset/shaggy-mugs-pretend.md

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

.changeset/thin-birds-press.md

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

.changeset/unlucky-chicken-greet.md

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

CHANGELOG.md

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

3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- [#212](https://github.com/cube-js/cube-ui-kit/pull/212) [`66cece1`](https://github.com/cube-js/cube-ui-kit/commit/66cece1f6156a87f8fe16bc35a04dec54c2c2761) Thanks [@MrFlashAccount](https://github.com/MrFlashAccount)! - Bump react-aria and react-stately to their latest versions
8+
9+
### Patch Changes
10+
11+
- [#230](https://github.com/cube-js/cube-ui-kit/pull/230) [`9578486`](https://github.com/cube-js/cube-ui-kit/commit/9578486f497e207bce25da4cffc84307bfb91a13) Thanks [@tenphi](https://github.com/tenphi)! - The Form component set `submitError` no more on failed validation.
12+
`SubmitError` component now handles non-valid errors as `Internal error`.
13+
314
## 0.13.6
415

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

0 commit comments

Comments
 (0)